From 60f7fc64c8678db566bbc861f3032621a9f8e6db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 14:00:26 +0100 Subject: [PATCH] Release v0.5.0 (#66) 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 6ff30521..03f40a42 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.5.0] - 2022-07-26 + ### Changed - Set pod CIDR to 100.64.0.0/12 to match what we set in Cilium (and to not clash with AWS CIDR) @@ -116,7 +118,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.4.2...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/giantswarm/cluster-aws/compare/v0.4.2...v0.5.0 [0.4.2]: https://github.com/giantswarm/cluster-aws/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/giantswarm/cluster-aws/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/giantswarm/cluster-aws/compare/v0.3.0...v0.4.0