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.0a6 (2016-11-28 )
1+ ## 1.0.0 (2016-03-04 )
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.
@@ -19,10 +19,19 @@ Parameters logic in favor of Blueprint Variables and Lookups.
1919- Update all hooks to use advanced results [ GH-285 ]
2020- Use sys\_ path for hooks and lookups [ GH-286 ]
2121- Remove last of botocore connections [ GH-287 ]
22+ - Remove --var flag [ GH-289 ]
2223- Avoid dictionary sharing pollution [ GH-293 ]
2324- Change aws\_ lambda hook handler to use proper parameters [ GH-297 ]
2425- New ` split ` lookup handler [ GH-302 ]
25- - Remove --var flag [ GH-289 ]
26+ - add parse\_ user\_ data [ GH-306 ]
27+ - Add credential caching [ GH-307 ]
28+ - Require explicit call to ` output ` lookup [ GH-310 ]
29+ - Convert booleans to strings for CFNTypes [ GH-311 ]
30+ - Add ssmstore as a lookup type [ GH-314 ]
31+ - Added region to the ssm store test client [ GH-316 ]
32+ - Add default lookup [ GH-317 ]
33+ - Clean up errors from variables [ GH-319 ]
34+
2635
2736## 0.8.6 (2017-01-26)
2837
Original file line number Diff line number Diff line change 22from setuptools import setup , find_packages
33import glob
44
5- VERSION = "1.0.0a6 "
5+ VERSION = "1.0.0 "
66
77src_dir = os .path .dirname (__file__ )
88
Original file line number Diff line number Diff line change 1- __version__ = "1.0.0a6 "
1+ __version__ = "1.0.0 "
You can’t perform that action at this time.
0 commit comments