Skip to content

Commit

Permalink
Release v4.5.2 (#1547)
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 Aug 11, 2022
1 parent 2150e62 commit 671501e
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]

## [4.5.2] - 2022-08-11

### Changed

- Set `cni.exclusive` to `false` in cilium app config.
Expand Down Expand Up @@ -341,7 +343,8 @@ be edited by users.



[Unreleased]: https://github.com/giantswarm/cluster-operator/compare/v4.5.1...HEAD
[Unreleased]: https://github.com/giantswarm/cluster-operator/compare/v4.5.2...HEAD
[4.5.2]: https://github.com/giantswarm/cluster-operator/compare/v4.5.1...v4.5.2
[4.5.1]: https://github.com/giantswarm/cluster-operator/compare/v4.5.0...v4.5.1
[4.5.0]: https://github.com/giantswarm/cluster-operator/compare/v4.4.0...v4.5.0
[4.4.0]: https://github.com/giantswarm/cluster-operator/compare/v4.3.0...v4.4.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 = "cluster-operator"
source = "https://github.com/giantswarm/cluster-operator"
version = "4.5.2-dev"
version = "4.5.2"
)

func Description() string {
Expand Down

0 comments on commit 671501e

Please sign in to comment.