diff --git a/CHANGELOG.md b/CHANGELOG.md index 9377158b..e52b4bba 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] +## [1.3.5] - 2024-12-12 + ### Added - Values: Add `global.providerSpecific.controlPlaneAmi` & `global.providerSpecific.nodePoolAmi`. @@ -1486,7 +1488,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v1.3.4...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v1.3.5...HEAD +[1.3.5]: https://github.com/giantswarm/cluster-aws/compare/v1.3.4...v1.3.5 [1.3.4]: https://github.com/giantswarm/cluster-aws/compare/v1.3.3...v1.3.4 [1.3.3]: https://github.com/giantswarm/cluster-aws/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/giantswarm/cluster-aws/compare/v1.3.1...v1.3.2 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index 095ba2cf..96cb7d03 100644 --- a/helm/cluster-aws/Chart.yaml +++ b/helm/cluster-aws/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: cluster-aws type: application -version: 1.3.4 +version: 1.3.5 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 home: https://github.com/giantswarm/cluster-aws