Skip to content

Commit

Permalink
Release v2.47.1 (#1199)
Browse files Browse the repository at this point in the history
* Release v2.47.1

* CHANGELOG update

---------

Co-authored-by: Spyros Synodinos <138458697+ssyno@users.noreply.github.com>
Co-authored-by: Spyros Synodinos <spyros@giantswarm.io>
  • Loading branch information
3 people authored Nov 15, 2023
1 parent d32adf0 commit 94aff1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [2.47.1] - 2023-11-15

### Changed

- Increase the cluster name length to 20 characters.
- 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.

## [2.47.0] - 2023-11-13
Expand Down Expand Up @@ -1369,7 +1372,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 94aff1c

Please sign in to comment.