From 89372c5956afdc73fc4588e48820559a7fe6a240 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:08:24 +0100 Subject: [PATCH] Release v6.6.3 (#1124) * Release v6.6.3 * Release v6.6.3 * Release v6.6.3 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Laszlo Uveges --- CHANGELOG.md | 11 ++++++++++- pkg/project/project.go | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c80bee1db..b554ebb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s ## [Unreleased] +## [6.6.3] - 2023-03-21 + +## [6.6.3] - 2023-03-21 + +## [6.6.3] - 2023-03-21 + ### Changed - Lowered resource requests and limits @@ -672,7 +678,10 @@ from Helm 2 to Helm 3. - Flattening operator release structure. -[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.6.2...HEAD +[Unreleased]: https://github.com/giantswarm/app-operator/compare/v6.6.3...HEAD +[6.6.3]: https://github.com/giantswarm/app-operator/compare/v6.6.3...v6.6.3 +[6.6.3]: https://github.com/giantswarm/app-operator/compare/v6.6.3...v6.6.3 +[6.6.3]: https://github.com/giantswarm/app-operator/compare/v6.6.2...v6.6.3 [6.6.2]: https://github.com/giantswarm/app-operator/compare/v6.6.1...v6.6.2 [6.6.1]: https://github.com/giantswarm/app-operator/compare/v6.6.0...v6.6.1 [6.6.0]: https://github.com/giantswarm/app-operator/compare/v6.5.1...v6.6.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index d15f0e9aa..d5b9e5c0e 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.6.3-dev" + version = "6.6.3" ) func Description() string {