chore(deps): update dependency kubernetes-csi/external-snapshotter to v7
- Mar 09, 2024
-
-
Renovate Bot authored81a98e58
-
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
kubernetes-csi/external-snapshotter | Kustomization | major |
v6.3.3 -> v7.0.1
|
v7.0.1
Volume snapshotting has been a GA feature since Kubernetes v1.20.
1.0-1.9
1.20
1.24 (The Volume Populators feature with the new PVC dataSourceRef field moved to Beta in 1.24)
docker pull registry.k8s.io/sig-storage/snapshot-controller:v7.0.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v7.0.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v7.0.1
https://github.com/kubernetes-csi/external-snapshotter/blob/v7.0.1/CHANGELOG/CHANGELOG-7.0.md
v7.0.0
Volume snapshotting has been a GA feature since Kubernetes v1.20.
1.0-1.9
1.20
1.24 (The Volume Populators feature with the new PVC dataSourceRef field moved to Beta in 1.24)
docker pull registry.k8s.io/sig-storage/snapshot-controller:v7.0.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v7.0.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v7.0.0
Enable prevent-volume-mode-conversion feature flag by default.
Volume mode change will be rejected when creating a PVC from a VolumeSnapshot unless the AllowVolumeModeChange annotation has been set to true. Applications relying on volume mode change when creating a PVC from VolumeSnapshot need to be updated accordingly. (#916, @akalenyu)
Changed label from "app" to Kubernetes recommended label "app.kubernetes.io/name" when deploying csi-snapshotter, snapshot-controller, and snapshot-validation-webhook. ACTION REQUIRED: With this label change, "kubectl apply" will not work when upgrading from previous versions. You need to uninstall the previous deployment and then reinstall the new deployment. Alternatively you can keep the original label while using "kubectl apply". (https://github.com/kubernetes-csi/external-snapshotter/pull/844, @mowangdk)
https://github.com/kubernetes-csi/external-snapshotter/blob/v7.0.0/CHANGELOG/CHANGELOG-7.0.md
This MR has been generated by Renovate Bot.