Releases: freckle/stackctl
Releases · freckle/stackctl
Release v1.1.4.0
v1.1.4.0
- Support matching Stacks by glob in
capture
- Add
--tag
tochanges
anddeploy
Release v1.1.3.1
v1.1.3.1
- Fix JSON formatting bugs in generating specification
Release v1.1.3.0
v1.1.3.0
-
Repository-local configuration
See 5646782
-
Don't duplicate re-used templates in
stackctl-cat
-
Improve
--filter
- Match against stack name and template, in addition to spec path.
- Automatically prepend
**/
(unless there is already a leading wildcard) and
append{/*,.yaml,.json}
(unless there is already a trailing wildcard or
extension).
In general, this aims to make
--filter
match more things more intuitively
for operators, but still match exactly in programmatic use-cases. -
Various documentation improvements
-
Support more natural
{Key}: {Value}
syntax inParameters
andTags
-
Fix bug where we may generate an
{}
element inParameters
Release v1.1.2.2
v1.1.2.2
- Add support for Stack descriptions
Release v1.1.2.1
v1.1.2.1
- Build with LTS-20.4 / GHC 9.2
Release v1.1.2.0
v1.1.2.0
- Fix incorrect ordering of log-messages by setting
LOG_CONCURRENCY=1
- Fix potential coloring of changes being redirected to a file
- Make
PATH
optional (again) instackctl changes
- Add
--no-flip
tostackctl capture
Release v1.1.1.1
v1.1.1.1
- Trigger release
Release v1.1.1.0
v1.1.1.0
- Add
--parameter
tochanges
anddeploy
- Sort changes by causing-before-caused
Release v1.1.0.5
v1.1.0.5
- Trigger release workflow
Release v1.1.0.4
v1.1.0.4
- Fix bug where only the last spec in a multi-spec case had its changes present
in the output file generated bychanges
.