8000 Release 1.0.0 · cloudtools/stacker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

1.0.0

Compare
Choose a tag to compare
@phobologic phobologic released this 05 Mar 01:30
· 454 commits to master since this release
1.0.0
857b483

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]
0