Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Release v5.1.0 (#1236)
Browse files Browse the repository at this point in the history
* Release v5.1.0

* Update changelog with fixes from `release-v5.0.x`

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Tuomas Mäkinen <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2020
1 parent 572fc02 commit c110099
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c110099

Please sign in to comment.