diff --git a/CHANGELOG.md b/CHANGELOG.md index fe30ac56..52ab3e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.0] - 2024-12-13 + ### Added - Add aws-node-termination-handler bundle - Values: Add `global.providerSpecific.controlPlaneAmi` & `global.providerSpecific.nodePoolAmi`. - Make ASG lifecycle hook heartbeat timeout configurable +### Changed + +- Chart: Update `cluster` to [v1.7.0](https://github.com/giantswarm/cluster/releases/tag/v1.7.0). + - Add `teleport-init` systemd unit to handle initial token setup before `teleport` service starts + - Improve `teleport` service reliability by adding proper file and service dependencies and pre-start checks + ### Fixed - Fix aws-nth-bundle to use the MC's kubeconfig context if it's in a different organization namespace. @@ -1534,7 +1542,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v2.4.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v2.5.0...HEAD +[2.5.0]: https://github.com/giantswarm/cluster-aws/compare/v2.4.0...v2.5.0 [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 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index 9cf1913c..65a75e7f 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.4.0 +version: 2.5.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