From 86bc1ed1db8a1ab23ab3256357c5f69496b6af1f Mon Sep 17 00:00:00 2001 From: taylorbot Date: Mon, 19 Aug 2024 07:30:14 +0000 Subject: [PATCH] Release v2.23.1 --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b20997b..abd1fb0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.23.1] - 2024-08-19 + ### Changed - Do not create proxy secrets for capv clusters if the proxy is not enabled in the cluster app. @@ -519,7 +521,8 @@ cluster. - Initial version based on app related logic extracted from cluster-operator. -[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.23.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.23.1...HEAD +[2.23.1]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.23.0...v2.23.1 [2.23.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.22.1...v2.23.0 [2.22.1]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.22.0...v2.22.1 [2.22.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.21.1...v2.22.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index feee5b2a..b99dde5f 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "cluster-apps-operator" source = "https://github.com/giantswarm/cluster-apps-operator" - version = "2.23.1-dev" + version = "2.23.1" ) func Description() string {