Skip to content

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

This MR contains the following updates:

Package Type Update Change
kubernetes-csi/external-snapshotter Kustomization minor v8.1.0 -> v8.2.0

Release Notes

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

v8.2.0

Compare Source

Overall Status

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

Supported CSI Spec Versions

1.0-1.11

Minimum Kubernetes version

1.25

Recommended Minimum Kubernetes version

1.25

Container
docker pull registry.k8s.io/sig-storage/snapshot-controller:v8.2.0
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
Changes by Kind
API Change
  • VolumeGroupSnapshot, VolumeGroupSnapshotContent, and VolumeGroupSnapshotClass are now available in v1beta1 version. The support for the v1alpha1 version have been removed. (#​1150, @​leonardoce)
Other (Cleanup or Flake)
  • Move the logic of creating individual VolumeSnapshot and VolumeSnapshotContent resources for dynamically created VolumeGroupSnapshot from csi-snapshotter sidecar to snapshot-controller. (#​1171, @​leonardoce)
Uncategorized
  • The enable-volume-group-snapshots flag has been replaced by feature-gates flag. Enable feature gate to enable volumegroupsnapshot, i.e., --feature-gates=CSIVolumeGroupSnapshot=true. By default the feature gate is disabled (#​1194, @​yati1998)
  • The validation webhook was deprecated in v8.0.0 and it is now removed. The validation webhook would prevent creating multiple default volume snapshot classes and multiple default volume group snapshot classes for the same CSI driver. With the removal of the validation webhook, an error will still be raised when dynamically provisioning a VolumeSnapshot or VolumeGroupSnapshot when multiple default volume snapshot classes or multiple default volume group snapshot classes for the same CSI driver exist. (#​1186, @​yati1998)
  • Use v1.11.0 version of CSI spec (#​1209, @​yati1998)
Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.2.0/CHANGELOG/CHANGELOG-8.2.md

v8.1.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.1.1
docker pull registry.k8s.io/sig-storage/csi-snapshotter:v8.1.1
docker pull registry.k8s.io/sig-storage/snapshot-validation-webhook:v8.1.1
Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/v8.1.1/CHANGELOG/CHANGELOG-8.1.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

Loading