Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Pre-release v1.3.0rc1
Browse files Browse the repository at this point in the history
Fixes:
* Disable production settings on staging
* Delete SSL certs only if defined in cf template
* Remove subnet hardwiring
* Add UK ami mappings
* Add a region argument to the aws task
* get elb helpers shouldn't raise if none elbs exist. (#238)
* Disable pretty printing of cfn template.
* Markup YAML fragments correctly
* Mark up bash commands correctly
* Show external references as a list
* Token delimitation
* Fix table
* Show the section headings correctly
* Exclude the yaml config files from flake8
* Update default RDS version to 9.5.4
* Make sure that set_active_stack activates all ELBs.
* Add version tag
* Added tests and updated README
* Update deployrarn when active stacks is changed
  • Loading branch information
Niall Creech committed Dec 21, 2016
1 parent d9be45f commit 4adadf5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v1.3.0rc1

Fixes:
* Disable production settings on staging
* Delete SSL certs only if defined in cf template
* Remove subnet hardwiring
* Add UK ami mappings
* Add a region argument to the aws task
* get elb helpers shouldn't raise if none elbs exist. (#238)
* Disable pretty printing of cfn template.
* Markup YAML fragments correctly
* Mark up bash commands correctly
* Show external references as a list
* Token delimitation
* Fix table
* Show the section headings correctly
* Exclude the yaml config files from flake8
* Update default RDS version to 9.5.4
* Make sure that set_active_stack activates all ELBs.
* Add version tag
* Added tests and updated README
* Update deployrarn when active stacks is changed

## v1.2.0

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='bootstrap_cfn',
version='1.1.0',
version='1.3.0rc1',
url='http://github.com/ministryofjustice/bootstrap_cfn/',
license='LICENSE',
author='MOJDS',
Expand Down

0 comments on commit 4adadf5

Please sign in to comment.