diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df61c256a..25cc2e00bb 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.23.0-patch1] - 2024-04-29 + ### Added - Add global.podSecurityStandards.enforced value for PSS migration. @@ -1062,7 +1064,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.23.0-patch1...HEAD +[14.23.0-patch1]: https://github.com/giantswarm/aws-operator/compare/v14.23.0...v14.23.0-patch1 [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 780872b897..fccfd28f28 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.0" + //version = "14.23.0-patch1" ) func Description() string {