Skip to content

Releases: cloudtools/stacker

0.6.1

11 Feb 20:51
0.6.1
Compare
Choose a tag to compare

0.6.1 (2016-02-11)

  • Add support for the stacker diff command [GH-133]
  • Python boolean parameters automatically converted to strings for CloudFormation [GH-136]
  • No longer require mappings in config [GH-140]
  • Skipped steps now include a reason [GH-141]

0.6.0

07 Jan 22:37
0.6.0
Compare
Choose a tag to compare

0.6.0 (2016-01-07)

  • Support tailing cloudformation event stream when building/destroying stacks [GH-90]
  • More customizable ASG userdata & options [GH-100]
  • Deprecate 'blueprints' in favor of 'stacker_blueprints' package [GH-125]
  • Add KMS based encryption translator [GH-126]
  • Fix typo in ASG customization [GH-127]
  • Allow file:// prefix with KMS encryption translator [GH-128]
  • No longer require a confirmation if the user passes the --force flag when destroying [GH-131]

0.5.4

03 Dec 17:28
0.5.4
Compare
Choose a tag to compare

0.5.4 (2015-12-03)

  • Fix memory leak issue (GH-111) [GH-114]
  • Add enabled flag to stacks [GH-115]
  • Add support for ListAWS::EC2::* parameters [GH-117]
  • Add eu-west-1 support for empire [GH-116]
  • Move get_fqn to a function, add tests [GH-119]
  • Add new postgres versions (9.4.4, 9.4.5) [GH-121]
  • Handle blank parameter values [GH-120]

0.5.3

03 Nov 19:13
0.5.3
Compare
Choose a tag to compare

0.5.3 (2015-11-03)

  • Add --version [GH-91]
  • Simplify environment file to key: value, rather than YAML [GH-94]
  • Ensure certificate exists hook [GH-94]
  • Ensure keypair exists hook [GH-99]
  • Custom field constructors & vault encryption [GH-95]
  • DBSnapshotIdentifier to RDS blueprints [GH-105]
  • Empire ECS Agent telemetry support fixes, use new Empire AMI [GH-107]
  • Remove stack tags [GH-110]

0.5.2

10 Sep 22:24
0.5.2
Compare
Choose a tag to compare

0.5.2 (2015-09-10)

  • Add Dockerfile/image [GH-87]
  • Clean up environment docs [GH-88]
  • Make StorageType configurable in RDS v2 [GH-92]

0.5.1

08 Sep 22:20
0.5.1
Compare
Choose a tag to compare

0.5.1 (2015-09-08)

  • Add info subcommand [GH-73]
  • Move namespace into environment [GH-72]
  • Simplified basecommand [GH-74]
  • Documentation updates [GH-75, GH-77, GH-78]
  • aws_helper removal [GH-79]
  • Move VPC to use LOCAL_PARAMETERS [GH-81]
  • Lower default AZ count to 2 [GH-82]
  • Allow use of all parameter properties [GH-83]
  • Parameter gathering in method [GH-84]
  • NoEcho on sensitive parameters in blueprnts [GH-85]
  • Version 2 RDS Blueprints [GH-86]

0.5.0

13 Aug 22:50
0.5.0
Compare
Choose a tag to compare
  • stacker subcommands [GH-35]
  • Added Empire production stacks [GH-43]
    • Major change in internal code layout & added testing
  • added destroy subcommand [GH-59]
  • Local Blueprint Parameters [GH-61]
  • Lockable stacks [GH-62]
  • Deal with Cloudformation API throttling [GH-64]
  • Clarify Remind's usage of stacker in README [GH-70]

0.4.1

24 Jul 22:15
Compare
Choose a tag to compare
- Stack Specific Parameters [GH-32]
- Random fixes & cleanup [GH-34]
- Handle skipped rollbacks [GH-36]
- Internal zone detection [GH-39]
- Internal hostname conditional [GH-40]
- Empire production stacks [GH-43]