From 5572db8f2218b6fbe5de08eb64e6fc7e513cb644 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 15 Apr 2024 10:14:43 +0100 Subject: [PATCH] Release v0.22.0 (#294) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6aff76f..6d77cd26 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.22.0] - 2024-04-15 + ### Changed - Add toleration for `node.cluster.x-k8s.io/uninitialized` taint. @@ -243,7 +245,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implement `AWSMachineTemplate` reconciler. - Implement `AWSMachinePool` reconciler. -[Unreleased]: https://github.com/giantswarm/capa-iam-operator/compare/v0.21.1...HEAD +[Unreleased]: https://github.com/giantswarm/capa-iam-operator/compare/v0.22.0...HEAD +[0.22.0]: https://github.com/giantswarm/capa-iam-operator/compare/v0.21.1...v0.22.0 [0.21.1]: https://github.com/giantswarm/capa-iam-operator/compare/v0.21.0...v0.21.1 [0.21.0]: https://github.com/giantswarm/capa-iam-operator/compare/v0.20.0...v0.21.0 [0.20.0]: https://github.com/giantswarm/capa-iam-operator/compare/v0.19.0...v0.20.0