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

Commit

Permalink
Release v5.2.0 (#1262)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Jan 14, 2021
1 parent 6cb5b12 commit c708474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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.2.0] - 2021-01-14

### Changed

- Bump `conditions-handler` to v0.2.0 to get `MachinePool` `ReplicasReady` condition.
Expand Down Expand Up @@ -278,7 +280,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.1.0...HEAD
[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v5.2.0...HEAD
[5.2.0]: https://github.com/giantswarm/azure-operator/compare/v5.1.0...v5.2.0
[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
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.1-dev"
version = "5.2.0"
)

func Description() string {
Expand Down

0 comments on commit c708474

Please sign in to comment.