Skip to content

Commit

Permalink
Release v2.20.0 (#830)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <action@github.com>
  • Loading branch information
github-actions[bot] and actions-user authored Dec 15, 2021
1 parent 1cf0c92 commit bf1c69c
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's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [2.20.0] - 2021-12-15

### Changed

- Update Helm to v3.6.3.
Expand Down Expand Up @@ -395,7 +397,8 @@ We check progress in the next reconciliation loop. ([#362](https://github.com/gi
- Separate podsecuritypolicy.
- Security context in deployment spec with non-root user.

[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v2.19.1...HEAD
[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v2.20.0...HEAD
[2.20.0]: https://github.com/giantswarm/chart-operator/compare/v2.19.1...v2.20.0
[2.19.1]: https://github.com/giantswarm/chart-operator/compare/v2.19.0...v2.19.1
[2.19.0]: https://github.com/giantswarm/chart-operator/compare/v2.18.1...v2.19.0
[2.18.1]: https://github.com/giantswarm/chart-operator/compare/v2.18.0...v2.18.1
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 = "chart-operator"
source = "https://github.com/giantswarm/chart-operator"
version = "2.19.2-dev"
version = "2.20.0"
)

const (
Expand Down

0 comments on commit bf1c69c

Please sign in to comment.