From e86b081b8e16a0420b3320c5de2be59509225ffc Mon Sep 17 00:00:00 2001 From: Grant Griffiths Date: Wed, 11 Oct 2023 14:49:35 -0700 Subject: [PATCH] PWX-34326: CSI - fix GetPluginInfo version for CSI (#2358) Signed-off-by: Grant Griffiths --- csi/identity.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csi/identity.go b/csi/identity.go index 4ca4d0859..88a2d8fc4 100644 --- a/csi/identity.go +++ b/csi/identity.go @@ -24,8 +24,8 @@ import ( ) const ( - // CSI 1.4 compatible - csiDriverVersion = "1.4.0" + // CSI 1.7 compatible + csiDriverVersion = "1.7.0" // https://tools.ietf.org/html/rfc1035#section-2.3.1 csiDriverNameFormat = "%s.openstorage.org"