From ac7990b1e4e201f15a2ad71306e256d0c4e43f79 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Thu, 12 Dec 2024 17:34:12 +0900 Subject: [PATCH] Release v1.1.5 (#963) Co-authored-by: Andreas Sommer --- CHANGELOG.md | 9 ++++++++- helm/cluster-aws/Chart.yaml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aad2bc2..a82baa90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.5] - 2024-12-12 + +### Added + +- Make ASG lifecycle hook heartbeat timeout configurable + ### Fixed - Fix aws-nth-bundle to use the MC's kubeconfig context if it's in a different organization namespace. @@ -1453,7 +1459,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v1.1.4...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/giantswarm/cluster-aws/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/giantswarm/cluster-aws/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/giantswarm/cluster-aws/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/giantswarm/cluster-aws/compare/v1.1.1...v1.1.2 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index af956f77..e77a3d9b 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.1.4 +version: 1.1.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