From 834e59e5310d15fb361d7885017998a60b85f277 Mon Sep 17 00:00:00 2001 From: Christian Bianchi Date: Thu, 14 Dec 2023 09:34:36 +0100 Subject: [PATCH] Release v14.23.1 (#3684) Co-authored-by: taylorbot --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b04a4c51e..2810ce8145 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.1] - 2023-12-14 + ### Fixed - Bump k8scc to 16.6.1 to fix max pod calculation. @@ -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.1...HEAD +[14.23.1]: https://github.com/giantswarm/aws-operator/compare/v14.23.0...v14.23.1 [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 d10ec33000..13f38d847f 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.1" ) func Description() string {