Skip to content

Commit

Permalink
Release v5.2.0 (#1574)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 10, 2022
1 parent 87603ab commit dae2eb0
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]

## [5.2.0] - 2022-10-10

### Added

- Allow disabling cilium's kube-proxy replacement feature by adding an annotation to the Cluster CR.
Expand Down Expand Up @@ -387,7 +389,8 @@ be edited by users.



[Unreleased]: https://github.com/giantswarm/cluster-operator/compare/v5.1.0...HEAD
[Unreleased]: https://github.com/giantswarm/cluster-operator/compare/v5.2.0...HEAD
[5.2.0]: https://github.com/giantswarm/cluster-operator/compare/v5.1.0...v5.2.0
[5.1.0]: https://github.com/giantswarm/cluster-operator/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/giantswarm/cluster-operator/compare/v4.6.2...v5.0.0
[4.6.2]: https://github.com/giantswarm/cluster-operator/compare/v4.6.1...v4.6.2
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 = "cluster-operator"
source = "https://github.com/giantswarm/cluster-operator"
version = "5.1.1-dev"
version = "5.2.0"
)

func Description() string {
Expand Down

0 comments on commit dae2eb0

Please sign in to comment.