From 9cbaed2ef234162a0e6aa63796474c3476521083 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 20 Nov 2023 18:37:43 +0100 Subject: [PATCH] Release v14.24.0 (#3663) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9308e431c..09b9faf3d5 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.0] - 2023-11-20 + ### Added - Add `global.podSecurityStandards.enforced` value for PSS migration. @@ -1071,7 +1073,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v14.23.0...HEAD +[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v14.24.0...HEAD +[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 [14.21.0]: https://github.com/giantswarm/aws-operator/compare/v14.20.0...v14.21.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 401d183ffd..c70e1cb93f 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.23.1-dev" + version = "14.24.0" ) func Description() string {