Skip to content

chore(deps): update dependency kubernetes-csi/external-snapshotter to v8

This MR contains the following updates:

Package Type Update Change
kubernetes-csi/external-snapshotter Kustomization major v7.0.2 -> v8.0.1

Release Notes

kubernetes-csi/external-snapshotter (kubernetes-csi/external-snapshotter)

v8.0.1

Compare Source

Overall Status

Volume snapshotting has been a GA feature since Kubernetes v1.20.

Supported CSI Spec Versions

1.0-1.9

Minimum Kubernetes version

1.25

Recommended Minimum Kubernetes version

1.25

Container

docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.0.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.0.1

Changes by Kind

Bug or Regression

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.0.1/CHANGELOG/CHANGELOG-8.0.md

v8.0.0

Compare Source

Overall Status

Volume snapshotting has been a GA feature since Kubernetes v1.20.

Supported CSI Spec Versions

1.0-1.9

Minimum Kubernetes version

1.25

Recommended Minimum Kubernetes version

1.25

Container

docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.0.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.0.0
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.0.0

Urgent Upgrade Notes

(No, really, you MUST read this before you upgrade)

  • The validating logic for VolumeSnapshots, VolumeSnapshotContents, VolumeGroupSnapshots, and VolumeGroupSnapshotContents has been replaced by CEL validation rules. The validating webhook is now only being used for VolumeSnapshotClasses and VolumeGroupSnapshotClasses to ensure that there's at most one class per CSI Driver. The validation webhook is deprecated and will be removed in the next release. (#​1091, @​leonardoce)

Changes by Kind

API Change

Feature

  • Adds support for ListSnapshots secrets (#​252, @​bells17)
  • Adds validation rules into CRDs. Minimum required Kubernetes version is 1.25 for these validation rules. (#​1073, @​cici37)
  • Link the snapshotted PVCs and the corresponding PVs in VolumeGroupSnapshot and VolumeGroupSnapshotContent to make restoring data easier. (#​1069, @​leonardoce)

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.0.0/CHANGELOG/CHANGELOG-8.0.md


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports