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

Commit

Permalink
Release v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot committed Jul 14, 2023
1 parent deb47bf commit 823d4ad
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]

## [8.2.0] - 2023-07-14

### Added

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



[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v8.1.0...HEAD
[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v8.2.0...HEAD
[8.2.0]: https://github.com/giantswarm/azure-operator/compare/v8.1.0...v8.2.0
[8.1.0]: https://github.com/giantswarm/azure-operator/compare/v8.0.1...v8.1.0
[8.0.1]: https://github.com/giantswarm/azure-operator/compare/v8.0.0...v8.0.1
[8.0.0]: https://github.com/giantswarm/azure-operator/compare/v7.2.0...v8.0.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 = "8.1.0"
version = "8.2.0"
)

func Description() string {
Expand Down

0 comments on commit 823d4ad

Please sign in to comment.