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

Release v7.2.0 #1710

Merged
merged 1 commit into from
Mar 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.2.0] - 2023-03-07

### Changed

- Bump k8s-api-healthz image to 0.2.0.
Expand Down Expand Up @@ -641,7 +643,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v7.1.0...HEAD
[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v7.2.0...HEAD
[7.2.0]: https://github.com/giantswarm/azure-operator/compare/v7.1.0...v7.2.0
[7.1.0]: https://github.com/giantswarm/azure-operator/compare/v7.0.0...v7.1.0
[7.0.0]: https://github.com/giantswarm/azure-operator/compare/v6.0.3...v7.0.0
[6.0.3]: https://github.com/giantswarm/azure-operator/compare/v6.0.2...v6.0.3
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 = "7.1.1-dev"
version = "7.2.0"
)

func Description() string {
Expand Down