diff --git a/CHANGELOG.md b/CHANGELOG.md index 21926b7..9509b56 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.24.0] - 2024-10-17 + ### Added - Expose the `maxHealthyPercentage` property to allow setting the maximum percentage of healthy machines in the Auto Scaling Group during upgrades. @@ -425,7 +427,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.1] - 2021-03-18 -[Unreleased]: https://github.com/giantswarm/cluster-api-provider-aws-app/compare/v2.23.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-api-provider-aws-app/compare/v2.24.0...HEAD +[2.24.0]: https://github.com/giantswarm/cluster-api-provider-aws-app/compare/v2.23.0...v2.24.0 [2.23.0]: https://github.com/giantswarm/cluster-api-provider-aws-app/compare/v2.22.0...v2.23.0 [2.22.0]: https://github.com/giantswarm/cluster-api-provider-aws-app/compare/v2.21.0...v2.22.0 [2.21.0]: https://github.com/giantswarm/cluster-api-provider-aws-app/compare/v2.20.0...v2.21.0 diff --git a/helm/cluster-api-provider-aws/Chart.yaml b/helm/cluster-api-provider-aws/Chart.yaml index 2cf22bf..630dbc9 100644 --- a/helm/cluster-api-provider-aws/Chart.yaml +++ b/helm/cluster-api-provider-aws/Chart.yaml @@ -3,7 +3,7 @@ name: cluster-api-provider-aws description: "Helm chart for cluster-api-provider-aws." home: "https://github.com/giantswarm/cluster-api-provider-aws-app" icon: https://s.giantswarm.io/app-icons/aws/2/dark.svg -version: "2.23.0" +version: "2.24.0" appVersion: "2.5.2" annotations: application.giantswarm.io/team: "phoenix"