v1.2.0
Overall Status
Volume snapshotting is an Alpha feature in Kubernetes v1.15.
Minimum CSI Spec Version
1.0.0
Minimum Kubernetes version
1.13
Recommended Kubernetes version
1.14: For lease-based leader election
Container
docker pull quay.io/k8scsi/csi-snapshotter:v1.2.0
Breaking Changes
- Changes the API group name for the fake VolumeSnapshot object to "snapshot.storage.k8s.io" to be in-sync with the group name of the real VolumeSnapshot object. As a result, the generated interfaces for clientset and informers of VolumeSnapshot are also changed from "VolumeSnapshot" to "Snapshot". (#123, @xing-yang)
New Features
- Adds Finalizer on the snapshot source PVC to prevent it from being deleted when a snapshot is being created from it. (#47, @xing-yang)
Other Notable Changes
Full Changelog
https://github.com/kubernetes-csi/external-snapshotter/blob/master/CHANGELOG-1.2.md