Releases: cloudtools/stacker
1.0.0
1.0.0 (2016-03-04)
This is a major release with the main change being the removal of the old
Parameters logic in favor of Blueprint Variables and Lookups.
- Add support for resolving variables when calling
dump
[GH-231] - Remove old Parameters code [GH-232]
- Pass Context & Provider to hooks [GH-233]
- Fix Issue w/ Dump [GH-241]
- Support
allowed_values
within variable definitions [GH-245] - Fix filehandler lookups with pseudo parameters [GH-247]
- keypair hook update to match route53 update [GH-248]
- Add support for
TroposphereType
[GH-249] - Allow = in lookup contents [GH-251]
- Add troposphere types [GH-257]
- change capabilities to CAPABILITY_NAMED_IAM [GH-262]
- Disable transformation of variables [GH-266]
- Support destroying a subset of stacks [GH-278]
- Update all hooks to use advanced results [GH-285]
- Use sys_path for hooks and lookups [GH-286]
- Remove last of botocore connections [GH-287]
- Remove --var flag [GH-289]
- Avoid dictionary sharing pollution [GH-293]
- Change aws_lambda hook handler to use proper parameters [GH-297]
- New
split
lookup handler [GH-302] - add parse_user_data [GH-306]
- Add credential caching [GH-307]
- Require explicit call to
output
lookup [GH-310] - Convert booleans to strings for CFNTypes [GH-311]
- Add ssmstore as a lookup type [GH-314]
- Added region to the ssm store test client [GH-316]
- Add default lookup [GH-317]
- Clean up errors from variables [GH-319]
1.0.0a6
1.0.0a6 (2016-11-28)
This is a major release with the main change being the removal of the old
Parameters logic in favor of Blueprint Variables and Lookups.
- Add support for resolving variables when calling
dump
[GH-231] - Remove old Parameters code [GH-232]
- Pass Context & Provider to hooks [GH-233]
- Fix Issue w/ Dump [GH-241]
- Support
allowed_values
within variable definitions [GH-245] - Fix filehandler lookups with pseudo parameters [GH-247]
- keypair hook update to match route53 update [GH-248]
- Add support for
TroposphereType
[GH-249] - Allow = in lookup contents [GH-251]
- Add troposphere types [GH-257]
- change capabilities to CAPABILITY_NAMED_IAM [GH-262]
- Disable transformation of variables [GH-266]
- Support destroying a subset of stacks [GH-278]
- Update all hooks to use advanced results [GH-285]
- Use sys_path for hooks and lookups [GH-286]
- Remove last of botocore connections [GH-287]
- Avoid dictionary sharing pollution [GH-293]
- Change aws_lambda hook handler to use proper parameters [GH-297]
- New
split
lookup handler [GH-302] - Remove --var flag [GH-289]
0.8.6
0.8.5
0.8.4
0.8.4 (2016-11-01)
- Fix an issue w/ boto3 version string not working with older setuptools
0.8.3
0.8.1
0.8.1 (2016-09-22)
Minor update to remove dependencies on stacker_blueprints for tests, since it
resulted in a circular dependency. This is just a fix to get tests running again,
and results in no change in functionality.
0.8.0
0.8.0 (2016-09-22)
This is a big release which introduces the new concepts of Blueprint Variables
and Lookups. A lot of folks contributed to this release - in both code, and just
testing of the new features. Thanks to:
@kylev, @oliviervg1, @datadotworld, @acmcelwee, @troyready, @danielkza, and @ttarhan
Special thanks to @mhahn who did the bulk of the heavy lifting in this release, and
the work towards 1.0!
- Add docs on config, environments & translators [GH-157]
- locked output changed to debug [GH-159]
- Multi-output parameter doc [GH-160]
- Remove spaces from multi-item parameters [GH-161]
- Remove blueprints & configs in favor of stacker_blueprints [GH-163]
- Clean up plan/status split [GH-165]
- Allow s3 server side encryption [GH-167]
- Support configurable namespace delimiter [GH-169]
- Support tags as a new top-level keyword [GH-171]
- Update to boto3 [GH-174]
- Interactive AWS Provider [GH-178]
- Add config option for appending to sys.path [GH-179]
- More condensed output [GH-182]
- File loading lookup [GH-185]
- Handle stacks without parameters [GH-193]
- Implement blueprint variables & lookups [GH-194]
- Fix traceback on interactive provider when adding resources [GH-198]
- kms lookup [GH-200]
- Compatible release version dependencies [GH-201]
- add xref lookup [GH-202]
- Update docstrings for consistency [GH-204]
- Add support for CFN Parameter types in Blueprint Variables [GH-206]
- Deal w/ multiprocessing library sharing ssl connections [GH-208]
- Fix issues with slashes inside variable lookups [GH-213]
- Custom validators for blueprint variables [GH-218]