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.20.4 #8987

Merged
merged 1 commit into from
Jun 20, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2019

This PR contains the following updates:

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

Release Notes

aws/aws-sdk-go

v1.20.4

Compare Source

===

Service Client Updates
  • service/eks: Updates service documentation

v1.20.3

Compare Source

===

Service Client Updates
  • service/ec2: Updates service API
    • You can now launch new 12xlarge, 24xlarge, and metal instance sizes on the Amazon EC2 compute optimized C5 instance types featuring 2nd Gen Intel Xeon Scalable Processors.
  • service/resourcegroupstaggingapi: Updates service API, documentation, and paginators
    • You can use tag policies to help standardize on tags across your organization's resources.

v1.20.2

Compare Source

===

Service Client Updates
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/neptune: Updates service API and documentation
    • This release adds a feature to configure Amazon Neptune to publish audit logs to Amazon CloudWatch Logs.
  • service/robomaker: Updates service API and documentation
  • service/servicecatalog: Updates service API
    • Restrict concurrent calls by a single customer account for CreatePortfolioShare and DeletePortfolioShare when sharing/unsharing to an Organization.

v1.20.1

Compare Source

===

Service Client Updates
  • service/appstream: Updates service API
    • Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum.
  • service/cloudfront: Adds new service
    • A new datatype in the CloudFront API, AliasICPRecordal, provides the ICP recordal status for CNAMEs associated with distributions. AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they have added to CloudFront. The status value is returned in the CloudFront response; you cannot configure it yourself. The status is set to APPROVED for all CNAMEs (aliases) in regions outside of China.
  • service/ec2: Updates service API
    • Correction to enumerations in EC2 client.
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/personalize: Updates service documentation

v1.20.0

Compare Source

===

Service Client Updates
  • service/appmesh: Updates service API and documentation
  • service/ec2: Updates service API
    • G4 instances are Amazon EC2 instances based on NVIDIA T4 GPUs and are designed to provide cost-effective machine learning inference for applications, like image classification, object detection, recommender systems, automated speech recognition, and language translation. G4 instances are also a cost-effective platform for building and running graphics-intensive applications, such as remote graphics workstations, video transcoding, photo-realistic design, and game streaming in the cloud. To get started with G4 instances visit https://aws.amazon.com/ec2/instance-types/g4.
  • service/elasticache: Updates service API and documentation
    • This release is to add support for reader endpoint for cluster-mode disabled Amazon ElastiCache for Redis clusters.
  • service/guardduty: Updates service API, documentation, and paginators
    • Support for tagging functionality in Create and Get operations for Detector, IP Set, Threat Intel Set, and Finding Filter resources and 3 new tagging APIs: ListTagsForResource, TagResource, and UntagResource.
SDK Features
  • aws/session: Add support for chaining assume IAM role from shared config (#​2579)
    • Adds support chaining assume role credentials from the shared config/credentials files. This change allows you to create an assume role chain of multiple levels of assumed IAM roles. The config profile the deepest in the chain must use static credentials, or credential_source. If the deepest profile doesn't have either of these the session will fail to load.
    • Fixes the SDK's shared config credential source not assuming a role with environment and ECS credentials. EC2 credentials were already supported.
    • Fix #​2528
    • Fix #​2385
SDK Enhancements
  • service/s3/s3manager/s3manageriface: Add missing methods (#​2612)
    • Adds the missing interface and methods from the s3manager Uploader, Downloader, and Batch Delete utilities.

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 added the dependencies Used to indicate dependency changes. label Jun 13, 2019
@ghost ghost added the size/XXL Managed by automation to categorize the size of a PR. label Jun 13, 2019
@bflad bflad added this to the v2.16.0 milestone Jun 13, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.20.0 Update module aws/aws-sdk-go to v1.20.1 Jun 14, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 641aa8c to 5ab0084 Compare June 14, 2019 18:59
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.20.1 Update module aws/aws-sdk-go to v1.20.2 Jun 17, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch 2 times, most recently from c7bfbc4 to 495344a Compare June 18, 2019 19:05
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.20.2 Update module aws/aws-sdk-go to v1.20.3 Jun 18, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.20.3 chore(deps): update module aws/aws-sdk-go to v1.20.3 Jun 18, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 495344a to 01511bb Compare June 18, 2019 21:56
@renovate renovate bot changed the title chore(deps): update module aws/aws-sdk-go to v1.20.3 Update module aws/aws-sdk-go to v1.20.3 Jun 18, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.20.3 Update module aws/aws-sdk-go to v1.20.4 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 01511bb to a2b01bb Compare June 19, 2019 20:43
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My only potential concern here was the CloudFront API version update, which existing acceptance testing is passing. 👍

@bflad bflad merged commit 1b65659 into master Jun 20, 2019
@bflad bflad deleted the renovate/github.com-aws-aws-sdk-go-1.x branch June 20, 2019 03:51
bflad added a commit that referenced this pull request Jun 20, 2019
@ghost
Copy link

ghost commented Nov 3, 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 3, 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.

2 participants