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.25.21 #10476

Merged
merged 1 commit into from Oct 29, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2019

This PR contains the following updates:

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

Release Notes

aws/aws-sdk-go

v1.25.21

Compare Source

===

Service Client Updates
  • service/s3: Updates service API, documentation, and examples
    • Adding support in SelectObjectContent for scanning a portion of an object specified by a scan range.

v1.25.20

Compare Source

===

Service Client Updates
  • service/ecr: Updates service API, documentation, and paginators
    • This release of Amazon Elastic Container Registry Service (Amazon ECR) introduces support for image scanning. This identifies the software vulnerabilities in the container image based on the Common Vulnerabilities and Exposures (CVE) database.
  • service/elasticache: Updates service API and documentation
  • service/transfer: Updates service API and documentation
    • This release adds logical directories support to your AWS SFTP server endpoint, so you can now create logical directory structures mapped to Amazon Simple Storage Service (Amazon S3) bucket paths for users created and stored within the service. Amazon S3 bucket names and paths can now be hidden from AWS SFTP users, providing an additional level of privacy to meet security requirements. You can lock down your SFTP users' access to designated folders (commonly referred to as 'chroot'), and simplify complex folder structures for data distribution through SFTP without replicating files across multiple users.
SDK Enhancements
  • aws/client: Add PartitionID to Config (#​2902)
  • aws/client/metadata: Add PartitionID to ClientInfo (#​2902)
  • aws/endpoints: Add PartitionID to ResolvedEndpoint (#​2902)
SDK Bugs
  • aws/endpoints: Fix resolve endpoint with empty region (#​2911)
    • Fixes the SDK's behavior when attempting to resolve a service's endpoint when no region was provided. Adds legacy support for services that were able to resolve a valid endpoint. No new service will support resolving an endpoint without an region.
    • Fixes #​2909

v1.25.19

Compare Source

===

Service Client Updates
  • service/appmesh: Updates service API and documentation
  • service/chime: Updates service API, documentation, and paginators
      • This release introduces Voice Connector PDX region and defaults previously created Voice Connectors to IAD. You can create Voice Connector Groups and add region specific Voice Connectors to direct telephony traffic across AWS regions in case of regional failures. With this release you can add phone numbers to Voice Connector Groups and can bulk move phone numbers between Voice Connectors, between Voice Connector and Voice Connector Groups and between Voice Connector Groups. Voice Connector now supports additional settings to enable SIP Log capture. This is in addition to the launch of Voice Connector Cloud Watch metrics in this release. This release also supports assigning outbound calling name (CNAM) to AWS account and individual phone numbers assigned to Voice Connectors. * Voice Connector now supports a setting to enable real time audio streaming delivered via Kinesis Audio streams. Please note that recording Amazon Chime Voice Connector calls with this feature maybe be subject to laws or regulations regarding the recording of telephone calls and other electronic communications. AWS Customer and their end users' have the responsibility to comply with all applicable laws regarding the recording, including properly notifying all participants in a recorded session or to a recorded communication that the session or communication is being recorded and obtain their consent.
  • service/ec2: Updates service API and documentation
    • This release updates CreateFpgaImage to support tagging FPGA images on creation
  • service/gamelift: Updates service API
    • Amazon GameLift offers expanded hardware options for game hosting: Custom game builds can use the Amazon Linux 2 operating system, and fleets for both custom builds and Realtime servers can now use C5, M5, and R5 instance types.
  • service/sagemaker: Updates service API
    • Adds support for the new family of Elastic Inference Accelerators (eia2) for SageMaker Hosting and Notebook Services

v1.25.18

Compare Source

===

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)
    • 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

v1.25.17

Compare Source

===

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)
    • 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

v1.25.16

Compare Source

===

Service Client Updates
  • service/monitoring: Updates service API and documentation
    • New Period parameter added to MetricDataQuery structure.

v1.25.15

Compare Source

===

Service Client Updates
  • service/batch: Updates service API and documentation
    • Adding support for Compute Environment Allocation Strategies
  • service/rds: Updates service API, documentation, and paginators
    • Amazon RDS now supports Amazon RDS on VMware with the introduction of APIs related to Custom Availability Zones and Media installation.

v1.25.14

Compare Source

===

Service Client Updates
  • service/kafka: Updates service API and documentation
  • service/marketplacecommerceanalytics: Updates service API and documentation
    • add 2 more values for the supporting sections - age of past due funds + uncollected funds breakdown
  • service/robomaker: Updates service API

v1.25.13

Compare Source

===

Service Client Updates
  • service/kinesis-video-archived-media: Updates service API and documentation

v1.25.12

Compare Source

===

Service Client Updates
  • service/personalize: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Documentation updates for WorkSpaces

v1.25.11

Compare Source

===

Service Client Updates
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/greengrass: Updates service API
    • Greengrass OTA service supports Raspbian/Armv6l platforms.

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 October 11, 2019 19:35
@renovate renovate bot added the dependencies Used to indicate dependency changes. label Oct 11, 2019
@ghost ghost added the size/XS Managed by automation to categorize the size of a PR. label Oct 11, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 541bca4 to 54e2c57 Compare October 14, 2019 18:53
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.11 Update module aws/aws-sdk-go to v1.25.12 Oct 14, 2019
@ghost ghost added size/M Managed by automation to categorize the size of a PR. and removed size/XS Managed by automation to categorize the size of a PR. labels Oct 14, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.12 Update module aws/aws-sdk-go to v1.25.13 Oct 15, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch 2 times, most recently from 455870c to 8d8b701 Compare October 16, 2019 19:33
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.13 Update module aws/aws-sdk-go to v1.25.14 Oct 16, 2019
@ghost ghost added size/XL Managed by automation to categorize the size of a PR. and removed size/M Managed by automation to categorize the size of a PR. labels Oct 16, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.14 Update module aws/aws-sdk-go to v1.25.15 Oct 17, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 8d8b701 to 1cb458a Compare October 17, 2019 18:46
@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 Oct 17, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.15 Update module aws/aws-sdk-go to v1.25.16 Oct 18, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 1cb458a to 1416b44 Compare October 18, 2019 18:46
This was referenced Oct 18, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 1416b44 to 375e3d5 Compare October 22, 2019 19:57
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.16 Update module aws/aws-sdk-go to v1.25.17 Oct 22, 2019
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.17 Update module aws/aws-sdk-go to v1.25.18 Oct 23, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 375e3d5 to 82f1cca Compare October 23, 2019 19:43
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.18 Update module aws/aws-sdk-go to v1.25.19 Oct 24, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 82f1cca to b5d3f53 Compare October 24, 2019 19:43
@bflad bflad added this to the v2.34.0 milestone Oct 28, 2019
@bflad bflad self-assigned this Oct 28, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from b5d3f53 to a22adaa Compare October 28, 2019 16:33
@bflad
Copy link
Member

bflad commented Oct 28, 2019

Out of caution, probably best to wait until aws/aws-sdk-go#2911 lands in the next version of the AWS Go SDK before merging this in.

@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.19 Update module aws/aws-sdk-go to v1.25.20 Oct 28, 2019
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from a22adaa to 08026b5 Compare October 28, 2019 19:51
@renovate renovate bot force-pushed the renovate/github.com-aws-aws-sdk-go-1.x branch from 08026b5 to 8696000 Compare October 28, 2019 23:58
@renovate renovate bot changed the title Update module aws/aws-sdk-go to v1.25.20 Update module aws/aws-sdk-go to v1.25.21 Oct 28, 2019
@bflad bflad merged commit 20b34f8 into master Oct 29, 2019
@bflad bflad deleted the renovate/github.com-aws-aws-sdk-go-1.x branch October 29, 2019 17:52
@ghost
Copy link

ghost commented Mar 29, 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!

@hashicorp hashicorp locked and limited conversation to collaborators Mar 29, 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. 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