Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 902 Bytes

CHANGELOG-1.2.md

File metadata and controls

13 lines (7 loc) · 902 Bytes

Changelog since v1.1.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)