From fea4900bd80bb3d2eace87fcaba867e5347c4661 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 8 Nov 2023 15:20:42 +0300 Subject: [PATCH] Release v2.46.0 (#1180) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 287c8d7ff..6cf5f01d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s ## [Unreleased] +## [2.46.0] - 2023-11-08 + ### Added - Add CAPA cluster templating parameter `--control-plane-load-balancer-ingress-allow-cidr-block` which automatically adds NAT Gateway IPs of the MC to the allowlist @@ -1357,7 +1359,8 @@ This release supports rendering for CRs: - `AppCatalog` - `App` -[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.4...HEAD +[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.46.0...HEAD +[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 [2.45.3]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.3...v2.45.3 [2.45.3]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.2...v2.45.3 diff --git a/pkg/project/project.go b/pkg/project/project.go index ead91928a..b651a9b93 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "kubectl-gs" source = "https://github.com/giantswarm/kubectl-gs" - version = "2.45.5-dev" + version = "2.46.0" ) func Description() string {