From b719a0d9a6e221569ceee791c6c6915902b3e400 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 11:35:43 +0200 Subject: [PATCH] Release v5.0.0-beta2 (#1163) 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 f66398d1cd..19280f23f8 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.0.0-beta2] - 2020-11-16 + ### Changed - Roll nodes on release upgrade if major components involved in node creation changes (k8s, flatcar, etcd...). @@ -220,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-beta1...HEAD +[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-beta2...HEAD +[5.0.0-beta2]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-beta1...v5.0.0-beta2 [5.0.0-beta1]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-alpha4...v5.0.0-beta1 [5.0.0-alpha4]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-alpha3...v5.0.0-alpha4 [5.0.0-alpha3]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-alpha2...v5.0.0-alpha3 diff --git a/pkg/project/project.go b/pkg/project/project.go index 313d784e14..ca91a33666 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.0.1-dev" + version = "5.0.0-beta2" ) func Description() string {