diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a074ad..60f71c8f 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] +## [2.4.0] - 2024-11-12 + ### Added - Add `global.providerSpecific.additionalNodeTags`. Field used to specify tags applied to nodes only. @@ -1520,7 +1522,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v2.3.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v2.4.0...HEAD +[2.4.0]: https://github.com/giantswarm/cluster-aws/compare/v2.3.0...v2.4.0 [2.3.0]: https://github.com/giantswarm/cluster-aws/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/giantswarm/cluster-aws/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/giantswarm/cluster-aws/compare/v2.0.0...v2.1.0 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index 26b24323..79356f25 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: 2.3.0 +version: 2.4.0 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