From 9a2c754f65df03dec475b97e13eac1642edcc590 Mon Sep 17 00:00:00 2001 From: Joe Julian Date: Mon, 9 Mar 2020 14:26:13 -0700 Subject: [PATCH] bump external-snapshotter from 1.1.0 to 1.2.2 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) --- stable/awsebscsiprovisioner/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/awsebscsiprovisioner/values.yaml b/stable/awsebscsiprovisioner/values.yaml index b7f3399676..dc4b76c8b7 100644 --- a/stable/awsebscsiprovisioner/values.yaml +++ b/stable/awsebscsiprovisioner/values.yaml @@ -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