From 28e6e21f17ecfd40e63f82d16fbf318780421523 Mon Sep 17 00:00:00 2001 From: taylorbot Date: Thu, 25 Jul 2024 11:48:25 +0000 Subject: [PATCH 1/2] Release v0.12.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4ad51..1be5c6a 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] +## [0.12.2] - 2024-07-25 + ## [0.12.1] - 2023-12-06 ### Changed @@ -206,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added azure active directory provider. - Added initial implementation of the dex operator. -[Unreleased]: https://github.com/giantswarm/dex-operator/compare/v0.12.1...HEAD +[Unreleased]: https://github.com/giantswarm/dex-operator/compare/v0.12.2...HEAD +[0.12.2]: https://github.com/giantswarm/dex-operator/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/giantswarm/dex-operator/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/giantswarm/dex-operator/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/giantswarm/dex-operator/compare/v0.10.1...v0.11.0 From 757a78292b90266ac5bccd542a26af017b8cb1cf Mon Sep 17 00:00:00 2001 From: Puru <5674762+tuladhar@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:37:27 +0545 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be5c6a..534a3a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.12.2] - 2024-07-25 +### Fixed + +- Fixes critical CVEs in dex library in https://github.com/giantswarm/dex-operator/pull/110 + ## [0.12.1] - 2023-12-06 ### Changed