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.23.17 to 1.25.18 #160

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/aws/aws-sdk-go from 1.23.17 to 1.25.18.

Release notes *Sourced from [github.com/aws/aws-sdk-go's releases](https://github.com/aws/aws-sdk-go/releases).* > Release v1.25.18 (2019-10-23) > === > > ### Service Client Updates > * `service/connect`: Updates service API, documentation, and paginators > * `service/polly`: Updates service API > * Amazon Polly adds new female voices: US Spanish - Lupe and Brazilian Portuguese - Camila; both voices are available in Standard and Neural engine. > * `service/sts`: Updates service documentation > * AWS Security Token Service (STS) now supports a regional configuration flag to make the client respect the region without the need for the endpoint parameter. > > ### SDK Enhancements > * `aws/endpoints`: Adds support for STS Regional Flags ([#2779](https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/2779)) > * Implements STS regional flag, with support for `legacy` and `regional` options. Defaults to `legacy`. Legacy, will force all regions specified in aws/endpoints/sts_legacy_regions.go to resolve to the STS global endpoint, sts.amazonaws.com. This is the SDK's current behavior. > * When the flag's value is `regional` the SDK will resolve the endpoint based on the endpoints.json model. This allows STS to update their service's modeled endpoints to be regionalized for all regions. When `regional` turned on use `aws-global` as the region to use the global endpoint. > * `AWS_STS_REGIONAL_ENDPOINTS=regional` for environment, or `sts_regional_endpoints=regional` in shared config file. > * The regions the SDK defaults to the STS global endpoint in `legacy` mode are: > * ap-northeast-1 > * ap-south-1 > * ap-southeast-1 > * ap-southeast-2 > * aws-global > * ca-central-1 > * eu-central-1 > * eu-north-1 > * eu-west-1 > * eu-west-2 > * eu-west-3 > * sa-east-1 > * us-east-1 > * us-east-2 > * us-west-1 > * us-west-2 > > Release v1.25.17 (2019-10-22) > === > > ### Service Client Updates > * `service/iotevents`: Updates service API and documentation > * `service/opsworkscm`: Updates service API and documentation > * AWS OpsWorks for Chef Automate (OWCA) now allows customers to use a custom domain and respective certificate, for their AWS OpsWorks For Chef Automate servers. Customers can now provide a CustomDomain, CustomCertificate and CustomPrivateKey in CreateServer API to configure their Chef Automate servers with a custom domain and certificate. > > ### SDK Bugs > * `service/s3`,`service/kinesis`: Fix streaming APIs' Err method closing stream ([#2882](https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/2882)) > * Fixes calling the Err method on SDK's Amazon Kinesis's SubscribeToShared and Amazon S3's SelectObjectContent response EventStream members closing the stream. This would cause unexpected read errors, or early termination of the streams. Only the Close method of the streaming members will close the streams. > * Related to [#2769](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2769) > > Release v1.25.16 (2019-10-18) > === > > ### Service Client Updates > ... (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.25.18 (2019-10-23) > === > > ### Service Client Updates > * `service/connect`: Updates service API, documentation, and paginators > * `service/polly`: Updates service API > * Amazon Polly adds new female voices: US Spanish - Lupe and Brazilian Portuguese - Camila; both voices are available in Standard and Neural engine. > * `service/sts`: Updates service documentation > * AWS Security Token Service (STS) now supports a regional configuration flag to make the client respect the region without the need for the endpoint parameter. > > ### SDK Enhancements > * `aws/endpoints`: Adds support for STS Regional Flags ([#2779](https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/2779)) > * Implements STS regional flag, with support for `legacy` and `regional` options. Defaults to `legacy`. Legacy, will force all regions specified in aws/endpoints/sts_legacy_regions.go to resolve to the STS global endpoint, sts.amazonaws.com. This is the SDK's current behavior. > * When the flag's value is `regional` the SDK will resolve the endpoint based on the endpoints.json model. This allows STS to update their service's modeled endpoints to be regionalized for all regions. When `regional` turned on use `aws-global` as the region to use the global endpoint. > * `AWS_STS_REGIONAL_ENDPOINTS=regional` for environment, or `sts_regional_endpoints=regional` in shared config file. > * The regions the SDK defaults to the STS global endpoint in `legacy` mode are: > * ap-northeast-1 > * ap-south-1 > * ap-southeast-1 > * ap-southeast-2 > * aws-global > * ca-central-1 > * eu-central-1 > * eu-north-1 > * eu-west-1 > * eu-west-2 > * eu-west-3 > * sa-east-1 > * us-east-1 > * us-east-2 > * us-west-1 > * us-west-2 > > Release v1.25.17 (2019-10-22) > === > > ### Service Client Updates > * `service/iotevents`: Updates service API and documentation > * `service/opsworkscm`: Updates service API and documentation > * AWS OpsWorks for Chef Automate (OWCA) now allows customers to use a custom domain and respective certificate, for their AWS OpsWorks For Chef Automate servers. Customers can now provide a CustomDomain, CustomCertificate and CustomPrivateKey in CreateServer API to configure their Chef Automate servers with a custom domain and certificate. > > ### SDK Bugs > * `service/s3`,`service/kinesis`: Fix streaming APIs' Err method closing stream ([#2882](https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/2882)) > * Fixes calling the Err method on SDK's Amazon Kinesis's SubscribeToShared and Amazon S3's SelectObjectContent response EventStream members closing the stream. This would cause unexpected read errors, or early termination of the streams. Only the Close method of the streaming members will close the streams. > * Related to [#2769](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2769) > > Release v1.25.16 (2019-10-18) > === > > ### Service Client Updates > ... (truncated)
Commits - [`2f25564`](https://github.com/aws/aws-sdk-go/commit/2f255645ae9fdfd40a709b6ce492c1859b0d47b8) Release v1.25.18 (2019-10-23) - [`84fbd57`](https://github.com/aws/aws-sdk-go/commit/84fbd57ef75762a07aade079776907d01be3891d) aws/endpoints: STS regional flag Implementation ([#2779](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2779)) - [`2a827c8`](https://github.com/aws/aws-sdk-go/commit/2a827c89993fb2f69ccfe881c914520f66101a2a) aws/csm: Remove AttemptCount from APICallAttempt ([#2901](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2901)) - [`b2e7659`](https://github.com/aws/aws-sdk-go/commit/b2e76596c2d765fa558b45f8f23f67a1b8d2ec32) example/service/s3/presignUR: Example error message should be 'PUT' not GET' ... - [`9e41253`](https://github.com/aws/aws-sdk-go/commit/9e41253158ea3311674720fcc2a1ddf3de8aa1c7) Release v1.25.17 (2019-10-22) ([#2905](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2905)) - [`e52423b`](https://github.com/aws/aws-sdk-go/commit/e52423b01f23d76a3736ef443e96167e4bde2e19) example/service/s3: Fix typo in example documentation ([#2896](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2896)) - [`1d5d147`](https://github.com/aws/aws-sdk-go/commit/1d5d147af5ab96777cff7fd50ea813aea2681682) Fix streaming APIs' Err method closing stream ([#2882](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2882)) - [`5c82ee7`](https://github.com/aws/aws-sdk-go/commit/5c82ee7230e88b53ed6ed2b09b82b78cb5b093a5) Release v1.25.16 (2019-10-18) ([#2899](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2899)) - [`347f2e3`](https://github.com/aws/aws-sdk-go/commit/347f2e3a723341ea65dcd2ab12ab937d5dd4a7d6) Release v1.25.15 (2019-10-17) ([#2897](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2897)) - [`3576772`](https://github.com/aws/aws-sdk-go/commit/3576772d916b5db1cb5516b772bcdc362349a177) Release v1.25.14 (2019-10-16) ([#2893](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2893)) - Additional commits viewable in [compare view](https://github.com/aws/aws-sdk-go/compare/v1.23.17...v1.25.18)


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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #161.