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

Commit 2a0db51

Browse files
taylorbotBerk Dehrioglu
and
Berk Dehrioglu
authored
Release v8.2.0 (#1737)
* Release v8.2.0 --------- Co-authored-by: Berk Dehrioglu <[email protected]>
1 parent deb47bf commit 2a0db51

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Added
10+
## [8.2.0] - 2023-07-14
11+
12+
### Fixed
1113

1214
- Add necessary values for PSS policy warnings.
1315

@@ -676,7 +678,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
676678

677679

678680

679-
[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v8.1.0...HEAD
681+
[Unreleased]: https://github.com/giantswarm/azure-operator/compare/v8.2.0...HEAD
682+
[8.2.0]: https://github.com/giantswarm/azure-operator/compare/v8.1.0...v8.2.0
680683
[8.1.0]: https://github.com/giantswarm/azure-operator/compare/v8.0.1...v8.1.0
681684
[8.0.1]: https://github.com/giantswarm/azure-operator/compare/v8.0.0...v8.0.1
682685
[8.0.0]: https://github.com/giantswarm/azure-operator/compare/v7.2.0...v8.0.0

pkg/project/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var (
55
gitSHA = "n/a"
66
name string = "azure-operator"
77
source string = "https://github.com/giantswarm/azure-operator"
8-
version = "8.1.0"
8+
version = "8.2.0"
99
)
1010

1111
func Description() string {

0 commit comments

Comments
 (0)