Skip to content

Commit

Permalink
Release v2.23.1 (#898)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 27, 2022
1 parent 5e272a9 commit 148b240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [2.23.1] - 2022-09-27

### Fixed

- `kubectl gs template app` help text: Replace deprecated `--cluster` flag by new `--cluster-name`.
Expand Down Expand Up @@ -1030,7 +1032,8 @@ This release supports rendering for CRs:
- `AppCatalog`
- `App`

[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.23.0...HEAD
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.23.1...HEAD
[2.23.1]: https://github.com/giantswarm/kubectl-gs/compare/v2.23.0...v2.23.1
[2.23.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.22.0...v2.23.0
[2.22.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.21.0...v2.22.0
[2.21.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.20.0...v2.21.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "kubectl-gs"
source = "https://github.com/giantswarm/kubectl-gs"
version = "2.23.1-dev"
version = "2.23.1"
)

func Description() string {
Expand Down

0 comments on commit 148b240

Please sign in to comment.