Skip to content

Commit

Permalink
Release v0.6.0 (#58)
Browse files Browse the repository at this point in the history
* Release v0.6.0

* Update .nancy-ignore

---------

Co-authored-by: Christian Bianchi <christian@giantswarm.io>
  • Loading branch information
taylorbot and Christian Bianchi committed Mar 26, 2024
1 parent f2deebd commit 36e8a58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nancy-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CVE-2024-24786
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]

## [0.6.0] - 2024-03-26

### Added
- Add `global.podSecurityStandards.enforced` value for PSS migration.
### Changed
Expand Down Expand Up @@ -81,7 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Init
- Docs

[Unreleased]: https://github.com/giantswarm/aws-rolling-node-operator/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/giantswarm/aws-rolling-node-operator/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/giantswarm/aws-rolling-node-operator/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/giantswarm/aws-rolling-node-operator/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/giantswarm/aws-rolling-node-operator/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/giantswarm/aws-rolling-node-operator/compare/v0.3.2...v0.4.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 = "aws-rolling-node-operator"
source = "https://github.com/giantswarm/aws-rolling-node-operator"
version = "0.5.1-dev"
version = "0.6.0"
)

func Description() string {
Expand Down

0 comments on commit 36e8a58

Please sign in to comment.