Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.18.0 #774

Merged
merged 1 commit into from
Jun 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.18.0] - 2021-06-21

## Added

- Add releasemaxhistory resource which ensures we retry at a reduced rate when
Expand Down Expand Up @@ -366,7 +368,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.17.0...HEAD
[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v2.18.0...HEAD
[2.18.0]: https://github.com/giantswarm/chart-operator/compare/v2.17.0...v2.18.0
[2.17.0]: https://github.com/giantswarm/chart-operator/compare/v2.16.0...v2.17.0
[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
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.17.1-dev"
version = "2.18.0"
)

const (
Expand Down