Skip to content

Commit

Permalink
Release v2.4.0 (#384)
Browse files Browse the repository at this point in the history
* Release v2.4.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 86214b7 commit 51d7a19
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]

## [2.4.0] - 2024-03-26

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

- Initial Project copied from [aws-operator](https://github.com/giantswarm/aws-operator)

[Unreleased]: https://github.com/giantswarm/aws-collector/compare/v2.3.0...HEAD
[Unreleased]: https://github.com/giantswarm/aws-collector/compare/v2.4.0...HEAD
[2.4.0]: https://github.com/giantswarm/aws-collector/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/giantswarm/aws-collector/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/giantswarm/aws-collector/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/giantswarm/aws-collector/compare/v2.0.1...v2.1.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 string = "aws-collector"
source string = "https://github.com/giantswarm/aws-collector"
version = "2.3.1-dev"
version = "2.4.0"
)

func Description() string {
Expand Down

0 comments on commit 51d7a19

Please sign in to comment.