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

Commit b21295e

Browse files
committed
Release 1.0.3
1 parent 8a5b2a5 commit b21295e

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.0.3 (2017-08-24)
2+
3+
- New iam Roles blueprint [GH-106]
4+
- Add bastion security group output [GH-113]
5+
- Add PutObjectACL action [GH-114]
6+
- Add default db name in RDS [GH-115]
7+
- Fix Elasticache subnets [GH-116]
8+
- Fix issue w/ SnapshotRetnetionLimit [GH-117]
9+
- Add FifoQueue parameter to sqs.Queues [GH-118]
10+
- KMS refactor [GH-119]
11+
- Route53 refactor [GH-120]
12+
- Add ELB hostedZoneId if missing for Alias targets in Route53 [GH-121]
13+
- Generic Resource Creator [GH-122]
14+
- DNS Hosted Zone Comments in Route53 [GH-123]
15+
- Skip record\_set if Enabled key is False [GH-126]
16+
- Make A & CNAME share the same label [GH-127]
17+
118
## 1.0.2 (2017-05-18)
219

320
- Basic VPC Flow Logs blueprint [GH-94]

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.2",
26+
version="1.0.3",
2727
author="Michael Barrett",
2828
author_email="loki77@gmail.com",
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.2"
1+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)