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 (#1737)
Browse files Browse the repository at this point in the history
* Release v8.2.0
---------

Co-authored-by: Berk Dehrioglu <berk@giantswarm.io>
  • Loading branch information
taylorbot and bdehri committed Jul 14, 2023
1 parent deb47bf commit 2a0db51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
## [8.2.0] - 2023-07-14

### Fixed

- 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 2a0db51

Please sign in to comment.