This repository was archived by the owner on Jul 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.4 (2017-10-30)
2+
3+ - Convert SQS Queue blueprint to TroposphereType [ GH-132 ]
4+ - Allow overriding of Code object in aws\_ lambda.Function subclasses [ GH-133 ]
5+ - FunctionScheduler (Cloudwatch Events based) blueprint [ GH-134 ]
6+ - route53 VPC private hosted zones [ GH-135 ]
7+ - Add lambda external role support [ GH-136 ]
8+ - Add lambda version support [ GH-138 ]
9+ - Add lambda alias support [ GH-139 ]
10+ - Add stream spec for aws lambda [ GH-146 ]
11+
112## 1.0.3 (2017-08-24)
213
314- New iam Roles blueprint [ GH-106 ]
Original file line number Diff line number Diff line change 66- Change version in setup.py and stacker\_ blueprints/\_\_ init\_\_ .py
77- Update CHANGELOG.md with changes made since last release (see below for helpful
88 command)
9+ - add changed files: ` git add setup.py stacker_blueprints/\_\_init\_\_.py CHANGELOG.md `
910- Commit changes: ` git commit -m "Release 1.1.1" `
1011- Create a signed tag: ` git tag --sign -m "Release 1.1.1" 1.1.1 `
1112- Push branch up to git: ` git push -u origin release-1.1.1 `
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def read(filename):
2323if __name__ == "__main__" :
2424 setup (
2525 name = "stacker_blueprints" ,
26- version = "1.0.3 " ,
26+ version = "1.0.4 " ,
2727 author = "Michael Barrett" ,
28282929 license = "New BSD license" ,
Original file line number Diff line number Diff line change 1- __version__ = "1.0.3 "
1+ __version__ = "1.0.4 "
You can’t perform that action at this time.
0 commit comments