From 3918727a38763e2a6b00245d878e2f2b50516c2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 11:31:24 +0200 Subject: [PATCH] Chart: Update `cluster` chart to v0.36.0. (#703) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 534f551c..02a294bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Chart: Update `cluster` chart to v0.36.0. ([#703](https://github.com/giantswarm/cluster-aws/pull/703)) + ## [1.1.0] - 2024-07-11 ### Changed diff --git a/helm/cluster-aws/Chart.lock b/helm/cluster-aws/Chart.lock index fddde7e5..2f969e71 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.35.0 + version: 0.36.0 - name: cluster-shared repository: https://giantswarm.github.io/cluster-catalog version: 0.7.1 -digest: sha256:dd593d4433f91fa04497f8afbdbd2ac33b5a7c6be2efacfc9a71f7f613131853 -generated: "2024-07-10T15:11:19.246097+02:00" +digest: sha256:ac1d3ed36ee385a9309581226ed498713179341a1fbf51498ba11c5c27da7a30 +generated: "2024-07-19T14:16:51.33350574Z" diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index 8fcc6b69..28e88a3c 100644 --- a/helm/cluster-aws/Chart.yaml +++ b/helm/cluster-aws/Chart.yaml @@ -16,7 +16,7 @@ restrictions: - capa dependencies: - name: cluster - version: "0.35.0" + version: "0.36.0" repository: https://giantswarm.github.io/cluster-catalog - name: cluster-shared version: "0.7.1"