File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 1.0.0a5 (2016-11-28)
1+ ## 1.0.0a6 (2016-11-28)
22
33This is a major release with the main change being the removal of the old
44Parameters 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
Original file line number Diff line number Diff line change 22from setuptools import setup , find_packages
33import glob
44
5- VERSION = "1.0.0a5 "
5+ VERSION = "1.0.0a6 "
66
77src_dir = os .path .dirname (__file__ )
88
99install_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" ,
Original file line number Diff line number Diff line change 1- __version__ = "1.0.0a5 "
1+ __version__ = "1.0.0a6 "
You can’t perform that action at this time.
0 commit comments