Skip to content

Commit

Permalink
Release v2.3.0 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Mar 27, 2024
1 parent 9de132e commit 6633dc8
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 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.
Expand Down Expand Up @@ -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 `<provider>-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
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 = "node-operator"
source = "https://github.com/giantswarm/node-operator"
version = "2.2.1-dev"
version = "2.3.0"
)

func Description() string {
Expand Down

0 comments on commit 6633dc8

Please sign in to comment.