From c3f17be17d0109c6c5f54071f14dbbb553e57a3f Mon Sep 17 00:00:00 2001 From: Taylor Bot Date: Tue, 24 Sep 2024 13:28:58 +0100 Subject: [PATCH] Release v2.2.0 (#861) --- 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 62735327..528fe971 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.2.0] - 2024-09-23 + ### Added - Allow to enable `auditd` through `global.components.auditd.enabled` helm value. @@ -1490,7 +1492,8 @@ yq eval --inplace ' ## [0.1.0] - 2022-02-25 -[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/giantswarm/cluster-aws/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/giantswarm/cluster-aws/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/giantswarm/cluster-aws/compare/v2.0.0...v2.1.0 [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 diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index 8f88fd40..799c57ff 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: 2.1.0 +version: 2.2.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