From 2dcc2c6dc2f8d941f85ab36ff97b6ca60bf33463 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:52:28 +0200 Subject: [PATCH] Release v0.10.0 (#117) 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 436e6c07..b7642093 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.10.0] - 2022-10-04 + ### Changed - `.Values.controlPlane.apiLoadbalancerScheme` has been removed in favour of `.Values.network.apiMode` @@ -247,7 +249,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.9.2...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/giantswarm/cluster-aws/compare/v0.9.2...v0.10.0 [0.9.2]: https://github.com/giantswarm/cluster-aws/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/giantswarm/cluster-aws/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/giantswarm/cluster-aws/compare/v0.8.7...v0.9.0