diff --git a/.nancy-ignore b/.nancy-ignore index 41207be..d3b2c28 100644 --- a/.nancy-ignore +++ b/.nancy-ignore @@ -1,2 +1,2 @@ -CVE-2020-8561 until=2023-10-01 +CVE-2020-8561 until=2023-11-01 CVE-2023-3978 until=2023-11-06 # golang.org/x/net@v0.8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1754e2c..fddcaed 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.10.0] - 2023-10-02 + ### Changed - Propagate `global.podSecurityStandards.enforced` value set to `false` for PSS migration @@ -172,7 +174,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.9.0...HEAD +[Unreleased]: https://github.com/giantswarm/dex-operator/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/giantswarm/dex-operator/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/giantswarm/dex-operator/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/giantswarm/dex-operator/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/giantswarm/dex-operator/compare/v0.6.0...v0.7.0