From 018f3f7b3bca8dd501b57cdd8d8d27aec32e4952 Mon Sep 17 00:00:00 2001 From: Malgorzata Dutka Date: Thu, 2 Nov 2023 06:08:31 -0400 Subject: [PATCH] update csi spec 1.6 --- README.md | 2 +- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b90541e..4d3410ca 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ CSI Driver for PowerScale is part of the [CSM (Container Storage Modules)](https://github.com/dell/csm) open-source suite of Kubernetes storage enablers for Dell Technology (Dell) products. CSI Driver for PowerScale is a Container Storage Interface (CSI) driver that provides support for provisioning persistent storage using Dell PowerScale storage array. -It supports CSI specification version 1.5. +It supports CSI specification version 1.6. This project may be compiled as a stand-alone binary using Golang that, when run, provides a valid CSI endpoint. It also can be used as a precompiled container image. diff --git a/go.mod b/go.mod index f23046b7..55b07361 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/Showmax/go-fqdn v1.0.0 github.com/akutz/gosync v0.1.0 github.com/akutz/gournal v0.5.0 - github.com/container-storage-interface/spec v1.5.0 + github.com/container-storage-interface/spec v1.6.0 github.com/cucumber/godog v0.10.0 github.com/dell/csi-metadata-retriever v1.5.0 github.com/dell/dell-csi-extensions/common v1.2.0 diff --git a/go.sum b/go.sum index 0ce10fcf..401cf1a2 100644 --- a/go.sum +++ b/go.sum @@ -96,6 +96,8 @@ github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnht github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/container-storage-interface/spec v1.5.0 h1:lvKxe3uLgqQeVQcrnL2CPQKISoKjTJxojEs9cBk+HXo= github.com/container-storage-interface/spec v1.5.0/go.mod h1:8K96oQNkJ7pFcC2R9Z1ynGGBB1I93kcS6PGg3SsOk8s= +github.com/container-storage-interface/spec v1.6.0 h1:vwN9uCciKygX/a0toYryoYD5+qI9ZFeAMuhEEKO+JBA= +github.com/container-storage-interface/spec v1.6.0/go.mod h1:8K96oQNkJ7pFcC2R9Z1ynGGBB1I93kcS6PGg3SsOk8s= github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-semver v0.3.0 h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=