Skip to content

Commit 527b76b

Browse files
committed
Release 1.0.8
1 parent 1f3b617 commit 527b76b

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def read(filename):
2626
if __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",

stacker_blueprints/__init__.py

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

0 commit comments

Comments
 (0)