From 7cd4be611f61cd83b217baa534780be745aa8126 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 2 Oct 2023 07:17:56 -0400 Subject: [PATCH] Release v1.12.0 (#286) --- .nancy-ignore | 2 +- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.nancy-ignore b/.nancy-ignore index ff0b072..1187ce4 100644 --- a/.nancy-ignore +++ b/.nancy-ignore @@ -1,2 +1,2 @@ # Consul - no fix yet -CVE-2022-29153 until=2023-10-02 # github.com/hashicorp/consul/api@v1.22.0 +CVE-2022-29153 until=2024-10-02 # github.com/hashicorp/consul/api@v1.22.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2755f..519788d 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] +## [1.12.0] - 2023-10-02 + ## Changed - Propagate `global.podSecurityStandards.enforced` value set to `false` for PSS migration @@ -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 diff --git a/pkg/project/project.go b/pkg/project/project.go index da30329..1f7f1e0 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -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 {