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.29.7 #11893

Merged
merged 2 commits into from Feb 21, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2020

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go require minor v1.28.9 -> v1.29.7

Release Notes

aws/aws-sdk-go

v1.29.7

Compare Source

===

Service Client Updates
  • service/appconfig: Updates service API and documentation
  • service/pinpoint: Updates service API
    • As of this release of the Amazon Pinpoint API, the Title property is optional for the CampaignEmailMessage object.
  • service/savingsplans: Updates service API

v1.29.6

Compare Source

===

Service Client Updates
  • service/autoscaling: Updates service documentation
    • Doc update for EC2 Auto Scaling: Add Enabled parameter for PutScalingPolicy
  • service/lambda: Updates service API, documentation, and examples
    • AWS Lambda now supports Ruby 2.7
  • service/servicecatalog: Updates service API, documentation, and paginators
    • "ListPortfolioAccess" API now has a new optional parameter "OrganizationParentId". When it is provided and if the portfolio with the "PortfolioId" given was shared with an organization or organizational unit with "OrganizationParentId", all accounts in the organization sub-tree under parent which inherit an organizational portfolio share will be listed, rather than all accounts with external shares. To accommodate long lists returned from the new option, the API now supports pagination.

v1.29.5

Compare Source

===

Service Client Updates
  • service/autoscaling: Updates service API and documentation
    • Amazon EC2 Auto Scaling now supports the ability to enable/disable target tracking, step scaling, and simple scaling policies.
  • service/chime: Updates service API and documentation
    • Added AudioFallbackUrl to support Chime SDK client.
  • service/rds: Updates service API and documentation
    • This release supports Microsoft Active Directory authentication for Amazon Aurora.

v1.29.4

Compare Source

===

Service Client Updates
  • service/cloud9: Updates service API and documentation
    • AWS Cloud9 now supports the ability to tag Cloud9 development environments.
  • service/ec2: Updates service API and documentation
    • Documentation updates for EC2
  • service/rekognition: Updates service API, documentation, and paginators
    • This update adds the ability to detect text in videos and adds filters to image and video text detection.
  • service/dynamodb: Add feature update for Amazon DynamoDB
    • Amazon DynamoDB enables you to restore your DynamoDB backup or table data across AWS Regions such that the restored table is created in a different AWS Region from where the source table or backup resides. You can do cross-region restores between AWS commercial Regions, AWS China Regions, and AWS GovCloud (US) Regions.

v1.29.3

Compare Source

===

Service Client Updates
  • service/ec2: Updates service API and documentation
    • You can now enable Multi-Attach on Provisioned IOPS io1 volumes through the create-volume API.
  • service/mediatailor: Updates service API and documentation
  • service/securityhub: Updates service API, documentation, and paginators
  • service/shield: Updates service API and documentation
    • This release adds support for associating Amazon Route 53 health checks to AWS Shield Advanced protected resources.
SDK Enhancements
  • aws/credentials: Add support for context when getting credentials.
    • Adds GetWithContext to Credentials that allows canceling getting the credentials if the context is canceled, or times out. This fixes an issue where API operations would ignore their provide context when waiting for credentials to refresh.
    • Related to #​3127.

v1.29.2

Compare Source

===

Service Client Updates
  • service/mediapackage-vod: Updates service API and documentation

v1.29.1

Compare Source

===

Service Client Updates
  • service/chime: Updates service documentation
    • Documentation updates for Amazon Chime
  • service/ds: Updates service API and documentation
    • Release to add the ExpirationDateTime as an output to ListCertificates so as to ease customers to look into their certificate lifetime and make timely decisions about renewing them.
  • service/ec2: Updates service API and documentation
    • This release adds support for tagging public IPv4 pools.
  • service/es: Updates service API and documentation
    • Amazon Elasticsearch Service now offers fine-grained access control, which adds multiple capabilities to give tighter control over data. New features include the ability to use roles to define granular permissions for indices, documents, or fields and to extend Kibana with read-only views and secure multi-tenant support.
  • service/glue: Updates service API and documentation
    • Adding ability to add arguments that cannot be overridden to AWS Glue jobs
  • service/neptune: Updates service API and documentation
    • This launch enables Neptune start-db-cluster and stop-db-cluster. Stopping and starting Amazon Neptune clusters helps you manage costs for development and test environments. You can temporarily stop all the DB instances in your cluster, instead of setting up and tearing down all the DB instances each time that you use the cluster.
  • service/workmail: Updates service API and documentation
    • This release adds support for access control rules management in Amazon WorkMail.
