Skip to content

Commit

Permalink
Release v2.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot committed Nov 15, 2023
1 parent 2701656 commit ee559f3
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.47.1] - 2023-11-15

### Changed

- Change how `login` works to use our DNS record for the k8s API when using non-vintage providers, rather than the value found in the CAPI CRs.
Expand Down Expand Up @@ -1369,7 +1371,8 @@ This release supports rendering for CRs:
- `AppCatalog`
- `App`

[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.47.0...HEAD
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.47.1...HEAD
[2.47.1]: https://github.com/giantswarm/kubectl-gs/compare/v2.47.0...v2.47.1
[2.47.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.46.0...v2.47.0
[2.46.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.4...v2.46.0
[2.45.4]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.3...v2.45.4
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.47.1-dev"
version = "2.47.1"
)

func Description() string {
Expand Down

0 comments on commit ee559f3

Please sign in to comment.