artemnikitin / devicefarm-ci-tool

Tool that helps you to run tests in AWS Device Farm easily
MIT License
15 stars 5 forks source link

Bump github.com/aws/aws-sdk-go from 1.19.11 to 1.19.42 #66

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps github.com/aws/aws-sdk-go from 1.19.11 to 1.19.42.

Release notes *Sourced from [github.com/aws/aws-sdk-go's releases](https://github.com/aws/aws-sdk-go/releases).* > Release v1.19.42 (2019-06-03) > === > > ### Service Client Updates > * `service/ec2`: Updates service API > * Amazon EC2 I3en instances are the new storage-optimized instances offering up to 60 TB NVMe SSD instance storage and up to 100 Gbps of network bandwidth. > * `aws/endpoints`: Updated Regions and Endpoints metadata. > * `service/rds`: Updates service documentation > * Amazon RDS Data API is generally available. Removing beta notes in the documentation. > > Release v1.19.41 (2019-05-30) > === > > ### Service Client Updates > * `service/codecommit`: Updates service API and documentation > * This release adds APIs that allow adding and removing tags to a repository, and viewing tags for a repository. It also enables adding tags when creating a repository. > * `aws/endpoints`: Updated Regions and Endpoints metadata. > * `service/iotanalytics`: Updates service API and documentation > * `service/iotevents`: Adds new service > * `service/iotevents-data`: Adds new service > * `service/kafka`: Updates service API, documentation, and paginators > * `service/pinpoint-email`: Updates service API and documentation > * `service/rds`: Updates service API and documentation > * This release adds support for Activity Streams for database clusters. > * `service/rds-data`: Updates service API, documentation, and examples > * `service/servicecatalog`: Updates service API and documentation > * Service Catalog ListStackInstancesForProvisionedProduct API enables customers to get details of a provisioned product with type "CFN_STACKSET". By passing the provisioned product id, the API will list account, region and status of each stack instances that are associated with this provisioned product. > > Release v1.19.40 (2019-05-29) > === > > ### Service Client Updates > * `service/dlm`: Updates service API and documentation > * `service/ec2`: Updates service API and documentation > * Customers can now simultaneously take snapshots of multiple EBS volumes attached to an EC2 instance. With this new capability, snapshots guarantee crash-consistency across multiple volumes by preserving the order of IO operations. This new feature is fully integrated with Amazon Data Lifecycle Manager (DLM) allowing customers to automatically manage snapshots by creating lifecycle policies. > * `aws/endpoints`: Updated Regions and Endpoints metadata. > * `service/iotthingsgraph`: Adds new service > * `service/rds`: Updates service documentation > * Documentation updates for rds > * `service/securityhub`: Updates service API, documentation, and paginators > * `service/ssm`: Updates service documentation > * Systems Manager - Documentation updates > > ### SDK Enhancements > * `service/mediastoredata`: Add support for nonseekable io.Reader ([#2622](https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/2622)) > * Updates the SDK's documentation to clarify how you can use the SDK's `aws.ReadSeekCloser` utility function to wrap an io.Reader to be used with an API operation that allows streaming unsigned payload in the operation's request. > * Adds example using ReadSeekCloser with AWS Elemental MediaStore Data's PutObject API operation. > * Update CI validation testing for Go module files ([#2626](https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/2626)) > * Suppress changes to the Go module definition files during CI code generation validation testing. > > ... (truncated)
Changelog *Sourced from [github.com/aws/aws-sdk-go's changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md).* > Release v1.19.42 (2019-06-03) > === > > ### Service Client Updates > * `service/ec2`: Updates service API > * Amazon EC2 I3en instances are the new storage-optimized instances offering up to 60 TB NVMe SSD instance storage and up to 100 Gbps of network bandwidth. > * `aws/endpoints`: Updated Regions and Endpoints metadata. > * `service/rds`: Updates service documentation > * Amazon RDS Data API is generally available. Removing beta notes in the documentation. > > Release v1.19.41 (2019-05-30) > === > > ### Service Client Updates > * `service/codecommit`: Updates service API and documentation > * This release adds APIs that allow adding and removing tags to a repository, and viewing tags for a repository. It also enables adding tags when creating a repository. > * `aws/endpoints`: Updated Regions and Endpoints metadata. > * `service/iotanalytics`: Updates service API and documentation > * `service/iotevents`: Adds new service > * `service/iotevents-data`: Adds new service > * `service/kafka`: Updates service API, documentation, and paginators > * `service/pinpoint-email`: Updates service API and documentation > * `service/rds`: Updates service API and documentation > * This release adds support for Activity Streams for database clusters. > * `service/rds-data`: Updates service API, documentation, and examples > * `service/servicecatalog`: Updates service API and documentation > * Service Catalog ListStackInstancesForProvisionedProduct API enables customers to get details of a provisioned product with type "CFN_STACKSET". By passing the provisioned product id, the API will list account, region and status of each stack instances that are associated with this provisioned product. > > Release v1.19.40 (2019-05-29) > === > > ### Service Client Updates > * `service/dlm`: Updates service API and documentation > * `service/ec2`: Updates service API and documentation > * Customers can now simultaneously take snapshots of multiple EBS volumes attached to an EC2 instance. With this new capability, snapshots guarantee crash-consistency across multiple volumes by preserving the order of IO operations. This new feature is fully integrated with Amazon Data Lifecycle Manager (DLM) allowing customers to automatically manage snapshots by creating lifecycle policies. > * `aws/endpoints`: Updated Regions and Endpoints metadata. > * `service/iotthingsgraph`: Adds new service > * `service/rds`: Updates service documentation > * Documentation updates for rds > * `service/securityhub`: Updates service API, documentation, and paginators > * `service/ssm`: Updates service documentation > * Systems Manager - Documentation updates > > ### SDK Enhancements > * `service/mediastoredata`: Add support for nonseekable io.Reader ([#2622](https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/2622)) > * Updates the SDK's documentation to clarify how you can use the SDK's `aws.ReadSeekCloser` utility function to wrap an io.Reader to be used with an API operation that allows streaming unsigned payload in the operation's request. > * Adds example using ReadSeekCloser with AWS Elemental MediaStore Data's PutObject API operation. > * Update CI validation testing for Go module files ([#2626](https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/2626)) > * Suppress changes to the Go module definition files during CI code generation validation testing. > > ... (truncated)
Commits - [`742c149`](https://github.com/aws/aws-sdk-go/commit/742c1495174cefd893992396b014bd6b7c91a293) Release v1.19.42 - [`b7f10af`](https://github.com/aws/aws-sdk-go/commit/b7f10af0595c28ed1887a51f7d5d7083a76657ea) service/s3/s3cyrpto: Fix NewKMSWrapEntry example documentation ([#2633](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2633)) - [`0172821`](https://github.com/aws/aws-sdk-go/commit/017282153268d9d6a619ba49bd582dc24726c609) aws/service/rds: Don't auto-sign (preSignUrl) for same region operations ([#2631](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2631)) - [`93181a0`](https://github.com/aws/aws-sdk-go/commit/93181a0a9a2fbbb1b71b87f604e23c5f966006e6) Merge pull request [#2630](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2630) from aws/release - [`5312c8d`](https://github.com/aws/aws-sdk-go/commit/5312c8dac9067d339c4e68d7e0dd5507b2f01849) Release v1.19.41 - [`d2a9248`](https://github.com/aws/aws-sdk-go/commit/d2a9248a9f9ff1b017e0eb58d6f04ef91e6d8ac9) internal/ini: Update INI parser's error message. ([#2628](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2628)) - [`2592f87`](https://github.com/aws/aws-sdk-go/commit/2592f872d319b7f01f97e438b7c07e2633319540) Fix CHANGELOG.md section newlines between SDK Bugs and Release - [`559483a`](https://github.com/aws/aws-sdk-go/commit/559483a0366bf695a03e28c43232263070e4c2e5) Add pilot API reference doc link to README - [`7554bca`](https://github.com/aws/aws-sdk-go/commit/7554bca933dfada671853bf40599668cecf94c57) Merge pull request [#2629](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2629) from aws/release - [`1badbda`](https://github.com/aws/aws-sdk-go/commit/1badbda38516ecb9e6157b85064bf7058ca9f0dc) Release v1.19.40 - Additional commits viewable in [compare view](https://github.com/aws/aws-sdk-go/compare/v1.19.11...v1.19.42)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #67.