Skip to content

Commit 49abc61

Browse files
committed
releasing v1.33.0
1 parent 8c04460 commit 49abc61

File tree

5 files changed

+79
-5
lines changed

5 files changed

+79
-5
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
# 1.33.0 (15.11.2018)
2+
- [2116 consistent errors missing config](https://github.com/serverless/serverless/pull/5298)
3+
- [Update plugin version of google-nodejs template](https://github.com/serverless/serverless/pull/5473)
4+
- [insert line break to suppress warning](https://github.com/serverless/serverless/pull/5445)
5+
- [Fix wrong example function name.](https://github.com/serverless/serverless/pull/5477)
6+
- [Removed errant apostrophe](https://github.com/serverless/serverless/pull/5471)
7+
- [Wrong error when S3 bucket name starts with an upper-case character](https://github.com/serverless/serverless/pull/5409)
8+
- [Fix integration test](https://github.com/serverless/serverless/pull/5440)
9+
- [Use pythonX instead of pythonX.Y in invoke local(take 3)](https://github.com/serverless/serverless/pull/5210)
10+
- [update python invokeLocal to detect tty](https://github.com/serverless/serverless/pull/5355)
11+
- [Fix typo in Google workflow](https://github.com/serverless/serverless/pull/5433)
12+
- [Updating services.md > Invoking Serverless locally](https://github.com/serverless/serverless/pull/5425)
13+
- [Assume role and MFA support for Serverless CLI](https://github.com/serverless/serverless/pull/5432)
14+
- [Fix build error caused by new docs PR ](https://github.com/serverless/serverless/pull/5435)
15+
- [Adding Ruby support for OpenWhisk provider plugin.](https://github.com/serverless/serverless/pull/5427)
16+
- [Update Cloudflare Workers documentation](https://github.com/serverless/serverless/pull/5419)
17+
- [break single general issue template into two specialized templates](https://github.com/serverless/serverless/pull/5405)
18+
- [Improve language in alexa-skill documentation](https://github.com/serverless/serverless/pull/5408)
19+
- [APIG ApiKeySourceType support.](https://github.com/serverless/serverless/pull/5395)
20+
- [Revert "Update cognito-user-pool.md"](https://github.com/serverless/serverless/pull/5399)
21+
- [Let function package.individually config override service artifact](https://github.com/serverless/serverless/pull/5364)
22+
- [Added CloudWatch Proxy to examples](https://github.com/serverless/serverless/pull/5270)
23+
- [Multiple cloudformation resources](https://github.com/serverless/serverless/pull/5250)
24+
- [Added possibility to specify custom S3 key prefix instead of the stan…](https://github.com/serverless/serverless/pull/5299)
25+
- [Doc update for openwhisk package name](https://github.com/serverless/serverless/pull/5375)
26+
- [add aws-go-mod](https://github.com/serverless/serverless/pull/5393)
27+
- [Fix bin process not always exiting](https://github.com/serverless/serverless/pull/5349)
28+
- [Avoid args being rounded and converted to numbers](https://github.com/serverless/serverless/pull/5361)
29+
- [Add CacheControl headers on the OPTIONS response in AWS API Gateway](https://github.com/serverless/serverless/pull/5328)
30+
- [fix Makefile style for Go template](https://github.com/serverless/serverless/pull/5389)
31+
- [Update handler name when deploy a single function](https://github.com/serverless/serverless/pull/5301)
32+
- [fix: Implement context.log function for invoke local command on Python environment.](https://github.com/serverless/serverless/pull/5391)
33+
- [validate if serverless.yml exists when running sls info command](https://github.com/serverless/serverless/pull/5390)
34+
- [Update documentation, README.md](https://github.com/serverless/serverless/pull/5388)
35+
- [Remove invalid log](https://github.com/serverless/serverless/pull/5377)
36+
- [fix 3916 ](https://github.com/serverless/serverless/pull/5387)
37+
- [Update cognito-user-pool.md](https://github.com/serverless/serverless/pull/5384)
38+
- [add gitignore setting to Go template](https://github.com/serverless/serverless/pull/5386)
39+
- [fixed anchor links in aws/guide/variables.md file](https://github.com/serverless/serverless/pull/5370)
40+
- [Serverless Pipeline](https://github.com/serverless/serverless/pull/5360)
41+
- [add Serverless Line Bot example](https://github.com/serverless/serverless/pull/5359)
42+
- [Update invoke-local.md](https://github.com/serverless/serverless/pull/5362)
43+
- [Webtask Deprecation](https://github.com/serverless/serverless/pull/5263)
44+
- [Add Support for Shorthand CloudFormation Syntax](https://github.com/serverless/serverless/pull/5327)
45+
- [Provide Consistent Service Path (Fix #5242)](https://github.com/serverless/serverless/pull/5314)
46+
- [null](https://github.com/serverless/serverless/pull/5242)
47+
- [Add Cloudflare to docs/getting-started page.](https://github.com/serverless/serverless/pull/5342)
48+
- [Invoke local override env](https://github.com/serverless/serverless/pull/5313)
49+
- [more faithfully represent aws lambda python runtime context](https://github.com/serverless/serverless/pull/5291)
50+
- [Update AWS TypeScript handler template](https://github.com/serverless/serverless/pull/5309)
51+
- [add untildify package to handle create paths with a ~](https://github.com/serverless/serverless/pull/5062)
52+
- [[Docs] - Add support information for AWS lambda and SQS](https://github.com/serverless/serverless/pull/5305)
53+
- [Update README.md](https://github.com/serverless/serverless/pull/5294)
54+
- [Add information on invoking Workers.](https://github.com/serverless/serverless/pull/5310)
55+
- [Update quick-start.md](https://github.com/serverless/serverless/pull/5308)
56+
- [Cloudflare: Specify config under provider property](https://github.com/serverless/serverless/pull/5289)
57+
- [Create an HttpsProxyAgent for plugin list if necessary](https://github.com/serverless/serverless/pull/5481)
58+
59+
## Meta
60+
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.32.0...v1.33.0)
61+
62+
163
# 1.32.0 (17.09.2018)
264
- [Update quick-start.md](https://github.com/serverless/serverless/pull/5290)
365
- [Backend state item generation and multi-region support](https://github.com/serverless/serverless/pull/5265)

RELEASE_CHECKLIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ milestone if still open
3636
## Releasing
3737

3838
- [ ] Publish the GitHub release draft (Travis CI will automatically publish the new release to `npm`)
39+
- [ ] Update the branch ref in the site repo so docs are updated: https://github.com/serverless/site/blob/master/scripts/docs/config.js#L8
3940

4041
## Validate Release
4142

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless",
3-
"version": "1.32.0",
3+
"version": "1.33.0",
44
"engines": {
55
"node": ">=4.0"
66
},

scripts/prs-since-last-tag

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
#!/bin/bash
22

3-
last_tag=`git tag | grep "v.*" | sort -n | tail -n 1`
3+
last_tag=`git describe --tags|cut -d- -f1`
44

55
if [ ! -z "$1" ]
66
then
77
last_tag=$1
88
fi
99

10-
echo $last_tag
10+
version=$(jq -r .version package.json)
1111

12-
git log --grep "Merge pull request" "$last_tag"..HEAD --pretty=full
12+
token=$(git config --global github.token)
13+
14+
echo "# $version ($(date +%d.%m.%Y))"
15+
for pr in $(git log --grep "Merge pull request" "$last_tag"..HEAD | sed -nEe 's/.*#([0-9]+).*/\1/p'); do
16+
title=$(curl -s https://$token@api.github.com/repos/serverless/serverless/pulls/$pr | jq -r .title)
17+
echo " - [$title](https://github.com/serverless/serverless/pull/$pr)"
18+
done
19+
echo
20+
echo "## Meta"
21+
echo " - [Comparison since last release](https://github.com/serverless/serverless/compare/$last_tag...v$version)"
22+
echo
23+
echo

0 commit comments

Comments
 (0)