From 527b76bd88b312f50fa5e9c915ccfb6f4a846e29 Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Sun, 23 Sep 2018 16:11:08 -0700 Subject: [PATCH] Release 1.0.8 --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- stacker_blueprints/__init__.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db9cfb60..cd65cc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.0.8 (2018-09-23) + +- Kinesis streams blueprint [GH-1] +- simple network blueprint [GH-2] +- YAML tests [GH-5] +- Support Route53 RecordSetGroups [GH-6] +- Add ECR Policies [GH-8] +- Generic EC2 Security Group Blueprint [GH-9] +- EC2 Role Blueprint [GH-22] +- ACM Certificates blueprint [GH-24] +- ECS blueprints [GH-30] +- Add EFS Blueprint [GH-129] +- simple ec2 instance blueprint [GH-164] +- replace get\_fqn instances with AWS::StackName [GH-165] +- DynamoDB Autoscaling blueprint [GH-167] +- New Stripped down vpc blueprint [GH-170] + ## 1.0.7 (2018-02-11) - FlexibleAutoScalingGroup blueprint [GH-156] diff --git a/setup.py b/setup.py index 8984b0b4..a127b4a5 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(filename): if __name__ == "__main__": setup( name="stacker_blueprints", - version="1.0.7", + version="1.0.8", author="Michael Barrett", author_email="loki77@gmail.com", license="New BSD license", diff --git a/stacker_blueprints/__init__.py b/stacker_blueprints/__init__.py index 9e604c04..e13bd590 100644 --- a/stacker_blueprints/__init__.py +++ b/stacker_blueprints/__init__.py @@ -1 +1 @@ -__version__ = "1.0.7" +__version__ = "1.0.8"