Skip to content

Commit

Permalink
Release v2.43.0 (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Oct 11, 2023
1 parent 2e3b293 commit f7d3fa3
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.43.0] - 2023-10-11

### Added

- Support deletion prevention for `kubectl gs template app` command
Expand Down Expand Up @@ -1309,7 +1311,8 @@ This release supports rendering for CRs:
- `AppCatalog`
- `App`

[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.42.0...HEAD
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.43.0...HEAD
[2.43.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.42.0...v2.43.0
[2.42.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.41.1...v2.42.0
[2.41.1]: https://github.com/giantswarm/kubectl-gs/compare/v2.41.0...v2.41.1
[2.41.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.40.0...v2.41.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.42.1-dev"
version = "2.43.0"
)

func Description() string {
Expand Down

0 comments on commit f7d3fa3

Please sign in to comment.