From 3717cca335cd46aef079d52e9ffdba66322f7a0a Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 7 Dec 2023 11:03:07 +0100 Subject: [PATCH] Release v14.24.1 (#3675) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd29bcbd7..53af2840c0 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] +## [14.24.1] - 2023-12-07 + ### Changed - Bump etcd-cluster-migrator to v1.2.0 @@ -1077,7 +1079,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v14.24.0...HEAD +[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v14.24.1...HEAD +[14.24.1]: https://github.com/giantswarm/aws-operator/compare/v14.24.0...v14.24.1 [14.24.0]: https://github.com/giantswarm/aws-operator/compare/v14.23.0...v14.24.0 [14.23.0]: https://github.com/giantswarm/aws-operator/compare/v14.22.0...v14.23.0 [14.22.0]: https://github.com/giantswarm/aws-operator/compare/v14.21.0...v14.22.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index fdb98139ad..40aa2d542b 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name string = "aws-operator" source string = "https://github.com/giantswarm/aws-operator" - version = "14.24.1-dev" + version = "14.24.1" ) func Description() string {