diff --git a/CHANGELOG.md b/CHANGELOG.md index bb55d098..4bd00a7a 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.22.1] - 2024-06-19 + ### Added - Added `--service.controller.resyncperiod` daemon flag that can be controller via `.controller.resyncPeriod` Helm value. @@ -507,7 +509,8 @@ cluster. - Initial version based on app related logic extracted from cluster-operator. -[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.22.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.22.1...HEAD +[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 [2.21.1]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.21.0...v2.21.1 [2.21.0]: https://github.com/giantswarm/cluster-apps-operator/compare/v2.20.2...v2.21.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 312f9f98..2f929bc6 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.22.1-dev" + version = "2.22.1" ) func Description() string {