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