Skip to content

Commit

Permalink
bump external-snapshotter from 1.1.0 to 1.2.2
Browse files Browse the repository at this point in the history
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)
* Cherry picks PR #138: Prebound snapshots will work correctly with CSI drivers that does not support ListSnasphots.(#156, @hakanmemisoglu)
* Cherry picks PR #172: Added extra verification of source PersistentVolumeClaim before creating snapshot.(#173, @xing-yang)
  • Loading branch information
joejulian committed Mar 9, 2020
1 parent 55502b6 commit 9a2c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/awsebscsiprovisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ snapshotter:
enabled: false
image:
repository: "quay.io/k8scsi/csi-snapshotter"
tag: "v1.1.0"
tag: "v1.2.2"

resizer:
# True if enable volume resizing
Expand Down

0 comments on commit 9a2c754

Please sign in to comment.