Skip to content

Releases: glassechidna/stackit

0.0.21

20 Dec 06:24
Compare
Choose a tag to compare
0.0.21 Pre-release
Pre-release
Don’t crash when a new template parameter with a default value is added

0.0.20

09 Dec 22:02
Compare
Choose a tag to compare
0.0.20 Pre-release
Pre-release

Fix populating of missing parameters

0.0.19

03 Sep 04:32
Compare
Choose a tag to compare
0.0.19 Pre-release
Pre-release

Null deref fix

0.0.18

03 Sep 04:22
786f5e8
Compare
Choose a tag to compare
0.0.18 Pre-release
Pre-release
  • No-op is not an error

0.0.17

03 Sep 04:05
Compare
Choose a tag to compare
0.0.17 Pre-release
Pre-release
  • Show errors encountered during change-set creation (rather than failing silently)
  • Cleanup empty stacks stuck in REVIEW_IN_PROGRESS state

0.0.16

29 Aug 05:32
Compare
Choose a tag to compare
0.0.16 Pre-release
Pre-release
  • Added changeset support (necessary if you want to use transforms), closing #4
  • Added STACKIT_AWS_VERBOSE=true env var for very verbose logging

0.0.15

13 Jun 22:21
Compare
Choose a tag to compare
0.0.15 Pre-release
Pre-release
  • #18: Handle nil ClientRequestToken gracefully

0.0.14

13 Jun 03:56
Compare
Choose a tag to compare
0.0.14 Pre-release
Pre-release
  • #13: Support waiting until stack is ready
  • #14: Don't abort on rate limited exceptions
  • #16: Don't treat trailing spaces as part of parameter names
  • #17: Support adding CFN_TAG_* env vars
  • More Go-ey

0.0.13

09 May 00:46
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release

Don't populate missing parameters that aren't relevant for the new template (closes #15)

0.0.12

05 Mar 01:29
Compare
Choose a tag to compare
0.0.12 Pre-release
Pre-release
  • stackit --stack-name <name> up will now default to using previous values for any parameters not specified on the command-line. Likewise, it will use the previous template if one is not specified.