From f4add45c5e7080506733cc6686e56f647f7941b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:24:47 +0900 Subject: [PATCH] Release v0.2.0 (#32) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ac88c..ad8ee91 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.2.0] - 2023-02-27 + ### Added - Add use of runtime/default seccomp profile. @@ -62,7 +64,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.1.4...HEAD +[Unreleased]: https://github.com/giantswarm/dex-operator/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/giantswarm/dex-operator/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/giantswarm/dex-operator/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/giantswarm/dex-operator/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/giantswarm/dex-operator/compare/v0.1.1...v0.1.2