Skip to content

Releases: glassechidna/stackit

0.0.11

27 Feb 03:48
cab5e3e
Compare
Choose a tag to compare
0.0.11 Pre-release
Pre-release
  • CGO_ENABLED=0 for Alpine linux support

0.0.10

20 Feb 08:38
Compare
Choose a tag to compare
0.0.10 Pre-release
Pre-release
  • Fixed failure to replace a stack stuck in ROLLBACK_COMPLETE state
  • Smaller Mac binary
  • Usable as a library

0.0.9

26 May 01:07
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release
Reverted to list of key=val parameters in YAML

Due to viper lowercasing keys: https://github.com/spf13/viper/issues/260

0.0.8

26 May 00:01
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release
  • Handle errors better (thanks to fixes in AWS SDK)
  • Merge parameters: {} from YAML config file with --param-value key=val on CLI

0.0.7

25 May 09:52
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release
Fixed treatment of commas in command-line arguments

0.0.6

25 May 09:06
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release
Removed debugging output erroneously sent to stdout

0.0.5

25 May 09:00
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Bugfix: Respect --config file arguments

0.0.4

03 May 00:17
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • Deal with zombie stacks in the way you'd expect

0.0.3

25 Apr 11:06
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • Configurable output colors
  • Configurable output timestamps
  • Returning useful exit codes
  • Compressed binaries

More features

24 Apr 06:26
Compare
Choose a tag to compare
More features Pre-release
Pre-release

Still very alpha, but now has:

  • Cancel stack up on ctrl+c
  • Idempotent (don't complain if no changes)
  • Return stack outputs in JSON to stdout at end of stack up