Skip to content

Releases: freckle/stackctl

v1.7.2.0

24 Sep 14:55
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Cancel UpdateStack operations on Ctl-C by @pbrisbin in #77

Full Changelog: v1.7.1.0...v1.7.2.0

v1.7.1.0

03 Sep 21:13
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Add note to README about AWS CloudFormation Git Sync by @pbrisbin in #74
  • Add withAssumedRole, deprecate assumeRole by @pbrisbin in #75

Full Changelog: v1.7.0.0...v1.7.1.0

v1.7.0.0

07 May 20:53
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Extend ParameterValue to support Numbers and Booleans by @pbrisbin in #73

Full Changelog: v1.6.1.2...v1.7.0.0

v1.6.1.2

03 May 16:47
baf618a
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.6.1.1...v1.6.1.2

v1.6.1.1

08 Apr 19:46
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Respect STACKCTL_DIRECTORY in findRemovedStack by @pbrisbin in #71

Full Changelog: v1.6.1.0...v1.6.1.1

v1.6.1.0

08 Apr 16:53
60005e8
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Add tests using Control.Monad.AWS.ViaMock by @pbrisbin in #68
  • Upgrade github actions, add GHC 9.6 config, add nix dev shell by @chris-martin in #70

New Contributors

Full Changelog: v1.6.0.0...v1.6.1.0

v1.6.0.0

16 Oct 16:57
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.5.0.1...v1.6.0.0

Release v1.5.0.1

03 Oct 15:15
2e33141
Compare
Choose a tag to compare

v1.5.0.1

  • Handle missing-or-empty specs directory more explicitly
  • Add warning for Depends pointing to non-existent spec
  • Fix formatting of required version in warning message

Release v1.5.0.0

11 Sep 15:09
Compare
Choose a tag to compare

v1.5.0.0

Breaking changes:

  • Don't require a name argument to the awsSimple function

New features:

  • Add Exec and Shell features in actions[].run
  • Support lists in actions[].run (single items still work)
  • Add more granular status indicators in stack-ls(1) output, print a legend of
    these indicators as a footer (disable with --no-legend)

Fixes:

  • Fix for redundant change-set creation errors in logging output
  • Fix globbing bug in auto-expansion of --filter arguments

Release v1.4.4.0

30 Aug 17:10
Compare
Choose a tag to compare

v1.4.4.0

  • Add awsSilently