From 8ed089d6c883a29f96dce0e79b7f1d006488d49a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:50:46 +0100 Subject: [PATCH] Release v5.5.0 (#1377) Co-authored-by: github-actions --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a80e2248b..d1336b6cf4 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] +## [5.5.0] - 2021-02-22 + ### Added - Add new handler that creates `AzureClusterIdentity` CRs and the related `Secrets` out of Giant Swarm's credential secrets. @@ -330,7 +332,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.4.0...HEAD +[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.5.0...HEAD +[5.5.0]: https://github.com/giantswarm/azure-operator/compare/v5.4.0...v5.5.0 [5.4.0]: https://github.com/giantswarm/azure-operator/compare/v5.3.0...v5.4.0 [5.3.0]: https://github.com/giantswarm/azure-operator/compare/v5.2.1...v5.3.0 [5.2.1]: https://github.com/giantswarm/azure-operator/compare/v5.2.0...v5.2.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index 0f95d5380a..7cb9bd342d 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 = "5.4.1-dev" + version = "5.5.0" ) func Description() string {