From 5a90e9d836d50f1bf625792017852fd13e8a38cf Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Wed, 7 Aug 2024 15:01:26 +0300 Subject: [PATCH] Release v2.0.0 (#749) --- 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 0217f9c5..60321f57 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] +## [2.0.0] - 2024-08-07 + > [!IMPORTANT] > Releases that include this cluster-aws version must have the `os-tooling` component in the Release resource `.spec.components`, > as well as observability-policies app in the Release resource `.spec.apps`. @@ -1461,7 +1463,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/giantswarm/cluster-aws/compare/v1.3.0...v2.0.0 [1.3.0]: https://github.com/giantswarm/cluster-aws/compare/v1.2.1...v1.3.0 [1.2.1]: https://github.com/giantswarm/cluster-aws/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/giantswarm/cluster-aws/compare/v1.1.0...v1.2.0 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index 7314b553..a874a669 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.3.0 +version: 2.0.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