This repository was archived by the owner on Jul 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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 ]
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.2 " ,
26+ version = "1.0.3 " ,
2727 author = "Michael Barrett" ,
2828 author_email = "loki77@gmail.com" ,
2929 license = "New BSD license" ,
Original file line number Diff line number Diff line change 1- __version__ = "1.0.2 "
1+ __version__ = "1.0.3 "
You can’t perform that action at this time.
0 commit comments