SDK Enhancements
  • aws/credentials: Add grouping of concurrent refresh of credentials (#​3127
    • Concurrent calls to Credentials.Get are now grouped in order to prevent numerous synchronous calls to refresh the credentials. Replacing the mutex with a singleflight reduces the overall amount of time request signatures need to wait while retrieving credentials. This is improvement becomes pronounced when many requests are being made concurrently.

v1.29.0

Compare Source

===

Service Client Updates
  • service/cloudformation: Updates service API and documentation
    • This release of AWS CloudFormation StackSets allows you to centrally manage deployments to all the accounts in your organization or specific organizational units (OUs) in AWS Organizations. You will also be able to enable automatic deployments to any new accounts added to your organization or OUs. The permissions needed to deploy across accounts will automatically be taken care of by the StackSets service.
  • service/cognito-idp: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Amazon EC2 Now Supports Tagging Spot Fleet.
SDK Features
  • Remove SDK's vendor directory of vendored dependencies
    • Updates the SDK's Go module definition to enumerate all dependencies of the SDK and its components.
    • SDK's repository root package has been updated to refer to runtime dependencies like go-jmespath for go get the SDK with Go without modules.
  • Deletes the deprecated awsmigrate utility from the SDK's repository.
    • This utility is no longer relevant. The utility allowed users the beta pre-release v0 SDK to update to the v1.0 released version of the SDK.

v1.28.14

Compare Source

===

Service Client Updates
  • service/docdb: Updates service documentation
    • Added clarifying information that Amazon DocumentDB shares operational technology with Amazon RDS and Amazon Neptune.
  • service/kms: Updates service API and documentation
    • The ConnectCustomKeyStore API now provides a new error code (SUBNET_NOT_FOUND) for customers to better troubleshoot if their "connect-custom-key-store" operation fails.

v1.28.13

Compare Source

===

Service Client Updates
  • service/imagebuilder: Updates service API and documentation
  • service/rds: Updates service documentation
    • Documentation updates for RDS: when restoring a DB cluster from a snapshot, must create DB instances
  • service/robomaker: Updates service API, documentation, and paginators

v1.28.12

Compare Source

===

Service Client Updates
  • service/appsync: Updates service API and documentation
  • service/codebuild: Updates service API and documentation
    • AWS CodeBuild adds support for Amazon Elastic File Systems
  • service/ebs: Updates service documentation
  • service/ec2: Updates service API and documentation
    • This release adds platform details and billing info to the DescribeImages API.
  • service/ecr: Updates service documentation
    • This release contains updated text for the GetAuthorizationToken API.
  • service/lex-models: Updates service API, documentation, and examples

v1.28.11

Compare Source

===

Service Client Updates
  • service/dlm: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • This release provides support for tagging when you create a VPC endpoint, or VPC endpoint service.
  • service/forecastquery: Updates service API and documentation
  • service/groundstation: Updates service API, documentation, paginators, and examples
  • service/mediaconvert: Updates service API and documentation
    • AWS Elemental MediaConvert SDK has added support for fine-tuned QVBR quality level.
  • service/resourcegroupstaggingapi: Updates service documentation
    • Documentation-only update that adds services to the list of supported services.
  • service/securityhub: Updates service API and documentation

v1.28.10

Compare Source

===

Service Client Updates
  • service/cloudfront: Updates service documentation
    • Documentation updates for CloudFront
  • service/ec2: Updates service API and documentation
    • Amazon VPC Flow Logs adds support for 1-minute aggregation intervals.
  • service/iot: Updates service API
    • Updated ThrottlingException documentation to report that the error code is 400, and not 429, to reflect actual system behaviour.
  • service/kafka: Updates service API, documentation, and paginators
  • service/ssm: Updates service API and documentation
    • This feature ensures that an instance is patched up to the available patches on a particular date. It can be enabled by selecting the 'ApproveUntilDate' option as the auto-approval rule while creating the patch baseline. ApproveUntilDate - The cutoff date for auto approval of released patches. Any patches released on or before this date will be installed automatically.
  • service/storagegateway: Updates service API
    • Adding KVM as a support hypervisor
  • service/workmail: Updates service API and documentation
    • This release adds support for tagging Amazon WorkMail organizations.
SDK Enhancements
  • aws/request: Add support for EC2 specific throttle exception code
    • Adds support for the EC2ThrottledException throttling exception code. The SDK will now treat this error code as throttling.
SDK Bugs
  • aws/request: Fixes an issue where the HTTP host header did not reflect changes to the endpoint URL (#​3102)

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 tick the rebase/retry checkbox below.

🔕 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team February 4, 2020 20:21
@renovate renovate bot added the dependencies Used to indicate dependency changes. label Feb 4, 2020
@ghost ghost added size/XL Managed by automation to categorize the size of a PR. needs-triage Waiting for first response or review from a maintainer. labels Feb 4, 2020
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.28.10 Update module aws/aws-sdk-go to v1.28.11 Feb 5, 2020
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 1a1397f to e0058a8 Compare February 5, 2020 19:34
@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 Feb 5, 2020
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.28.11 Update module aws/aws-sdk-go to v1.28.12 Feb 6, 2020
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from e0058a8 to ca6bcdc Compare February 6, 2020 20:48
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.28.12 Update module aws/aws-sdk-go to v1.28.13 Feb 7, 2020
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from ca6bcdc to 3855c1e Compare February 7, 2020 20:58
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.28.13 Update module aws/aws-sdk-go to v1.28.14 Feb 10, 2020
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch 2 times, most recently from 3d5cc7d to 9c9eeb8 Compare February 11, 2020 20:26
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.28.14 Update module aws/aws-sdk-go to v1.29.0 Feb 11, 2020
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.29.0 Update module aws/aws-sdk-go to v1.29.1 Feb 12, 2020
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 9c9eeb8 to 66efa9d Compare February 12, 2020 19:39
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.29.1 Update module aws/aws-sdk-go to v1.29.2 Feb 13, 2020
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch 2 times, most recently from b16c329 to 224f4f8 Compare February 14, 2020 20:37
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.29.2 Update module aws/aws-sdk-go to v1.29.3 Feb 14, 2020
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.29.3 Update module aws/aws-sdk-go to v1.29.4 Feb 17, 2020
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 224f4f8 to 1623067 Compare February 17, 2020 21:01
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.29.4 Update module aws/aws-sdk-go to v1.29.5 Feb 18, 2020
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 1623067 to c91464d Compare February 18, 2020 20:51
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from c91464d to 41f9ea1 Compare February 19, 2020 16:55
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.29.5 Update module aws/aws-sdk-go to v1.29.6 Feb 19, 2020
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 41f9ea1 to 1f1130f Compare February 19, 2020 21:01
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.29.6 Update module aws/aws-sdk-go to v1.29.7 Feb 20, 2020
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 1f1130f to 9a742ab Compare February 20, 2020 20:50
@bflad bflad added provider Pertains to the provider itself, rather than any interaction with AWS. and removed needs-triage Waiting for first response or review from a maintainer. labels Feb 21, 2020
@bflad bflad self-assigned this Feb 21, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Feb 21, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@bflad bflad added this to the v2.51.0 milestone Feb 21, 2020
@bflad bflad merged commit 286667c into master Feb 21, 2020
@bflad bflad deleted the renovate/github.com-aws-aws-sdk-go-1.x branch February 21, 2020 15:20
@ghost
Copy link

ghost commented Feb 28, 2020

This has been released in version 2.51.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 Mar 23, 2020

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 Mar 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Used to indicate dependency changes. provider Pertains to the provider itself, rather than any interaction with AWS. 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.

None yet

2 participants