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

Update module aws/aws-sdk-go to v1.23.12 #9770

Merged
merged 1 commit into from
Aug 30, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2019

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require patch v1.23.0 -> v1.23.12

Release Notes

aws/aws-sdk-go

v1.23.12

Compare Source

===

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

v1.23.11

Compare Source

===

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.

v1.23.10

Compare Source

===

Service Client Updates
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/organizations: Updates service documentation
    • Documentation updates for organizations
SDK Bugs

v1.23.9

Compare Source

Release v1.23.9 (2019-08-26)

Service Client Updates
  • service/securityhub: Updates service API
  • service/ssm: Updates service API and documentation
    • This feature adds "default tier" to the AWS Systems Manager Parameter Store for parameter creation and update. AWS customers can now set the "default tier" to one of the following values: Standard (default), Advanced or Intelligent-Tiering. This allows customers to create advanced parameters or parameters in corresponding tiers with one setting rather than code change to specify parameter tiers.

v1.23.8

Compare Source

===

Service Client Updates
  • service/ec2: Updates service API and documentation
    • This release of EC2 VM Import Export adds support for exporting Amazon Machine Image(AMI)s to a VM file
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/mediapackage-vod: Updates service API and documentation
  • service/transcribe: Updates service API and documentation
SDK Enhancements
  • aws/session: Add support for CSM options from shared config file (#​2768)
    • Adds support for enabling and controlling the Client Side Metrics (CSM) reporting from the shared configuration files in addition to the environment variables.
SDK Bugs

v1.23.7

Compare Source

Release v1.23.7 (2019-08-22)

Service Client Updates
  • service/datasync: Updates service API and documentation
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/rds: Updates service API and documentation
    • This release allows users to enable RDS Data API while creating Aurora Serverless databases.
SDK Bugs
  • aws/request: Fix IsErrorRetryable returning true for nil error (#​2774)
    • Fixes #​2773 where the IsErrorRetryable helper was incorrectly returning true for nil errors passed in. IsErrorRetryable will now correctly return false when the passed in error is nil like documented.

v1.23.6

Compare Source

===

Service Client Updates
  • service/elasticache: Updates service API and documentation
    • ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups
  • service/forecast: Adds new service
  • service/forecastquery: Adds new service
  • service/personalize-runtime: Updates service API
  • service/rekognition: Updates service documentation
    • Documentation updates for Amazon Rekognition.
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker now supports Amazon EFS and Amazon FSx for Lustre file systems as data sources for training machine learning models. Amazon SageMaker now supports running training jobs on ml.p3dn.24xlarge instance type. This instance type is offered as a limited private preview for certain SageMaker customers. If you are interested in joining the private preview, please reach out to the SageMaker Product Management team via AWS Support."
  • service/sqs: Updates service API and documentation
    • This release provides a way to add metadata tags to a queue when it is created. You can use tags to organize and identify your Amazon SQS queues for cost allocation.
SDK Enhancements
  • aws/session: Ignore invalid shared config file when not used (#​2731)
    • Updates the Session to not fail to load when credentials are provided via the environment variable, the AWS_PROFILE/Option.Profile have not been specified, and the shared config has not been enabled.
    • Fixes #​2455

v1.23.5

Compare Source

===

Service Client Updates
  • service/alexaforbusiness: Updates service API and documentation
  • service/appstream: Updates service API and documentation
    • Includes API updates to support streaming through VPC endpoints for image builders and stacks.
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker introduces Managed Spot Training. Increases the maximum number of metric definitions to 40 for SageMaker Training and Hyperparameter Tuning Jobs. SageMaker Neo adds support for Acer aiSage and Qualcomm QCS605 and QCS603.
  • service/transfer: Updates service API and documentation
    • New field in response of TestIdentityProvider

v1.23.4

Compare Source

===

Service Client Updates
  • service/appmesh: Updates service API and documentation
  • service/cur: Updates service API and documentation

v1.23.3

Compare Source

===

Service Client Updates
  • service/ecs: Updates service API and documentation
    • This release of Amazon Elastic Container Service (Amazon ECS) introduces support for controlling the usage of swap space on a per-container basis for Linux containers.
  • service/elasticmapreduce: Updates service API and documentation
    • Amazon EMR has introduced an account level configuration called Block Public Access that allows you to block clusters with ports open to traffic from public IP sources (i.e. 0.0.0.0/0 for IPv4 and ::/0 for IPv6) from launching. Individual ports or port ranges can be added as exceptions to allow public access.
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/robomaker: Updates service API and documentation

v1.23.2

Compare Source

===

Service Client Updates
  • service/appmesh: Updates service API and documentation
  • service/athena: Updates service API and documentation
    • This release adds support for querying S3 Requester Pays buckets. Users can enable this feature through their Workgroup settings.
  • service/codecommit: Updates service API and documentation
    • This release adds an API, BatchGetCommits, that allows retrieval of metadata for multiple commits in an AWS CodeCommit repository.
  • service/ec2: Updates service API and documentation
    • This release adds an option to use private certificates from AWS Certificate Manager (ACM) to authenticate a Site-to-Site VPN connection's tunnel endpoints and customer gateway device.
  • service/glue: Updates service API, documentation, and paginators
    • GetJobBookmarks API is withdrawn.
  • service/storagegateway: Updates service API and documentation
    • CreateSnapshotFromVolumeRecoveryPoint API supports new parameter: Tags (to be attached to the created resource)
SDK Enhancements
  • service/kinesis: Add support for retrying service specific API errors (#​2751
    • Adds support for retrying the Kinesis API error, LimitExceededException.
    • Fixes #​1376
  • aws/credentials/stscreds: Add STS and Assume Role specific retries (#​2752)
    • Adds retries to specific STS API errors to the STS AssumeRoleWithWebIdentity credential provider, and STS API operations in general.

v1.23.1

Compare Source

===

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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot requested a review from a team August 14, 2019 19:04
@renovate renovate bot added the dependencies Used to indicate dependency changes. label Aug 14, 2019
@ghost ghost added the size/XL Managed by automation to categorize the size of a PR. label Aug 14, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.1 Update module aws/aws-sdk-go to v1.23.2 Aug 15, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 41bfa43 to 01d0923 Compare August 15, 2019 19:52
@ghost ghost added size/XXL Managed by automation to categorize the size of a PR. and removed size/XL Managed by automation to categorize the size of a PR. labels Aug 15, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.2 Update module aws/aws-sdk-go to v1.23.3 Aug 16, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 01d0923 to 1fa6889 Compare August 16, 2019 19:03
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.3 Update module aws/aws-sdk-go to v1.23.4 Aug 19, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 1fa6889 to 253e40d Compare August 19, 2019 19:02
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.4 chore(deps): update module aws/aws-sdk-go to v1.23.4 Aug 19, 2019
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.23.4 Update module aws/aws-sdk-go to v1.23.4 Aug 20, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.4 Update module aws/aws-sdk-go to v1.23.5 Aug 20, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 253e40d to 735abfa Compare August 20, 2019 19:47
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.5 Update module aws/aws-sdk-go to v1.23.6 Aug 21, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 735abfa to ffbf483 Compare August 21, 2019 19:00
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.6 Update module aws/aws-sdk-go to v1.23.7 Aug 22, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from ffbf483 to 11f3fd5 Compare August 22, 2019 20:17
@nywilken nywilken modified the milestone: v2.25.0 Aug 23, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.7 Update module aws/aws-sdk-go to v1.23.8 Aug 23, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 11f3fd5 to 5952383 Compare August 23, 2019 18:40
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.8 Update module aws/aws-sdk-go to v1.23.9 Aug 26, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 5952383 to a6e2e64 Compare August 26, 2019 18:53
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.9 Update module aws/aws-sdk-go to v1.23.10 Aug 27, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from a6e2e64 to b345635 Compare August 27, 2019 18:49
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.10 Update module aws/aws-sdk-go to v1.23.11 Aug 28, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from b345635 to 9e725a3 Compare August 28, 2019 20:02
@bflad bflad added this to the v2.27.0 milestone Aug 29, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.23.11 Update module aws/aws-sdk-go to v1.23.12 Aug 29, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 9e725a3 to 85449de Compare August 29, 2019 19:52
@bflad bflad merged commit 112425c into master Aug 30, 2019
@bflad bflad deleted the renovate/github.com-aws-aws-sdk-go-1.x branch August 30, 2019 10:25
bflad added a commit that referenced this pull request Aug 30, 2019
The AWS Go SDK now automatically retries on this error.

References:

- aws/aws-sdk-go#1376
- #1085
- aws/aws-sdk-go#2751
- #9770

Output from acceptance testing:

```
--- PASS: TestAccAWSKinesisStream_createMultipleConcurrentStreams (205.83s)
```
@ghost
Copy link

ghost commented Sep 5, 2019

This has been released in version 2.27.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@ghost
Copy link

ghost commented Nov 1, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Nov 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Used to indicate dependency changes. size/XXL Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants