Releases: freckle/stackctl
Releases · freckle/stackctl
Release v1.4.3.0
v1.4.3.0
- Add
awsWithAuth
- Add
forEachSpec_
Release v1.4.2.2
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
v1.4.2.1
No changes. Bumped to trigger release workflow.
Release v1.4.2.0
v1.4.2.0
- Add
stackctl-ls
for listing stacks and their deployed status - Add
--auto-sso
option for automatingaws sso login
when required
Release v1.4.0.1
v1.4.0.1
- Document and read a consistently-named
STACKCTL_FILTER
for--filter
. For
now, the old and incorrectSTACKCTL_FILTERS
will still work.
Release v1.4.0.0
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
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
v1.3.0.1
- Fix bug where
LOG_COLOR
was never respected - Also accept
"required_version: == <version>"
- Add
Eq
,ToJSON
instance onRequiredVersion
Release v1.3.0.0
v1.3.0.0
-
Fix it so commands like
version
don't need a valid AWS environmentThis 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
v1.2.0.0
- Use more specific types in
Has{Directory,Filter,Color}Option
- Add environment variable configuration for
STACKCTL_{DIRECTORY,FILTERS}