From aeee0f8ca558b127e0ffc96a8a4587cc0017ff32 Mon Sep 17 00:00:00 2001 From: Jose Armesto Date: Tue, 15 Oct 2024 14:28:42 +0200 Subject: [PATCH] Bump cluster chart for cgroupsv1 feature --- 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 41a29496..93729ba0 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 + +- Bump `cluster` chart to `1.0.3` so that we can configure node pools for cgroupsv1. + ## [1.3.3] - 2024-09-30 ### Changed diff --git a/helm/cluster-aws/Chart.lock b/helm/cluster-aws/Chart.lock index a9181a4b..154e850d 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: 1.0.2 + version: 1.0.3 - name: cluster-shared repository: https://giantswarm.github.io/cluster-catalog version: 0.7.1 -digest: sha256:1521e7e61a2d3c2400a03d2962b948b84e19915d13fa866189d60930d0f17106 -generated: "2024-09-30T18:22:41.281619+02:00" +digest: sha256:73b9f0d3403bce6c6dead6bda9fed6011c7379a95efa6afd6ffd9c91c3bc1b6f +generated: "2024-10-15T14:25:41.437353127+02:00" diff --git a/helm/cluster-aws/Chart.yaml b/helm/cluster-aws/Chart.yaml index 38857303..15a59834 100644 --- a/helm/cluster-aws/Chart.yaml +++ b/helm/cluster-aws/Chart.yaml @@ -16,7 +16,7 @@ restrictions: - capa dependencies: - name: cluster - version: "1.0.2" + version: "1.0.3" repository: https://giantswarm.github.io/cluster-catalog - name: cluster-shared version: "0.7.1"