From 178dd7545933afe0204616d77b92dd8a56d760b9 Mon Sep 17 00:00:00 2001 From: Daniel Simionato Date: Tue, 9 Jul 2024 18:05:18 +0200 Subject: [PATCH] Update cluster chart to 0.33.1 (#678) --- CHANGELOG.md | 4 ++++ helm/cluster-aws/Chart.lock | 6 +++--- helm/cluster-aws/Chart.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba54385..4cb68c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add the Management Cluster name as a tag to the AWS resources created by CAPA. - Add the node pool name as a tag to the AWS resources associated with the node pool. +### Changed + +- Update cluster chart to 0.33.1 + ## [1.0.0] - 2024-06-20 ### Changed diff --git a/helm/cluster-aws/Chart.lock b/helm/cluster-aws/Chart.lock index 7a635514..2283530d 100644 --- a/helm/cluster-aws/Chart.lock +++ b/helm/cluster-aws/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: cluster repository: https://giantswarm.github.io/cluster-catalog - version: 0.33.0 + version: 0.33.1 - name: cluster-shared repository: https://giantswarm.github.io/cluster-catalog version: 0.7.1 -digest: sha256:e0a52d1a4f74330deda661ac9cdf9cbf96123c49fce02e5847ee8f72735156b1 -generated: "2024-06-20T14:48:34.084622+02:00" +digest: sha256:3a9b87e88a54d3030f4a743d2e0c1af942f54115d2beba28d853922c275721bb +generated: "2024-07-04T17:14:02.139637139+02:00" diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index c440d02e..f1ae8660 100644 --- a/helm/cluster-aws/Chart.yaml +++ b/helm/cluster-aws/Chart.yaml @@ -16,7 +16,7 @@ restrictions: - capa dependencies: - name: cluster - version: "0.33.0" + version: "0.33.1" repository: https://giantswarm.github.io/cluster-catalog - name: cluster-shared version: "0.7.1"