Skip to content

Releases: freckle/stackctl

Release v1.4.3.0

28 Aug 19:58
Compare
Choose a tag to compare

v1.4.3.0

  • Add awsWithAuth
  • Add forEachSpec_

Release v1.4.2.2

28 Aug 17:54
Compare
Choose a tag to compare

v1.4.2.2

  • Use amazonka-2.0 🎉
  • Finalize update to UnliftIO.Exception.Lens
  • Re-export upstreamed Blammo.Logging.Colors

Release v1.4.2.1

25 May 20:07
4293e65
Compare
Choose a tag to compare

v1.4.2.1

No changes. Bumped to trigger release workflow.

Release v1.4.2.0

25 May 19:12
47ffd69
Compare
Choose a tag to compare

v1.4.2.0

  • Add stackctl-ls for listing stacks and their deployed status
  • Add --auto-sso option for automating aws sso login when required

Release v1.4.0.1

08 Mar 15:54
ecf19c5
Compare
Choose a tag to compare

v1.4.0.1

  • Document and read a consistently-named STACKCTL_FILTER for --filter. For
    now, the old and incorrect STACKCTL_FILTERS will still work.

Release v1.4.0.0

06 Feb 18:41
b6673a6
Compare
Choose a tag to compare

v1.4.0.0

  • Add awsAssumeRole for running an action as an assumed role
  • Refactor Generate interface to better support generating stacks with
    pre-existing templates

Release v1.3.0.2

02 Feb 15:57
Compare
Choose a tag to compare

v1.3.0.2

  • Adjust timeout when invoking Lambdas to allow up to Lambda's own execution
    timeout (15 minutes).

Release v1.3.0.1

17 Jan 13:55
b04e179
Compare
Choose a tag to compare

v1.3.0.1

  • Fix bug where LOG_COLOR was never respected
  • Also accept "required_version: == <version>"
  • Add Eq, ToJSON instance on RequiredVersion

Release v1.3.0.0

11 Jan 16:02
6d8e731
Compare
Choose a tag to compare

v1.3.0.0

  • Fix it so commands like version don't need a valid AWS environment

    This changes the Subcommand interface and so is a major version update for
    the purposes of those using Stackctl as a library.

Release v1.2.0.0

09 Jan 20:53
Compare
Choose a tag to compare

v1.2.0.0

  • Use more specific types in Has{Directory,Filter,Color}Option
  • Add environment variable configuration for STACKCTL_{DIRECTORY,FILTERS}