diff --git a/CHANGELOG.md b/CHANGELOG.md index b381e884..0de9a100 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.20.0] - 2024-05-07 + ### Added - Allow to set cloud-config path. @@ -324,7 +326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update and clean up the template repo. -[Unreleased]: https://github.com/giantswarm/cluster/compare/v0.19.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster/compare/v0.20.0...HEAD +[0.20.0]: https://github.com/giantswarm/cluster/compare/v0.19.0...v0.20.0 [0.19.0]: https://github.com/giantswarm/cluster/compare/v0.18.0...v0.19.0 [0.18.0]: https://github.com/giantswarm/cluster/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/giantswarm/cluster/compare/v0.16.0...v0.17.0 diff --git a/helm/cluster/Chart.yaml b/helm/cluster/Chart.yaml index e7b4c178..59f9a68c 100644 --- a/helm/cluster/Chart.yaml +++ b/helm/cluster/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: cluster type: application -version: 0.19.0 +version: 0.20.0 description: Giant Swarm cluster chart with provider-independent cluster resources icon: https://s.giantswarm.io/app-icons/giantswarm/1/dark.svg home: https://github.com/giantswarm/cluster