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

Bump github.com/aws/aws-sdk-go-v2 from 1.16.5 to 1.16.6 #542

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2022

Bumps github.com/aws/aws-sdk-go-v2 from 1.16.5 to 1.16.6.

Changelog

Sourced from github.com/aws/aws-sdk-go-v2's changelog.

Release (2022-06-29)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.6
    • Bug Fix: Fix aws/signer/v4 to not double sign Content-Length header. Fixes #1728. Thanks to @​matelang for creating the issue and PR.
  • github.com/aws/aws-sdk-go-v2/service/appstream: v1.17.0
    • Feature: Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs
  • github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2: v1.18.7
    • Documentation: This release adds two attributes for ALB. One, helps to preserve the host header and the other helps to modify, preserve, or remove the X-Forwarded-For header in the HTTP request.
  • github.com/aws/aws-sdk-go-v2/service/emr: v1.19.0
    • Feature: This release introduces additional optional parameter "Throughput" to VolumeSpecification to enable user to configure throughput for gp3 ebs volumes.
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.21.0
    • Feature: This release adds support for automatic renewal of MediaLive reservations at the end of each reservation term. Automatic renewal is optional. This release also adds support for labelling accessibility-focused audio and caption tracks in HLS outputs.
  • github.com/aws/aws-sdk-go-v2/service/redshiftserverless: v1.2.0
    • Feature: Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.34.0
    • Feature: This release adds: UpdateFeatureGroup, UpdateFeatureMetadata, DescribeFeatureMetadata APIs; FeatureMetadata type in Search API; LastModifiedTime, LastUpdateStatus, OnlineStoreTotalSizeBytes in DescribeFeatureGroup API.
  • github.com/aws/aws-sdk-go-v2/service/translate: v1.14.0
    • Feature: Added ListLanguages API which can be used to list the languages supported by Translate.

Release (2022-06-28)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/datasync: v1.18.0
    • Feature: AWS DataSync now supports Amazon FSx for NetApp ONTAP locations.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.47.0
    • Feature: This release adds a new spread placement group to EC2 Placement Groups: host level spread, which spread instances between physical hosts, available to Outpost customers only. CreatePlacementGroup and DescribePlacementGroups APIs were updated with a new parameter: SpreadLevel to support this feature.
  • github.com/aws/aws-sdk-go-v2/service/finspacedata: v1.12.0
    • Feature: Release new API GetExternalDataViewAccessDetails
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.16.0
    • Feature: Add 4 new neural voices - Pedro (es-US), Liam (fr-CA), Daniel (de-DE) and Arthur (en-GB).

Release (2022-06-24.2)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/emrcontainers: v1.13.7
    • Bug Fix: Fixes bug with incorrect modeled timestamp format

Release (2022-06-23)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/lookoutequipment: v1.14.0
    • Feature: This release adds visualizations to the scheduled inference results. Users will be able to see interference results, including diagnostic results from their running inference schedulers.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.25.1
    • Documentation: AWS Elemental MediaConvert SDK has released support for automatic DolbyVision metadata generation when converting HDR10 to DolbyVision.
  • github.com/aws/aws-sdk-go-v2/service/mgn: v1.15.0
    • Feature: New and modified APIs for the Post-Migration Framework

... (truncated)

Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.16.5 to 1.16.6.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.16.5...v1.16.6)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 29, 2022
@cpanato cpanato merged commit ae82ce6 into main Jun 30, 2022
@cpanato cpanato deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.16.6 branch June 30, 2022 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant