From 1666f9b31c304f7649677452f3e8cb75ba9997b1 Mon Sep 17 00:00:00 2001 From: Priyansh Choudhary Date: Thu, 26 Mar 2026 12:36:52 +0530 Subject: [PATCH] chore: update external-snapshotter dependency to v8.4.0 Signed-off-by: Priyansh Choudhary --- .../delete/actions/csi/volumesnapshotcontent_action_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/delete/actions/csi/volumesnapshotcontent_action_test.go b/internal/delete/actions/csi/volumesnapshotcontent_action_test.go index a6e5fd14a..5e51cd914 100644 --- a/internal/delete/actions/csi/volumesnapshotcontent_action_test.go +++ b/internal/delete/actions/csi/volumesnapshotcontent_action_test.go @@ -21,7 +21,7 @@ import ( "fmt" "testing" - snapshotv1api "github.com/kubernetes-csi/external-snapshotter/client/v8/apis/volumesnapshot/v1" + snapshotv1api "github.com/kubernetes-csi/external-snapshotter/client/v7/apis/volumesnapshot/v1" "github.com/sirupsen/logrus" "github.com/stretchr/testify/require" corev1api "k8s.io/api/core/v1"