From c53662ec47e860cb8ff7542ae86f454153e29504 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 16:11:02 +0100 Subject: [PATCH] Release v0.12.0 (#131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nick Jüttner Co-authored-by: calvix Co-authored-by: Marcus Noble --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a4dd74..34978e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.0] - 2022-10-14 + +### Added + +- IRSA for CAPA. + ### Fixed - Re-added Ubuntu 22.04 with correct lookup @@ -25,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- IRSA for CAPA. - Set `aws.giantswarm.io/vpc-mode` annotation on AWSCluster. - Set cluster to paused when vpcMode is set to private @@ -276,7 +281,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.11.1...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/giantswarm/cluster-aws/compare/v0.11.1...v0.12.0 [0.11.1]: https://github.com/giantswarm/cluster-aws/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/giantswarm/cluster-aws/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/giantswarm/cluster-aws/compare/v0.9.2...v0.10.0