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.36 #60

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.36.

Release notes *Sourced from [github.com/aws/aws-sdk-go's releases](https://github.com/aws/aws-sdk-go/releases).* > Release v1.19.36 (2019-05-22) > === > > ### Service Client Updates > * `service/apigateway`: Updates service API and documentation > * This release adds support for tagging of Amazon API Gateway resources. > * `service/budgets`: Updates service API and documentation > * Added new datatype PlannedBudgetLimits to Budget model, and updated examples for AWS Budgets API for UpdateBudget, CreateBudget, DescribeBudget, and DescribeBudgets > * `service/devicefarm`: Updates service API and documentation > * This release introduces support for tagging, tag-based access control, and resource-based access control. > * `service/ec2`: Updates service API and documentation > * This release adds idempotency support for associate, create route and authorization APIs for AWS Client VPN Endpoints. > * `service/elasticfilesystem`: Updates service API and documentation > * AWS EFS documentation updated to reflect the minimum required value for ProvisionedThroughputInMibps is 1 from the previously documented 0. The service has always required a minimum value of 1, therefor service behavior is not changed. > * `aws/endpoints`: Updated Regions and Endpoints metadata. > * `service/rds`: Updates service documentation > * Documentation updates for rds > * `service/servicecatalog`: Updates service API and documentation > * Service Catalog UpdateProvisionedProductProperties API enables customers to manage provisioned product ownership. Administrators can now update the user associated to a provisioned product to another user within the same account allowing the new user to describe, update, terminate and execute service actions in that Service Catalog resource. New owner will also be able to list and describe all past records executed for that provisioned product. > * `service/worklink`: Updates service API, documentation, and paginators > > Release v1.19.35 (2019-05-21) > === > > ### Service Client Updates > * `service/alexaforbusiness`: Updates service API, documentation, and paginators > * `service/datasync`: Updates service API and documentation > * `aws/endpoints`: Updated Regions and Endpoints metadata. > > Release v1.19.34 (2019-05-20) > === > > ### Service Client Updates > * `aws/endpoints`: Updated Regions and Endpoints metadata. > * `service/kafka`: Updates service API, documentation, and paginators > * `service/mediapackage-vod`: Adds new service > * `service/meteringmarketplace`: Updates service documentation > * Documentation updates for meteringmarketplace > > ### SDK Enhancements > * Add raw error message bytes to SerializationError errors ([#2600](https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/2600)) > * Updates the SDK's API error message SerializationError handling to capture the original error message byte, and include it in the SerializationError error value. > * Fixes [#2562](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2562), [#2411](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2411), [#2315](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2315) > > ### SDK Bugs > * `service/s3/s3manager`: Fix uploader to check for empty part before max parts check ([#2556](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2556)) > * Fixes the S3 Upload manager's behavior for uploading exactly MaxUploadParts * PartSize to S3. The uploader would previously return an error after the full content was uploaded, because the assert on max upload parts was occurring before the check if there were any more parts to upload. > * Fixes [#2557](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2557) > > Release v1.19.33 (2019-05-17) > ... (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.36 (2019-05-22) > === > > ### Service Client Updates > * `service/apigateway`: Updates service API and documentation > * This release adds support for tagging of Amazon API Gateway resources. > * `service/budgets`: Updates service API and documentation > * Added new datatype PlannedBudgetLimits to Budget model, and updated examples for AWS Budgets API for UpdateBudget, CreateBudget, DescribeBudget, and DescribeBudgets > * `service/devicefarm`: Updates service API and documentation > * This release introduces support for tagging, tag-based access control, and resource-based access control. > * `service/ec2`: Updates service API and documentation > * This release adds idempotency support for associate, create route and authorization APIs for AWS Client VPN Endpoints. > * `service/elasticfilesystem`: Updates service API and documentation > * AWS EFS documentation updated to reflect the minimum required value for ProvisionedThroughputInMibps is 1 from the previously documented 0. The service has always required a minimum value of 1, therefor service behavior is not changed. > * `aws/endpoints`: Updated Regions and Endpoints metadata. > * `service/rds`: Updates service documentation > * Documentation updates for rds > * `service/servicecatalog`: Updates service API and documentation > * Service Catalog UpdateProvisionedProductProperties API enables customers to manage provisioned product ownership. Administrators can now update the user associated to a provisioned product to another user within the same account allowing the new user to describe, update, terminate and execute service actions in that Service Catalog resource. New owner will also be able to list and describe all past records executed for that provisioned product. > * `service/worklink`: Updates service API, documentation, and paginators > > Release v1.19.35 (2019-05-21) > === > > ### Service Client Updates > * `service/alexaforbusiness`: Updates service API, documentation, and paginators > * `service/datasync`: Updates service API and documentation > * `aws/endpoints`: Updated Regions and Endpoints metadata. > > Release v1.19.34 (2019-05-20) > === > > ### Service Client Updates > * `aws/endpoints`: Updated Regions and Endpoints metadata. > * `service/kafka`: Updates service API, documentation, and paginators > * `service/mediapackage-vod`: Adds new service > * `service/meteringmarketplace`: Updates service documentation > * Documentation updates for meteringmarketplace > > ### SDK Enhancements > * Add raw error message bytes to SerializationError errors ([#2600](https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/2600)) > * Updates the SDK's API error message SerializationError handling to capture the original error message byte, and include it in the SerializationError error value. > * Fixes [#2562](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2562), [#2411](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2411), [#2315](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2315) > > ### SDK Bugs > * `service/s3/s3manager`: Fix uploader to check for empty part before max parts check ([#2556](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2556)) > * Fixes the S3 Upload manager's behavior for uploading exactly MaxUploadParts * PartSize to S3. The uploader would previously return an error after the full content was uploaded, because the assert on max upload parts was occurring before the check if there were any more parts to upload. > * Fixes [#2557](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2557) > Release v1.19.33 (2019-05-17) > === > ... (truncated)
Commits - [`43d801a`](https://github.com/aws/aws-sdk-go/commit/43d801a05e0735a9069534588ec469235347e6c6) Release v1.19.36 - [`9663e3b`](https://github.com/aws/aws-sdk-go/commit/9663e3b3173f4f48418aa1903451842caddc4f8e) Merge pull request [#2611](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2611) from aws/release - [`98779fb`](https://github.com/aws/aws-sdk-go/commit/98779fb4032754e8d2c6c8ec50c28b215666986d) Release v1.19.35 - [`c7b5161`](https://github.com/aws/aws-sdk-go/commit/c7b5161f7a8efc148f2d935e1daced689e3c587b) Merge pull request [#2610](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2610) from aws/release - [`3e3b24d`](https://github.com/aws/aws-sdk-go/commit/3e3b24dd55ca4bb508c7e78142632646ee6e8714) Release v1.19.34 - [`31c875e`](https://github.com/aws/aws-sdk-go/commit/31c875e334990498492d4e7ced1eb5f6717db842) Fix pending changelog entry format - [`85dd032`](https://github.com/aws/aws-sdk-go/commit/85dd032fb3c09a7a40b74b65679b759220632e91) Adds entry to pending change log. - [`27db922`](https://github.com/aws/aws-sdk-go/commit/27db9229d55d38eefe220aa8fc6a1971e5cc46d3) service/s3/s3manager: Fix uploader to check for empty part before max parts c... - [`4bb8585`](https://github.com/aws/aws-sdk-go/commit/4bb858530338f5eecab3dfe70cccc7419017d60a) Add PR 2600 to pending change log - [`3c8d61f`](https://github.com/aws/aws-sdk-go/commit/3c8d61f5257e0e0da3e8d901f56c6765878f09e5) Add raw error message bytes to SerializationError errors ([#2600](https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/2600)) - Additional commits viewable in [compare view](https://github.com/aws/aws-sdk-go/compare/v1.19.11...v1.19.36)


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 #61.