From 3b810380cad971b760d323f47013856afd2cbfe2 Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Tue, 9 Jul 2024 18:10:59 +0200 Subject: [PATCH] Release v1.0.1 (#679) --- 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 4cb68c7d..a0627699 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] +## [1.0.1] - 2024-07-09 + ### Added - Add the Management Cluster name as a tag to the AWS resources created by CAPA. @@ -1406,7 +1408,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/giantswarm/cluster-aws/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/giantswarm/cluster-aws/compare/v0.79.0...v1.0.0 [0.79.0]: https://github.com/giantswarm/cluster-aws/compare/v0.78.2...v0.79.0 [0.78.2]: https://github.com/giantswarm/cluster-aws/compare/v0.78.1...v0.78.2 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index f1ae8660..233e6271 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.0.0 +version: 1.0.1 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