diff --git a/CHANGELOG.md b/CHANGELOG.md index ff96be62..d7902671 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.64.0] - 2024-02-28 + ### Changed - Chart: Bump `cluster` to v0.11.0. @@ -1190,7 +1192,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.63.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.64.0...HEAD +[0.64.0]: https://github.com/giantswarm/cluster-aws/compare/v0.63.0...v0.64.0 [0.63.0]: https://github.com/giantswarm/cluster-aws/compare/v0.62.1...v0.63.0 [0.62.1]: https://github.com/giantswarm/cluster-aws/compare/v0.62.0...v0.62.1 [0.62.0]: https://github.com/giantswarm/cluster-aws/compare/v0.61.0...v0.62.0 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index 524c28f1..a7d6ce1e 100644 --- a/helm/cluster-aws/Chart.yaml +++ b/helm/cluster-aws/Chart.yaml @@ -6,7 +6,7 @@ sources: description: A helm chart for creating Cluster API clusters with the AWS infrastructure provider (CAPA). icon: https://s.giantswarm.io/app-icons/aws/2/dark.svg type: application -version: 0.63.0 +version: 0.64.0 annotations: application.giantswarm.io/team: "phoenix" application.giantswarm.io/app-type: "cluster"