Skip to content

Commit

Permalink
Upgrade github.com/container-storage-interface/spec
Browse files Browse the repository at this point in the history
Signed-off-by: Yussuf Shaikh <[email protected]>
  • Loading branch information
yussufsh committed Dec 13, 2024
1 parent c8a4f6d commit 539b40c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The IBM Power Virtual Systems Container Storage Interface (CSI) Driver provides
# CSI Specification Compatibility Matrix
| PowerVS CSI Driver | Kubernetes | CSI | Golang |
| ----------------------------- | ----------- | -------- | -------- |
| main | 1.30 | 1.9.0 | 1.22 |
| main | 1.30 | 1.10.0 | 1.22 |
| 0.7.0 | 1.30 | 1.9.0 | 1.22 |
| 0.6.0 | 1.29 | 1.9.0 | 1.21 |
| 0.5.0 | 1.28 | 1.8.0 | 1.20 |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/IBM-Cloud/power-go-client v1.8.3
github.com/IBM/go-sdk-core/v5 v5.18.1
github.com/IBM/platform-services-go-sdk v0.71.2
github.com/container-storage-interface/spec v1.9.0
github.com/container-storage-interface/spec v1.10.0
github.com/davecgh/go-spew v1.1.1
github.com/google/go-cmp v0.6.0
github.com/kubernetes-csi/csi-test v2.2.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK3
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/container-storage-interface/spec v1.9.0 h1:zKtX4STsq31Knz3gciCYCi1SXtO2HJDecIjDVboYavY=
github.com/container-storage-interface/spec v1.9.0/go.mod h1:ZfDu+3ZRyeVqxZM0Ds19MVLkN2d1XJ5MAfi1L3VjlT0=
github.com/container-storage-interface/spec v1.10.0 h1:YkzWPV39x+ZMTa6Ax2czJLLwpryrQ+dPesB34mrRMXA=
github.com/container-storage-interface/spec v1.10.0/go.mod h1:DtUvaQszPml1YJfIK7c00mlv6/g4wNMLanLgiUbKFRI=
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=
github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec=
github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=
Expand Down
1 change: 1 addition & 0 deletions pkg/driver/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ type controllerService struct {
cloud cloud.Cloud
driverOptions *Options
volumeLocks *util.VolumeLocks
csi.UnimplementedControllerServer
}

// Provider holds information from the cloud provider.
Expand Down
1 change: 1 addition & 0 deletions pkg/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const (
type Driver struct {
controllerService
nodeService
csi.UnimplementedIdentityServer

srv *grpc.Server
options *Options
Expand Down
1 change: 1 addition & 0 deletions pkg/driver/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ type nodeService struct {
pvmInstanceId string
volumeLocks *util.VolumeLocks
stats StatsUtils
csi.UnimplementedNodeServer
}

// newNodeService creates a new node service
Expand Down

0 comments on commit 539b40c

Please sign in to comment.