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

Commit

Permalink
prepare for 7.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Aug 3, 2023
1 parent f599d43 commit 687f457
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 @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.4.0] - 2023-08-03

### Fixed

- Add necessary values for PSS policy warnings.
Expand Down Expand Up @@ -654,7 +656,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v7.3.0...HEAD
[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v7.4.0...HEAD
[7.4.0]: https://github.com/giantswarm/azure-operator/compare/v7.3.0...v7.4.0
[7.3.0]: https://github.com/giantswarm/azure-operator/compare/v7.2.0...v7.3.0
[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
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.3.0"
version = "7.4.0"
)

func Description() string {
Expand Down

0 comments on commit 687f457

Please sign in to comment.