From 65043012184e5ecbaf67f996f06432c6a44affc4 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 6 Dec 2023 10:37:05 +0100 Subject: [PATCH] Release v6.10.2 (#1234) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdea1560a..53e38c86c 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] +## [6.10.2] - 2023-12-06 + ### Changed - Set `gsoci.azurecr.io` as the default container registry for this app's image(s). @@ -725,7 +727,8 @@ from Helm 2 to Helm 3. - Flattening operator release structure. -[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.10.1...HEAD +[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.10.2...HEAD +[6.10.2]: https://github.com/giantswarm/app-operator/compare/v6.10.1...v6.10.2 [6.10.1]: https://github.com/giantswarm/app-operator/compare/v6.10.0...v6.10.1 [6.10.0]: https://github.com/giantswarm/app-operator/compare/v6.9.0...v6.10.0 [6.9.0]: https://github.com/giantswarm/app-operator/compare/v6.8.1...v6.9.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index e3bb90f61..48bfbdd23 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "app-operator" source = "https://github.com/giantswarm/app-operator" - version = "6.10.2-dev" + version = "6.10.2" ) func Description() string {