Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps github.com/aws/aws-sdk-go-v2 from 0.24.0 to 1.16.15.

Changelog

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

Release (2022-09-16)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/codestarnotifications: v1.13.0
    • Feature: This release adds tag based access control for the UntagResource API.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.18.21
    • Documentation: This release supports new task definition sizes.

Release (2022-09-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.17.0
    • Feature: Increased DynamoDB transaction limit from 25 to 100.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.56.0
    • Feature: This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.43.0
    • Feature: Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early.

Release (2022-09-14)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/feature/rds/auth: v1.2.0
    • Feature: Updated BuildAuthToken to validate the provided endpoint contains a port.
  • github.com/aws/aws-sdk-go-v2/internal/v4a: v1.0.13
    • Bug Fix: Fixes an issues where an error from an underlying SigV4 credential provider would not be surfaced from the SigV4a credential provider. Contribution by sakthipriyan-aqfer.
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.18.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.7.0
    • Feature: Amplify Studio UIBuilder is introducing forms functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms can then be generated in your project and used like any other React components.
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.14.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.17.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.16.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.17.0
    • Feature: This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations.
  • github.com/aws/aws-sdk-go-v2/service/codestar: v1.12.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/codestarnotifications: v1.12.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.14.0
    • Feature: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.20.0

... (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 0.24.0 to 1.16.15.
- [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@v0.24.0...v1.16.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 19, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2022

Superseded by #73.

@dependabot dependabot bot closed this Sep 26, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.16.15 branch September 26, 2022 14:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant