Skip to content

Releases: freckle/stackctl

Release v1.1.4.0

09 Jan 15:29
Compare
Choose a tag to compare

v1.1.4.0

  • Support matching Stacks by glob in capture
  • Add --tag to changes and deploy

Release v1.1.3.1

05 Jan 13:57
0fb3dcd
Compare
Choose a tag to compare

v1.1.3.1

  • Fix JSON formatting bugs in generating specification

Release v1.1.3.0

19 Dec 16:40
81d9ccc
Compare
Choose a tag to compare

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 in Parameters and Tags

  • Fix bug where we may generate an {} element in Parameters

Release v1.1.2.2

14 Dec 00:39
Compare
Choose a tag to compare

v1.1.2.2

  • Add support for Stack descriptions

Release v1.1.2.1

12 Dec 16:29
4e4a3da
Compare
Choose a tag to compare

v1.1.2.1

  • Build with LTS-20.4 / GHC 9.2

Release v1.1.2.0

09 Dec 19:52
ec5ff8b
Compare
Choose a tag to compare

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) in stackctl changes
  • Add --no-flip to stackctl capture

Release v1.1.1.1

26 Nov 16:33
5098d37
Compare
Choose a tag to compare

v1.1.1.1

  • Trigger release

Release v1.1.1.0

22 Nov 20:45
f288324
Compare
Choose a tag to compare

v1.1.1.0

  • Add --parameter to changes and deploy
  • Sort changes by causing-before-caused

Release v1.1.0.5

18 Nov 17:53
9cd8a09
Compare
Choose a tag to compare

v1.1.0.5

  • Trigger release workflow

Release v1.1.0.4

18 Nov 17:43
2fe788c
Compare
Choose a tag to compare

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 by changes.