Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Commit 95d752b

Browse files
committed
Release 1.0.4
1 parent ef8c26a commit 95d752b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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]

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(filename):
2323
if __name__ == "__main__":
2424
setup(
2525
name="stacker_blueprints",
26-
version="1.0.3",
26+
version="1.0.4",
2727
author="Michael Barrett",
2828
author_email="[email protected]",
2929
license="New BSD license",

stacker_blueprints/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)