File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.0.8 (2018-09-23)
2+
3+ - Kinesis streams blueprint [ GH-1 ]
4+ - simple network blueprint [ GH-2 ]
5+ - YAML tests [ GH-5 ]
6+ - Support Route53 RecordSetGroups [ GH-6 ]
7+ - Add ECR Policies [ GH-8 ]
8+ - Generic EC2 Security Group Blueprint [ GH-9 ]
9+ - EC2 Role Blueprint [ GH-22 ]
10+ - ACM Certificates blueprint [ GH-24 ]
11+ - ECS blueprints [ GH-30 ]
12+ - Add EFS Blueprint [ GH-129 ]
13+ - simple ec2 instance blueprint [ GH-164 ]
14+ - replace get\_ fqn instances with AWS::StackName [ GH-165 ]
15+ - DynamoDB Autoscaling blueprint [ GH-167 ]
16+ - New Stripped down vpc blueprint [ GH-170 ]
17+
118## 1.0.7 (2018-02-11)
219
320- FlexibleAutoScalingGroup blueprint [ GH-156 ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def read(filename):
2626if __name__ == "__main__" :
2727 setup (
2828 name = "stacker_blueprints" ,
29- version = "1.0.7 " ,
29+ version = "1.0.8 " ,
3030 author = "Michael Barrett" ,
3131 author_email = "loki77@gmail.com" ,
3232 license = "New BSD license" ,
Original file line number Diff line number Diff line change 1- __version__ = "1.0.7 "
1+ __version__ = "1.0.8 "
You can’t perform that action at this time.
0 commit comments