Skip to content
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.27 #17127

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2021

Bumps github.com/aws/aws-sdk-go from 1.36.19 to 1.36.27.

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.36.27 (2021-01-14)

Service Client Updates

  • service/cognito-identity: Updates service API and documentation
  • service/pinpoint: Updates service API and documentation
    • Customers can create segments using 5 new filters. Filters can check for the presence of a substring in attributes and can perform time-based comparisons formatted as ISO_INSTANT datetimes.
  • service/s3control: Updates service API and documentation
    • Amazon S3 Batch Operations now supports restoring objects from the S3 Intelligent-Tiering Archive Access and Deep Archive Access tiers.
  • service/sagemaker: Updates service API and documentation
    • This feature allows customers to enable/disable model caching on Multi-Model endpoints.

Release v1.36.26 (2021-01-13)

Service Client Updates

  • service/frauddetector: Updates service API and documentation
  • service/personalize: Updates service documentation

SDK Enhancements

  • private/protocol: Loosen endpoint validation to allow customer specify port number (#3730)
    • Updates SDK's endpoint validation of the hostname to allow ports to be specified.
  • service/s3/s3manager: Add ETag field to UploadOutput (#3733)
    • Adds the ETag field to the Uploader's UploadOutput return value.
    • Fixes #2764
  • aws: Add WithLowerCaseHeaderMaps and WithDisableRestProtocolURICleaning to aws.Config. (#3671)

SDK Bugs

  • aws: Fixed a case where LowerCaseHeaderMaps would not be merged when mergingaws.Config types. (#3671)

Release v1.36.25 (2021-01-12)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Adds support for the Smart Card Redirection feature
  • service/auditmanager: Updates service API and documentation
  • service/elasticache: Updates service documentation
    • Documentation updates for elasticache
  • service/lightsail: Updates service API and documentation
    • This release adds IPv6 support for Amazon Lightsail instances, container services, CDN distributions, and load balancers.
  • service/ssm: Updates service API and documentation
    • AWS Systems Manager adds pagination support for DescribeDocumentPermission API

Release v1.36.24 (2021-01-11)

Service Client Updates

  • service/kms: Updates service API and documentation
    • Adds support for filtering grants by grant ID and grantee principal in ListGrants requests to AWS KMS.

... (truncated)

Changelog

Sourced from github.com/aws/aws-sdk-go's changelog.

Release v1.36.27 (2021-01-14)

Service Client Updates

  • service/cognito-identity: Updates service API and documentation
  • service/pinpoint: Updates service API and documentation
    • Customers can create segments using 5 new filters. Filters can check for the presence of a substring in attributes and can perform time-based comparisons formatted as ISO_INSTANT datetimes.
  • service/s3control: Updates service API and documentation
    • Amazon S3 Batch Operations now supports restoring objects from the S3 Intelligent-Tiering Archive Access and Deep Archive Access tiers.
  • service/sagemaker: Updates service API and documentation
    • This feature allows customers to enable/disable model caching on Multi-Model endpoints.

Release v1.36.26 (2021-01-13)

Service Client Updates

  • service/frauddetector: Updates service API and documentation
  • service/personalize: Updates service documentation

SDK Enhancements

  • private/protocol: Loosen endpoint validation to allow customer specify port number (#3730)
    • Updates SDK's endpoint validation of the hostname to allow ports to be specified.
  • service/s3/s3manager: Add ETag field to UploadOutput (#3733)
    • Adds the ETag field to the Uploader's UploadOutput return value.
    • Fixes #2764
  • aws: Add WithLowerCaseHeaderMaps and WithDisableRestProtocolURICleaning to aws.Config. (#3671)

SDK Bugs

  • aws: Fixed a case where LowerCaseHeaderMaps would not be merged when mergingaws.Config types. (#3671)

Release v1.36.25 (2021-01-12)

Service Client Updates

  • service/appstream: Updates service API and documentation
    • Adds support for the Smart Card Redirection feature
  • service/auditmanager: Updates service API and documentation
  • service/elasticache: Updates service documentation
    • Documentation updates for elasticache
  • service/lightsail: Updates service API and documentation
    • This release adds IPv6 support for Amazon Lightsail instances, container services, CDN distributions, and load balancers.
  • service/ssm: Updates service API and documentation
    • AWS Systems Manager adds pagination support for DescribeDocumentPermission API

Release v1.36.24 (2021-01-11)

Service Client Updates

  • service/kms: Updates service API and documentation
    • Adds support for filtering grants by grant ID and grantee principal in ListGrants requests to AWS KMS.

... (truncated)

Commits
  • f5dfe47 Release v1.36.27 (2021-01-14)
  • 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)
  • e6ca6b6 Revert "pass context to endpoint discovery requests (#3653)" (#3728)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

@dependabot dependabot bot requested a review from a team as a code owner January 15, 2021 06:46
@dependabot dependabot bot added dependencies Used to indicate dependency changes. go labels Jan 15, 2021
@ghost ghost added the size/XS Managed by automation to categorize the size of a PR. label Jan 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 18, 2021

Superseded by #17155.

@dependabot dependabot bot closed this Jan 18, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-1.36.27 branch January 18, 2021 07:54
@ghost
Copy link

ghost commented Feb 17, 2021

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!

@ghost ghost locked as resolved and limited conversation to collaborators Feb 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Used to indicate dependency changes. size/XS Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants