Skip to content

Commit 857b483

Browse files
committed
Release 1.0.0
1 parent bb9d27a commit 857b483

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.0.0a6 (2016-11-28)
1+
## 1.0.0 (2016-03-04)
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.
@@ -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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup, find_packages
33
import glob
44

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

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

stacker/__init__.py

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

0 commit comments

Comments
 (0)