diff --git a/CHANGELOG.md b/CHANGELOG.md index 042ed61c..1f485252 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.62.0] - 2024-02-14 + ### Added - Add network-policies helm release. @@ -1164,7 +1166,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.61.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.62.0...HEAD +[0.62.0]: https://github.com/giantswarm/cluster-aws/compare/v0.61.0...v0.62.0 [0.61.0]: https://github.com/giantswarm/cluster-aws/compare/v0.60.1...v0.61.0 [0.60.1]: https://github.com/giantswarm/cluster-aws/compare/v0.60.0...v0.60.1 [0.60.0]: https://github.com/giantswarm/cluster-aws/compare/v0.59.1...v0.60.0 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index 44d4ddba..e381b0b1 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.61.0 +version: 0.62.0 annotations: application.giantswarm.io/team: "phoenix" application.giantswarm.io/app-type: "cluster"