Skip to content

Commit edf0a7a

Browse files
committed
Release 1.0.0a6
1 parent edc8551 commit edf0a7a

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.0a5 (2016-11-28)
1+
## 1.0.0a6 (2016-11-28)
22

33
This is a major release with the main change being the removal of the old
44
Parameters logic in favor of Blueprint Variables and Lookups.
@@ -12,7 +12,17 @@ Parameters logic in favor of Blueprint Variables and Lookups.
1212
- keypair hook update to match route53 update [GH-248]
1313
- Add support for `TroposphereType` [GH-249]
1414
- Allow = in lookup contents [GH-251]
15+
- Add troposphere types [GH-257]
1516
- change capabilities to CAPABILITY\_NAMED\_IAM [GH-262]
17+
- Disable transformation of variables [GH-266]
18+
- Support destroying a subset of stacks [GH-278]
19+
- Update all hooks to use advanced results [GH-285]
20+
- Use sys\_path for hooks and lookups [GH-286]
21+
- Remove last of botocore connections [GH-287]
22+
- Avoid dictionary sharing pollution [GH-293]
23+
- Change aws\_lambda hook handler to use proper parameters [GH-297]
24+
- New `split` lookup handler [GH-302]
25+
- Remove --var flag [GH-289]
1626

1727
## 0.8.6 (2017-01-26)
1828

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
from setuptools import setup, find_packages
33
import glob
44

5-
VERSION = "1.0.0a5"
5+
VERSION = "1.0.0a6"
66

77
src_dir = os.path.dirname(__file__)
88

99
install_requires = [
10-
"troposphere~=1.9.0",
10+
"troposphere~=1.9.2",
1111
"boto3>=1.3.1,<1.5.0",
1212
"PyYAML~=3.11",
1313
"awacs~=0.6.0",

stacker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0a5"
1+
__version__ = "1.0.0a6"

0 commit comments

Comments
 (0)