From e0359283a1030b7ee2760fe2799c4ae5abcc422e Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 4 Mar 2024 14:01:50 +0300 Subject: [PATCH] Release v16.1.0 (#3722) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c49593cc50..00848fe8b3 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] +## [16.1.0] - 2024-03-04 + ### Changed - Bump k8scc to avoid running etcd defrag on all masters at the same time. @@ -1082,7 +1084,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v16.0.0...HEAD +[Unreleased]: https://github.com/giantswarm/aws-operator/compare/v16.1.0...HEAD +[16.1.0]: https://github.com/giantswarm/aws-operator/compare/v16.0.0...v16.1.0 [16.0.0]: https://github.com/giantswarm/aws-operator/compare/v15.0.0...v16.0.0 [15.0.0]: https://github.com/giantswarm/aws-operator/compare/v14.24.1...v15.0.0 [14.24.1]: https://github.com/giantswarm/aws-operator/compare/v14.24.0...v14.24.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index 3587241215..f4f0d4b5b1 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 = "16.0.1-dev" + version = "16.1.0" ) func Description() string {