Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Dec 19, 2022
1 parent 5646782 commit 81d9ccc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
## [_Unreleased_](https://github.com/freckle/stackctl/compare/v1.1.2.2...main)
## [_Unreleased_](https://github.com/freckle/stackctl/compare/v1.1.3.0...main)

## [v1.1.3.0](https://github.com/freckle/stackctl/compare/v1.1.2.2...v1.1.3.0)

- Repository-local configuration

See https://github.com/freckle/stackctl/commit/564678203fe70b5c4c46c655dd3daeaafb6de9e0

- 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`

## [v1.1.2.2](https://github.com/freckle/stackctl/compare/v1.1.2.1...v1.1.2.2)

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stackctl
version: 1.1.2.2
version: 1.1.3.0
github: freckle/stackctl
license: MIT
author: Freckle Engineering
Expand Down
2 changes: 1 addition & 1 deletion stackctl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.18
-- see: https://github.com/sol/hpack

name: stackctl
version: 1.1.2.2
version: 1.1.3.0
description: Please see <https://github.com/freckle/stackctl#readme>
homepage: https://github.com/freckle/stackctl#readme
bug-reports: https://github.com/freckle/stackctl/issues
Expand Down

0 comments on commit 81d9ccc

Please sign in to comment.