-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
build(deps): bump github.com/aws/aws-sdk-go from 1.36.19 to 1.36.28 #17155
build(deps): bump github.com/aws/aws-sdk-go from 1.36.19 to 1.36.28 #17155
Conversation
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.36.19 to 1.36.28. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-go@v1.36.19...v1.36.28) Signed-off-by: dependabot[bot] <[email protected]>
c55f94f
to
d78d494
Compare
… add ipv6_addresses attribute Reference: https://github.com/aws/aws-sdk-go/pull/3735/files?file-filters%5B%5D=.json#diff-5a6179b4e5f5d9255890a587d6df77227a75e539120b585f57091b3be60a138cL5246-R5268 AWS Go SDK version 1.36.25 introduced a breaking API model change by removing a string `Ipv6Addess` field and replacing it with a list `Ipv6Addresses` field. This offers a best effort replacement for the expected value of the existing attribute by taking the first element of the new list field, while marking it deprecated to nudge practitioners to use the list instead. Output from acceptance testing: ``` --- PASS: TestAccAWSLightsailInstance_disapear (50.09s) --- PASS: TestAccAWSLightsailInstance_basic (51.05s) --- PASS: TestAccAWSLightsailInstance_Tags (76.09s) --- PASS: TestAccAWSLightsailInstance_Name (122.35s) ```
This has been released in version 3.25.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Bumps github.com/aws/aws-sdk-go from 1.36.19 to 1.36.28.
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
... (truncated)
Changelog
Sourced from github.com/aws/aws-sdk-go's changelog.
... (truncated)
Commits
c2934dc
Release v1.36.28 (2021-01-15)d55f8d6
Release v1.36.27 (2021-01-14) (#3742)5c854db
Release v1.36.26 (2021-01-13) (#3737)d64f6df
private/protocol: Loosen endpoint validation to allow customer specify port n...a770b41
service/s3/s3manager: Add ETag field to UploadOutput (#3733)c30aae4
aws: Add missing methods for Config type (#3671)8b6b7bf
Add documentation to behavior of Assume role credential provider (#3624)5c273e2
Release v1.36.25 (2021-01-12) (#3735)6023d84
Release v1.36.24 (2021-01-11) (#3734)291fa43
Release v1.36.23 (2021-01-07) (#3729)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually