Skip to content

Commit

Permalink
Support for update Volume tags via RIAAS
Browse files Browse the repository at this point in the history
  • Loading branch information
sameshai committed Jan 27, 2025
1 parent 84eddba commit 4d714fd
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 98 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/IBM/ibm-csi-common v1.1.19-0.20250126063306-393291468e53
github.com/IBM/ibmcloud-volume-interface v1.2.8
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250126063032-3d65a01a5ede
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250127070546-255e6fc5f8a7
github.com/IBM/secret-utils-lib v1.1.11
github.com/container-storage-interface/spec v1.9.0
github.com/golang/glog v1.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/IBM/ibm-csi-common v1.1.19-0.20250126063306-393291468e53 h1:u0LDzIFa0
github.com/IBM/ibm-csi-common v1.1.19-0.20250126063306-393291468e53/go.mod h1:8bAkk54FT6JJ+OTH97/kaD6AMiXN4tI6oBS1hxZvZSw=
github.com/IBM/ibmcloud-volume-interface v1.2.8 h1:1cHqS+sLgcHQ/74gBxyWPe8DzimxvDeODRg0yAzwEhs=
github.com/IBM/ibmcloud-volume-interface v1.2.8/go.mod h1:sDeQiPuN8k9yTRl9FbE2GZCXPNg4cV3oldUfL8wwGNA=
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250126063032-3d65a01a5ede h1:yBNGeVNuVz8W3u/QsVpFIfmU/Rd+SWUMp+Iu8iepPPM=
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250126063032-3d65a01a5ede/go.mod h1:aocNbJxGulE7OXQ58hwQ+nScDXKUYl5LJ0cUAUHiUz4=
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250127070546-255e6fc5f8a7 h1:KUqk5tCDnN3W9WkPsivd7cTSBc0+ckGcf/wzI47B5FQ=
github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250127070546-255e6fc5f8a7/go.mod h1:N/m+YQAfiLZWeaKUBf01j5OpAYPsRMLL/ds1Znju47Y=
github.com/IBM/secret-common-lib v1.1.11 h1:EpfEe1gT1bnFQ3bxQPrh6bzTPeGjUo1NReVkCCP+TOc=
github.com/IBM/secret-common-lib v1.1.11/go.mod h1:7YJF0ipT979nHIPkiCpvjFboFoIhrmYnIliE1vjCjZM=
github.com/IBM/secret-utils-lib v1.1.11 h1:w87BzkddoFFlhRuWRteuGj3/561lEUg6Oo0RajVC87A=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 0 additions & 39 deletions vendor/github.com/IBM/ibmcloud-volume-vpc/block/provider/util.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ github.com/IBM/ibmcloud-volume-interface/lib/utils/reasoncode
github.com/IBM/ibmcloud-volume-interface/provider/auth
github.com/IBM/ibmcloud-volume-interface/provider/iam
github.com/IBM/ibmcloud-volume-interface/provider/local
# github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250126063032-3d65a01a5ede
# github.com/IBM/ibmcloud-volume-vpc v1.1.13-0.20250127070546-255e6fc5f8a7
## explicit; go 1.22.0
github.com/IBM/ibmcloud-volume-vpc/block/provider
github.com/IBM/ibmcloud-volume-vpc/block/utils
Expand Down

0 comments on commit 4d714fd

Please sign in to comment.