From d401d89a0e3cb0a0c9f3380f85f6b64c1417e64e Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 18 Jul 2024 09:51:13 +0200 Subject: [PATCH] Release v3.3.0 (#1168) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 654fabeec..9a8e36832 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] +## [3.3.0] - 2024-07-18 + ### Added - Added and enabled by default an `emptyDir` volume under `tmp` of the deployment for artifact pulls @@ -620,7 +622,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/v3.2.1...HEAD +[Unreleased]: https://github.com/giantswarm/chart-operator/compare/v3.3.0...HEAD +[3.3.0]: https://github.com/giantswarm/chart-operator/compare/v3.2.1...v3.3.0 [3.2.1]: https://github.com/giantswarm/chart-operator/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/giantswarm/chart-operator/compare/v3.1.3...v3.2.0 [3.1.3]: https://github.com/giantswarm/chart-operator/compare/v3.1.2...v3.1.3 diff --git a/pkg/project/project.go b/pkg/project/project.go index f36de39a2..dbdbbdbcc 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 = "3.2.2-dev" + version = "3.3.0" ) const (