-
Couldn't load subscription status.
- Fork 332
update AWS GoSDK to v1.12.46 #1128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update AWS GoSDK to v1.12.46 #1128
Conversation
|
Hi @codenrhoden, Why did you update the GoCSI info in |
|
LOL, I meant to explain that... Totally forgot. So, if I ran |
|
Hi @codenrhoden, I'm curious what resolver errors you received. Hmm. |
|
Hi @codenrhoden, Something like this? $ dep ensure -update github.com/aws/aws-sdk-go
Solving failure: No versions of github.com/thecodeteam/gocsi met constraints:
master: Could not introduce github.com/thecodeteam/gocsi@master, as its subpackage github.com/thecodeteam/gocsi/csp is missing. (Package is required by github.com/thecodeteam/csi-vfs@master.)
v0.2.4: Could not introduce github.com/thecodeteam/[email protected] due to multiple problematic subpackages:
Subpackage github.com/thecodeteam/gocsi/csi is missing. Package is required by:
(root)
github.com/thecodeteam/csi-blockdevices@master Subpackage github.com/thecodeteam/gocsi/mount is missing. Package is required by:
(root)
github.com/thecodeteam/csi-blockdevices@master
v0.2.3: Could not introduce github.com/thecodeteam/[email protected], as it is not allowed by constraints from the following projects:
master from (root)
master from github.com/thecodeteam/csi-vfs@master
master from github.com/thecodeteam/csi-blockdevices@master
v0.2.2: Could not introduce github.com/thecodeteam/[email protected], as it is not allowed by constraints from the following projects:
master from (root)
master from github.com/thecodeteam/csi-vfs@master
master from github.com/thecodeteam/csi-blockdevices@master
v0.2.1: Could not introduce github.com/thecodeteam/[email protected], as it is not allowed by constraints from the following projects:
master from (root)
master from github.com/thecodeteam/csi-vfs@master
master from github.com/thecodeteam/csi-blockdevices@master
v0.2.0: Could not introduce github.com/thecodeteam/[email protected], as it is not allowed by constraints from the following projects:
master from (root)
master from github.com/thecodeteam/csi-vfs@master
master from github.com/thecodeteam/csi-blockdevices@master
v0.1.0: Could not introduce github.com/thecodeteam/[email protected], as it is not allowed by constraints from the following projects:
master from (root)
master from github.com/thecodeteam/csi-vfs@master
master from github.com/thecodeteam/csi-blockdevices@master
master: Could not introduce github.com/thecodeteam/gocsi@master due to multiple problematic subpackages:
Subpackage github.com/thecodeteam/gocsi/csi is missing. Package is required by:
(root)
github.com/thecodeteam/csi-blockdevices@master Subpackage github.com/thecodeteam/gocsi/mount is missing. Package is required by:
(root)
github.com/thecodeteam/csi-blockdevices@master |
|
Hi @codenrhoden, So, you did the right thing. What occurred is that So yeah, you did the right thing. |
Codecov Report
@@ Coverage Diff @@
## master #1128 +/- ##
==========================================
+ Coverage 34.54% 34.58% +0.04%
==========================================
Files 36 36
Lines 2362 2362
==========================================
+ Hits 816 817 +1
+ Misses 1442 1441 -1
Partials 104 104
Continue to review full report at Codecov.
|
1fda67a to
505a4af
Compare
|
Took this for a spin on AWS today. no regressions found (wasn't expecting any, the go library is pretty stable), as I was able to do the normal create/attach/detach/remove cycle just fine. I tried to use the |
This patch updates the AWS GoSDK from 1.10.38 to 1.12.46.
This is hopes of resolving #1118, where EBS volumes in a CN region are not working correctly.
This is currently untested, as I have not tried spinning up volumes in a CN region, and I still need to check that existing functionality is restored.