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.23.8 to 1.23.13 #17

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/aws/aws-sdk-go from 1.23.8 to 1.23.13.

Release notes

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

Release v1.23.13 (2019-08-30)

Service Client Updates

  • service/apigatewaymanagementapi: Updates service API and documentation
  • service/ecs: Updates service API and documentation
    • This release of Amazon Elastic Container Service (Amazon ECS) introduces support for modifying the cluster settings for existing clusters, which enables you to toggle whether Container Insights is enabled or not. Support is also introduced for custom log routing using the ECS FireLens integration.
  • service/mq: Updates service API and documentation
    • Adds support for updating security groups selection of an Amazon MQ broker.

SDK Bugs

  • aws/csm: Fix metricChan's unsafe atomic operations (#2785)
    • Fixes #2784 test failure caused by the metricChan.paused member being a value instead of a pointer. If the metricChan value was ever copied the atomic operations performed on paused would be invalid.
  • aws/client: Updates logic for request retry delay calculation (#2796)
    • Updates logic for calculating the delay after which a request can be retried. Retry delay now includes the Retry-After duration specified in a request. Fixes broken test for retry delays for throttled exceptions.
    • Fixes #2795

Release v1.23.12 (2019-08-29)

Service Client Updates

  • service/application-autoscaling: Updates service API, documentation, and paginators
  • service/codepipeline: Updates service API and documentation
    • Introducing pipeline execution trigger details in ListPipelineExecutions API.
  • service/ecs: Updates service API and documentation
    • This release of Amazon Elastic Container Service (Amazon ECS) introduces support for including Docker container IDs in the API response when describing and stopping tasks. This enables customers to easily map containers to the tasks they are associated with.
  • service/elasticache: Updates service API and documentation
    • Amazon ElastiCache for Redis now supports encryption at rest using customer managed customer master keys (CMKs) in AWS Key Management Service (KMS). Amazon ElastiCache now supports cluster names upto 40 characters for replicationGoups and upto 50 characters for cacheClusters.
  • service/lambda: Updates service API, documentation, and paginators
    • Adds a "MaximumBatchingWindowInSeconds" parameter to event source mapping api's. Usable by Dynamodb and Kinesis event sources.

SDK Enhancements

  • aws/ec2metadata: Add marketplaceProductCodes to EC2 Instance Identity Document
    • Adds MarketplaceProductCodes to the EC2 Instance Metadata's Identity Document. The ec2metadata client will now retrieve these values if they are available.
    • Fixes #2781
  • private/protocol: Add support for parsing fractional time (#2760)
    • Fixes the SDK's ability to parse fractional unix timestamp values and added tests.
    • Fixes #1448

Release v1.23.11 (2019-08-28)

Service Client Updates

  • service/globalaccelerator: Updates service API and documentation
  • service/mediaconvert: Updates service API and documentation
    • This release adds the ability to send a job to an on-demand queue while simulating the performance of a job sent to a reserved queue. Use this setting to estimate the number of reserved transcoding slots (RTS) you need for a reserved queue.
  • service/sqs: Updates service API and documentation
    • Added support for message system attributes, which currently lets you send AWS X-Ray trace IDs through Amazon SQS.

Release v1.23.10 (2019-08-27)

... (truncated)
Changelog

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

Release v1.23.13 (2019-08-30)

Service Client Updates

  • service/apigatewaymanagementapi: Updates service API and documentation
  • service/ecs: Updates service API and documentation
    • This release of Amazon Elastic Container Service (Amazon ECS) introduces support for modifying the cluster settings for existing clusters, which enables you to toggle whether Container Insights is enabled or not. Support is also introduced for custom log routing using the ECS FireLens integration.
  • service/mq: Updates service API and documentation
    • Adds support for updating security groups selection of an Amazon MQ broker.

SDK Bugs

  • aws/csm: Fix metricChan's unsafe atomic operations (#2785)
    • Fixes #2784 test failure caused by the metricChan.paused member being a value instead of a pointer. If the metricChan value was ever copied the atomic operations performed on paused would be invalid.
  • aws/client: Updates logic for request retry delay calculation (#2796)
    • Updates logic for calculating the delay after which a request can be retried. Retry delay now includes the Retry-After duration specified in a request. Fixes broken test for retry delays for throttled exceptions.
    • Fixes #2795
      Release v1.23.12 (2019-08-29)
      ===

Service Client Updates

  • service/application-autoscaling: Updates service API, documentation, and paginators
  • service/codepipeline: Updates service API and documentation
    • Introducing pipeline execution trigger details in ListPipelineExecutions API.
  • service/ecs: Updates service API and documentation
    • This release of Amazon Elastic Container Service (Amazon ECS) introduces support for including Docker container IDs in the API response when describing and stopping tasks. This enables customers to easily map containers to the tasks they are associated with.
  • service/elasticache: Updates service API and documentation
    • Amazon ElastiCache for Redis now supports encryption at rest using customer managed customer master keys (CMKs) in AWS Key Management Service (KMS). Amazon ElastiCache now supports cluster names upto 40 characters for replicationGoups and upto 50 characters for cacheClusters.
  • service/lambda: Updates service API, documentation, and paginators
    • Adds a "MaximumBatchingWindowInSeconds" parameter to event source mapping api's. Usable by Dynamodb and Kinesis event sources.

SDK Enhancements

  • aws/ec2metadata: Add marketplaceProductCodes to EC2 Instance Identity Document
    • Adds MarketplaceProductCodes to the EC2 Instance Metadata's Identity Document. The ec2metadata client will now retrieve these values if they are available.
    • Fixes #2781
  • private/protocol: Add support for parsing fractional time (#2760)
    • Fixes the SDK's ability to parse fractional unix timestamp values and added tests.
    • Fixes #1448

Release v1.23.11 (2019-08-28)

Service Client Updates

  • service/globalaccelerator: Updates service API and documentation
  • service/mediaconvert: Updates service API and documentation
    • This release adds the ability to send a job to an on-demand queue while simulating the performance of a job sent to a reserved queue. Use this setting to estimate the number of reserved transcoding slots (RTS) you need for a reserved queue.
  • service/sqs: Updates service API and documentation
    • Added support for message system attributes, which currently lets you send AWS X-Ray trace IDs through Amazon SQS.

Release v1.23.10 (2019-08-27)

... (truncated)
Commits
  • d57c8d9 Release v1.23.13
  • b2111c1 Fixup pending changelog comments
  • b061de5 aws/csm: Fix metricChan's unsafe atomic operations (#2785)
  • d1c74a6 aws/client: Updates logic for request retry delay calculation (#2796)
  • c9c1061 Merge pull request #2803 from aws/release
  • 9f7c139 Release v1.23.12
  • 25cfbcd Merge pull request #2799 from diehlaws/master
  • 2dd8d42 Merge branch 'master' into master
  • b96ed09 Update CHANGELOG_PENDING.md
  • 506f778 private/protocol: Add support for parsing fractional time (#2760)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.23.8 to 1.23.13.
- [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.23.8...v1.23.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 2, 2019
@codecov-io
Copy link

Codecov Report

Merging #17 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   83.36%   83.36%           
=======================================
  Files          13       13           
  Lines         517      517           
=======================================
  Hits          431      431           
  Misses         73       73           
  Partials       13       13

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2280fd4...23f20fd. Read the comment docs.

@julienduchesne julienduchesne merged commit 9a0066b into master Sep 3, 2019
@julienduchesne julienduchesne deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-1.23.13 branch September 3, 2019 11:28
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.

None yet

2 participants