Skip to content

Commit

Permalink
Release v2.16.0 (#763)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Jun 3, 2021
1 parent 4065433 commit be6f29d
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.16.0] - 2021-06-03

### Changed

For CAPI clusters:
Expand Down Expand Up @@ -343,7 +345,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.15.0...HEAD
[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v2.16.0...HEAD
[2.16.0]: https://github.com/giantswarm/chart-operator/compare/v2.15.0...v2.16.0
[2.15.0]: https://github.com/giantswarm/chart-operator/compare/v2.14.0...v2.15.0
[2.14.0]: https://github.com/giantswarm/chart-operator/compare/v2.13.1...v2.14.0
[2.13.1]: https://github.com/giantswarm/chart-operator/compare/v2.13.0...v2.13.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.15.1-dev"
version = "2.16.0"
)

// ChartVersion is fixed for chart CRs. This is because they exist in both
Expand Down

0 comments on commit be6f29d

Please sign in to comment.