From 8daa7219bd43262f5ba9d69bf15a14165c4eec6b Mon Sep 17 00:00:00 2001 From: Matt Peperell Date: Tue, 23 Feb 2016 18:00:26 +0000 Subject: [PATCH] Release version 0.8.0 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a73c3a..1db372f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## Version 0.8.0 + * Provide the ability to override the AMI used + * Allow the ASG config to use ELB healthchecks + * Update to latest Ubuntu 14.04 LTS AMI + * Change to use the AWS Windows 2012 AMI + * Add automatic upgrades to cloud-init. + * Add a Name tag to instances + * Set boto3 to use aws profile session + ## Version 0.7.7 * Add ability to create Windows 2012 machines diff --git a/setup.py b/setup.py index a416bd9..1e18342 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='bootstrap_cfn', - version='0.7.7', + version='0.8.0', url='http://github.com/ministryofjustice/bootstrap_cfn/', license='LICENSE', author='MOJDS',