From 2708cfbeeb7b72b52664bedcf9f4f64fb09abb8a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 6 Jul 2025 11:56:22 +0200 Subject: [PATCH] =?UTF-8?q?chore(flux):=20update=20image=20snapshot-contro?= =?UTF-8?q?ller=204.0.0=20=E2=86=92=204.0.1=20(clustertool)=20(#37027)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [snapshot-controller](https://truecharts.org/charts/system/snapshot-controller) ([source](https://redirect.github.com/kubernetes-csi/external-snapshotter)) | patch | `4.0.0` -> `4.0.1` | --- ### Release Notes
kubernetes-csi/external-snapshotter (snapshot-controller) ### [`v4.0.1`](https://redirect.github.com/kubernetes-csi/external-snapshotter/releases/tag/v4.0.1) [Compare Source](https://redirect.github.com/kubernetes-csi/external-snapshotter/compare/v4.0.0...v4.0.1) ### Overall Status Volume snapshotting has been a GA feature since Kubernetes v1.20. ### Supported CSI Spec Versions 1.0.0, 1.1.0, 1.2.0, 1.3.0 ### [Minimum Kubernetes version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) 1.20 ### [Recommended Kubernetes version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-version) 1.20 ### Container ``` docker pull registry.k8s.io/sig-storage/snapshot-controller:v4.0.1 docker pull registry.k8s.io/sig-storage/csi-snapshotter:v4.0.1 docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v4.0.1 ``` ### Bug fixes - \--http-endpoint will now correctly be used for the metrics server address when --metrics-address is not provided. ([#​497](https://redirect.github.com/kubernetes-csi/external-snapshotter/pull/497), [@​ggriffiths](https://redirect.github.com/ggriffiths)) - Changed the webhook image from distroless/base to distroless/static. ([#​550](https://redirect.github.com/kubernetes-csi/external-snapshotter/pull/550), [@​WanzenBug](https://redirect.github.com/WanzenBug)) - Cherry-pick [#​470](https://redirect.github.com/kubernetes-csi/external-snapshotter/issues/470): Retain CreateSnapshot Error ([#​547](https://redirect.github.com/kubernetes-csi/external-snapshotter/pull/547), [@​ialidzhikov](https://redirect.github.com/ialidzhikov)) ### Full Changelog https://github.com/kubernetes-csi/external-snapshotter/blob/v4.0.1/CHANGELOG/CHANGELOG-4.0.md
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .../kubernetes/system/snapshot-controller/app/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertool/embed/generic/kubernetes/system/snapshot-controller/app/helm-release.yaml b/clustertool/embed/generic/kubernetes/system/snapshot-controller/app/helm-release.yaml index 9a2a7c38012..0052b1d71bb 100644 --- a/clustertool/embed/generic/kubernetes/system/snapshot-controller/app/helm-release.yaml +++ b/clustertool/embed/generic/kubernetes/system/snapshot-controller/app/helm-release.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: snapshot-controller - version: 4.0.0 + version: 4.0.1 sourceRef: kind: HelmRepository name: truecharts