From c1100997c60068bce952379ba783dc9d9bbe69e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 14:39:30 +0200 Subject: [PATCH] Release v5.1.0 (#1236) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Release v5.1.0 * Update changelog with fixes from `release-v5.0.x` Co-authored-by: github-actions Co-authored-by: Tuomas Mäkinen --- CHANGELOG.md | 17 +++++++++++++++-- pkg/project/project.go | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761b2eacbb..f86994435e 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.1.0] - 2020-12-14 + ### Changed - Only submit Subnet ARM deployment when Subnet name or Subnet CIDR change. @@ -23,11 +25,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - AzureMachine `Ready`, `SubnetReady` and `VMSSReady` conditions. - MachinePool `Creating` condition. +## [5.0.0] - 2020-12-01 + ### Fixed -- Re-configure masters network security group to allow CP's public IPs to etcd LB ingress. - Use CP public IP's instead of TC public IP's to re-configure masters network security group. +## [5.0.0-beta7] - 2020-11-26 + +### Fixed + +- Re-configure masters network security group to allow CP's public IPs to etcd LB ingress. + ## [5.0.0-beta6] - 2020-11-26 ### Fixed @@ -258,7 +267,11 @@ 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-beta5...HEAD +[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.1.0...HEAD +[5.1.0]: https://github.com/giantswarm/azure-operator/compare/v5.0.0...v5.1.0 +[5.0.0]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-beta7...v5.0.0 +[5.0.0-beta7]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-beta6...v5.0.0-beta7 +[5.0.0-beta6]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-beta5...v5.0.0-beta6 [5.0.0-beta5]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-beta4...v5.0.0-beta5 [5.0.0-beta4]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-beta2...v5.0.0-beta4 [5.0.0-beta2]: https://github.com/giantswarm/azure-operator/compare/v5.0.0-beta1...v5.0.0-beta2 diff --git a/pkg/project/project.go b/pkg/project/project.go index 9a83b6e05d..ae32eec41b 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.1.0-dev" + version = "5.1.0" ) func Description() string {