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

Bump github.com/aws/aws-sdk-go from 1.35.7 to 1.35.14 in /internal/awsxray #42

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 26, 2020

Bumps github.com/aws/aws-sdk-go from 1.35.7 to 1.35.14.

Release notes

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

Release v1.35.14 (2020-10-23)

Service Client Updates

  • service/macie2: Updates service documentation
  • service/mediatailor: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • Support description on columns.

Release v1.35.13 (2020-10-22)

Service Client Updates

  • service/accessanalyzer: Updates service documentation
  • service/appflow: Updates service API and documentation
  • service/servicecatalog: Updates service documentation
    • Documentation updates for servicecatalog
  • service/sns: Updates service API and documentation
    • SNS now supports a new class of topics: FIFO (First-In-First-Out). FIFO topics provide strictly-ordered, deduplicated, filterable, encryptable, many-to-many messaging at scale.

Release v1.35.12 (2020-10-21)

Service Client Updates

  • service/cloudfront: Updates service API and documentation
    • CloudFront adds support for managing the public keys for signed URLs and signed cookies directly in CloudFront (it no longer requires the AWS root account).
  • service/ec2: Updates service API and documentation
    • instance-storage-info nvmeSupport added to DescribeInstanceTypes API
  • service/globalaccelerator: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source.
  • service/kendra: Updates service API and documentation
    • This release adds custom data sources: a new data source type that gives you full control of the documents added, modified or deleted during a data source sync while providing run history metrics.
  • service/organizations: Updates service documentation
    • AWS Organizations renamed the 'master account' to 'management account'.

SDK Bugs

  • aws/credentials: Fixed a race condition checking if credentials are expired. (#3448)
  • internal/ini: Fixes ini file parsing for cases when Right Hand Value is missed in the last statement of the ini file (#3596)

Release v1.35.11 (2020-10-20)

Service Client Updates

  • service/appsync: Updates service documentation
  • service/batch: Updates service API and documentation
    • Adding evaluateOnExit to job retry strategies.
  • service/elasticbeanstalk: Updates service API

... (truncated)

Changelog

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

Release v1.35.14 (2020-10-23)

Service Client Updates

  • service/macie2: Updates service documentation
  • service/mediatailor: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • Support description on columns.

Release v1.35.13 (2020-10-22)

Service Client Updates

  • service/accessanalyzer: Updates service documentation
  • service/appflow: Updates service API and documentation
  • service/servicecatalog: Updates service documentation
    • Documentation updates for servicecatalog
  • service/sns: Updates service API and documentation
    • SNS now supports a new class of topics: FIFO (First-In-First-Out). FIFO topics provide strictly-ordered, deduplicated, filterable, encryptable, many-to-many messaging at scale.

Release v1.35.12 (2020-10-21)

Service Client Updates

  • service/cloudfront: Updates service API and documentation
    • CloudFront adds support for managing the public keys for signed URLs and signed cookies directly in CloudFront (it no longer requires the AWS root account).
  • service/ec2: Updates service API and documentation
    • instance-storage-info nvmeSupport added to DescribeInstanceTypes API
  • service/globalaccelerator: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • AWS Glue crawlers now support incremental crawls for the Amazon Simple Storage Service (Amazon S3) data source.
  • service/kendra: Updates service API and documentation
    • This release adds custom data sources: a new data source type that gives you full control of the documents added, modified or deleted during a data source sync while providing run history metrics.
  • service/organizations: Updates service documentation
    • AWS Organizations renamed the 'master account' to 'management account'.

SDK Bugs

  • aws/credentials: Fixed a race condition checking if credentials are expired. (#3448)
  • internal/ini: Fixes ini file parsing for cases when Right Hand Value is missed in the last statement of the ini file (#3596)

Release v1.35.11 (2020-10-20)

Service Client Updates

  • service/appsync: Updates service documentation
  • service/batch: Updates service API and documentation
    • Adding evaluateOnExit to job retry strategies.
  • service/elasticbeanstalk: Updates service API

... (truncated)

Commits
  • 96b5c5d Release v1.35.14 (2020-10-23)
  • 5832eee Release v1.35.13 (2020-10-22) (#3608)
  • b655064 Release v1.35.12 (2020-10-21) (#3607)
  • a409487 aws/credentials: Fix race between credentials retrieval and expiration check ...
  • aa04ec3 internal/ini: Fixes ini file parsing for cases when Right Hand Value is misse...
  • 5cf4b85 Release v1.35.11 (2020-10-20) (#3605)
  • 2eba074 Release v1.35.10 (2020-10-19) (#3603)
  • 759fc2c Release v1.35.9 (2020-10-16) (#3601)
  • b8ee473 service/s3control: Fix access-point policy operations not routing properly fo...
  • 32ff04d Release v1.35.8 (2020-10-15) (#3597)
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 26, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 2, 2020

Superseded by #47.

@dependabot dependabot bot closed this Nov 2, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/internal/awsxray/github.com/aws/aws-sdk-go-1.35.14 branch November 2, 2020 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants