diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a3c9a98..fc14d601c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s ## [Unreleased] +## [2.35.0] - 2023-05-04 + ### Changed - Disable PSPs for k8s 1.25 and newer. @@ -541,7 +543,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.34.1...HEAD +[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v2.35.0...HEAD +[2.35.0]: https://github.com/giantswarm/chart-operator/compare/v2.34.1...v2.35.0 [2.34.1]: https://github.com/giantswarm/chart-operator/compare/v2.34.0...v2.34.1 [2.34.0]: https://github.com/giantswarm/chart-operator/compare/v2.33.2...v2.34.0 [2.33.2]: https://github.com/giantswarm/chart-operator/compare/v2.33.1...v2.33.2 diff --git a/pkg/project/project.go b/pkg/project/project.go index e7ca04630..c89dea142 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "chart-operator" source = "https://github.com/giantswarm/chart-operator" - version = "2.34.1" + version = "2.35.0" ) const (