From 0ec8e51c7778ba4f6b6d146541c4c538dad01a8d Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 14 Feb 2024 12:53:32 +0100 Subject: [PATCH] Release v2.20.1 (#466) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0c6c4d..fbb33027 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.20.1] - 2024-02-14 + ### Fixed - Do not generate proxy env secret for non private clusters. @@ -475,7 +477,8 @@ cluster. - Initial version based on app related logic extracted from cluster-operator. -[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.20.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.20.1...HEAD +[2.20.1]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.20.0...v2.20.1 [2.20.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.19.0...v2.20.0 [2.19.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.18.1...v2.19.0 [2.18.1]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.18.0...v2.18.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index c9f2739d..a49a2441 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.20.1-dev" + version = "2.20.1" ) func Description() string {