From 1f62a3f56fb20ee147dd8ad92b9861b586e19df8 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Tue, 4 Jul 2023 14:47:37 +0200 Subject: [PATCH] Release v8.1.0 (#1733) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 364c5a136..ef952761a 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] +## [8.1.0] - 2023-07-04 + ### Added - Add support for customizing `controller-manager` `terminated-pod-gc-threshold` value through annotation `giantswarm.io/controllermanager-terminated-pod-gc-threshold` @@ -670,7 +672,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v8.0.1...HEAD +[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v8.1.0...HEAD +[8.1.0]: https://github.com/giantswarm/azure-operator/compare/v8.0.1...v8.1.0 [8.0.1]: https://github.com/giantswarm/azure-operator/compare/v8.0.0...v8.0.1 [8.0.0]: https://github.com/giantswarm/azure-operator/compare/v7.2.0...v8.0.0 [7.2.0]: https://github.com/giantswarm/azure-operator/compare/v7.1.0...v7.2.0 diff --git a/pkg/project/project.go b/pkg/project/project.go index 5fc7c3cf1..2b2a73388 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name string = "azure-operator" source string = "https://github.com/giantswarm/azure-operator" - version = "8.0.2-dev" + version = "8.1.0" ) func Description() string {