From fb3cb7956b44ada843099f864ce8066da4d9e6c2 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 15 Nov 2023 14:52:59 +0000 Subject: [PATCH] Release v0.13.2 (#233) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df2df9e..775346fe 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.13.2] - 2023-11-15 + ### Fixed - Fix not deleting all IRSA rolles. @@ -166,7 +168,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.13.1...HEAD +[Unreleased]: https://github.com/giantswarm/capa-iam-operator/compare/v0.13.2...HEAD +[0.13.2]: https://github.com/giantswarm/capa-iam-operator/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/giantswarm/capa-iam-operator/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/giantswarm/capa-iam-operator/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/giantswarm/capa-iam-operator/compare/v0.11.0...v0.12.0