From 684d5798a88686a7449d0bed4c1c3897ee1a5247 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 15:40:21 +0200 Subject: [PATCH] Release v5.7.1 (#1476) 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 14a32471de..6dc1badda5 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.7.1] - 2021-06-21 + ### Changed - Consider node pools out of date if flatcar image has changed. @@ -387,7 +389,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.7.0...HEAD +[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.7.1...HEAD +[5.7.1]: https://github.com/giantswarm/azure-operator/compare/v5.7.0...v5.7.1 [5.7.0]: https://github.com/giantswarm/azure-operator/compare/v5.6.0...v5.7.0 [5.6.0]: https://github.com/giantswarm/azure-operator/compare/v5.5.2...v5.6.0 [5.5.2]: https://github.com/giantswarm/azure-operator/compare/v5.5.1...v5.5.2 diff --git a/pkg/project/project.go b/pkg/project/project.go index 49163a8111..013951569c 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.7.1-dev" + version = "5.7.1" ) func Description() string {