Skip to content

Commit

Permalink
Release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored and Gacko committed Dec 14, 2024
1 parent a5c7c3d commit 51404bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-aws/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 51404bb

Please sign in to comment.