Releases: glassechidna/stackit
Releases · glassechidna/stackit
0.0.11
CGO_ENABLED=0
for Alpine linux support
0.0.10
- Fixed failure to replace a stack stuck in ROLLBACK_COMPLETE state
- Smaller Mac binary
- Usable as a library
0.0.9
Reverted to list of key=val parameters in YAML Due to viper lowercasing keys: https://github.com/spf13/viper/issues/260
0.0.8
- 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
Fixed treatment of commas in command-line arguments
0.0.6
Removed debugging output erroneously sent to stdout
0.0.5
Bugfix: Respect --config file arguments
0.0.4
- Deal with zombie stacks in the way you'd expect
0.0.3
- Configurable output colors
- Configurable output timestamps
- Returning useful exit codes
- Compressed binaries
More features
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