From e3065aeff1def42ea8caa98b73e96829dfc1266f Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Mon, 5 Feb 2024 11:26:32 +0100 Subject: [PATCH] Release v0.60.1 (#505) --- CHANGELOG.md | 5 ++++- helm/cluster-aws/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d769e9b8..50112452 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] +## [0.60.1] - 2024-02-05 + ### Added - Allow customers to specify optional extraConfigs in HelmRelease apps. @@ -1146,7 +1148,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.60.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v0.60.1...HEAD +[0.60.1]: https://github.com/giantswarm/cluster-aws/compare/v0.60.0...v0.60.1 [0.60.0]: https://github.com/giantswarm/cluster-aws/compare/v0.59.1...v0.60.0 [0.59.1]: https://github.com/giantswarm/cluster-aws/compare/v0.59.0...v0.59.1 [0.59.0]: https://github.com/giantswarm/cluster-aws/compare/v0.58.0...v0.59.0 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index e16e7b57..64638572 100644 --- a/helm/cluster-aws/Chart.yaml +++ b/helm/cluster-aws/Chart.yaml @@ -6,7 +6,7 @@ sources: 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 type: application -version: 0.60.0 +version: 0.60.1 annotations: application.giantswarm.io/team: "phoenix" application.giantswarm.io/app-type: "cluster"