Benjamin Elder
56e092e382
hack/update-bazel.sh
2021-02-28 15:17:29 -08:00
Qing Ju
b57d040247
Upgraded aws-sdk-go to v1.35.5 to include more regions, i.e. Millan
...
./hack/pin-dependency.sh github.com/aws/aws-sdk-go v1.35.5
./hack/update-vendor.sh
./hack/lint-dependencies.sh
// Additional changes required by lint-dependencies
hack/pin-dependency.sh github.com/jmespath/go-jmespath v0.4.0
./hack/update-vendor.sh
./hack/lint-dependencies.sh
2020-10-07 16:48:19 -07:00
Sri Saran Balaji Vellore Rajakumar
a94346bef9
Update aws-sdk-go dependency to v1.28.2
2020-01-16 19:22:14 -08:00
Micah Hausler
9842136eed
Updated AWS SDK to v1.16.26 for ECR privatelink support
2019-01-28 14:31:53 -08:00
eisig
3a19e4cb1e
update aws-sdk to support new region
2018-06-28 05:21:53 +00:00
Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
Jeff Grafton
a725660640
Update to gazelle 0.12.0 and run hack/update-bazel.sh
2018-06-22 16:22:18 -07:00
Justin Santa Barbara
330c10af13
Update AWS SDK to 1.12.7
...
Fix #54032
2017-10-27 20:19:27 -04:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
Jan Safranek
1ea7fa84fc
AWS: check validity of KSM key before creating a new encrypted disk.
...
AWS CreateVolume call does not check if referenced encryption key actually
exists and returns a valid new AWS EBS volume even though an invalid key
was specified. Later on it removes the EBS silently when its encryption fails.
To work around this buggy behavior we manually check that the key exists
before calling CreateVolume.
2017-08-28 12:52:57 +02:00