github kubernetes-csi/external-snapshotter v1.2.0

latest releases: v8.0.1, client/v8.0.0, v8.0.0...
5 years ago

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

  • Add Status subresource for VolumeSnapshot. (#121, @zhucan)

Full Changelog

https://github.com/kubernetes-csi/external-snapshotter/blob/master/CHANGELOG-1.2.md

Don't miss a new external-snapshotter release

NewReleases is sending notifications on new releases.