Skip to content

Commit

Permalink
Release v1.12.0 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Oct 2, 2023
1 parent ea791d9 commit 7cd4be6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nancy-ignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Consul - no fix yet
CVE-2022-29153 until=2023-10-02 # github.com/hashicorp/consul/[email protected]
CVE-2022-29153 until=2024-10-02 # github.com/hashicorp/consul/[email protected]
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]

## [1.12.0] - 2023-10-02

## Changed

- Propagate `global.podSecurityStandards.enforced` value set to `false` for PSS migration
Expand Down Expand Up @@ -256,7 +258,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release.


[Unreleased]: https://github.com/giantswarm/athena/compare/v1.11.0...HEAD
[Unreleased]: https://github.com/giantswarm/athena/compare/v1.12.0...HEAD
[1.12.0]: https://github.com/giantswarm/athena/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/giantswarm/athena/compare/v1.10.3...v1.11.0
[1.10.3]: https://github.com/giantswarm/athena/compare/v1.10.2...v1.10.3
[1.10.2]: https://github.com/giantswarm/athena/compare/v1.10.1...v1.10.2
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 = "athena"
source = "https://github.com/giantswarm/athena"
version = "1.11.0"
version = "1.12.0"
)

func Description() string {
Expand Down

0 comments on commit 7cd4be6

Please sign in to comment.