From 6633dc851f2f985c064883e123467cd825793cbf Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 27 Mar 2024 08:21:30 +0000 Subject: [PATCH] Release v2.3.0 (#392) --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9357ce..f8b283bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0] - 2024-03-27 + ### Added - Add global.podSecurityStandards.enforced value for PSS migration. @@ -118,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Push `node-operator` chart into `control-plane` catalog instead of quay.io. - Push `node-operator` app CRs into `-app-collection` repository. -[Unreleased]: https://github.com/giantswarm/node-operator/compare/v2.2.0...HEAD +[Unreleased]: https://github.com/giantswarm/node-operator/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/giantswarm/node-operator/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/giantswarm/node-operator/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/giantswarm/node-operator/compare/v2.0.3...v2.1.0 [2.0.3]: https://github.com/giantswarm/node-operator/compare/v2.0.2...v2.0.3 diff --git a/pkg/project/project.go b/pkg/project/project.go index 730eebd1..cf6931d2 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -5,7 +5,7 @@ var ( gitSHA = "n/a" name = "node-operator" source = "https://github.com/giantswarm/node-operator" - version = "2.2.1-dev" + version = "2.3.0" ) func Description() string {