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 the aws-sdk-go-v2 group across 1 directory with 16 updates #811

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the aws-sdk-go-v2 group with 14 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.32.8 1.36.3
github.com/aws/aws-sdk-go-v2/config 1.28.10 1.29.8
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling 1.34.5 1.35.0
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs 1.45.3 1.46.0
github.com/aws/aws-sdk-go-v2/service/codedeploy 1.29.10 1.30.0
github.com/aws/aws-sdk-go-v2/service/ecr 1.38.3 1.42.0
github.com/aws/aws-sdk-go-v2/service/ecs 1.53.4 1.54.0
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 1.43.4 1.44.0
github.com/aws/aws-sdk-go-v2/service/iam 1.38.4 1.40.0
github.com/aws/aws-sdk-go-v2/service/s3 1.72.2 1.78.0
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.34.10 1.35.0
github.com/aws/aws-sdk-go-v2/service/servicediscovery 1.34.3 1.35.0
github.com/aws/aws-sdk-go-v2/service/ssm 1.56.4 1.57.1
github.com/aws/aws-sdk-go-v2/service/vpclattice 1.13.4 1.14.0

Updates github.com/aws/aws-sdk-go-v2 from 1.32.8 to 1.36.3

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.28.10 to 1.29.8

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.51 to 1.17.61

Commits

Updates github.com/aws/aws-sdk-go-v2/service/applicationautoscaling from 1.34.5 to 1.35.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.45.3 to 1.46.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/codedeploy from 1.29.10 to 1.30.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.38.3 to 1.42.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecs from 1.53.4 to 1.54.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.43.4 to 1.44.0

Commits
  • fa3ee1a Release 2023-11-21
  • 6e0c553 Regenerated Clients
  • 32fa00b Update endpoints model
  • 72eae5c Update API model
  • 1c69d08 fix: don't expect response to be json in endpointcreds provider (#2381)
  • 3bd97c0 fix: don't send 0 max items for object version and multipart upload paginator...
  • b3e07aa Release 2023-11-20
  • 2fc1c0d Regenerated Clients
  • 1a6bd02 Update endpoints model
  • ac2c871 Update API model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.38.4 to 1.40.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.2 to 1.78.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.34.10 to 1.35.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/servicediscovery from 1.34.3 to 1.35.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssm from 1.56.4 to 1.57.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.33.6 to 1.33.16

Commits

Updates github.com/aws/aws-sdk-go-v2/service/vpclattice from 1.13.4 to 1.14.0

Changelog

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

Release (2022-02-24)

General Highlights

  • Feature: Adds RetryMaxAttempts and RetryMod to API client Options. This allows the API clients' default Retryer to be configured from the shared configuration files or environment variables. Adding a new Retry mode of Adaptive. Adaptive retry mode is an experimental mode, adding client rate limiting when throttles reponses are received from an API. See retry.AdaptiveMode for more details, and configuration options.
  • Feature: Updated github.com/aws/smithy-go to latest version
  • Bug Fix: Fixes the AWS Sigv4 signer to trim header value's whitespace when computing the canonical headers block of the string to sign.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.14.0
    • Feature: Add new AdaptiveMode retryer to aws/retry package. This new retryer uses dynamic token bucketing with client ratelimiting when throttle responses are received.
    • Feature: Adds new interface aws.RetryerV2, replacing aws.Retryer and deprecating the GetInitialToken method in favor of GetAttemptToken so Context can be provided. The SDK will use aws.RetryerV2 internally. Wrapping aws.Retryers as aws.RetryerV2 automatically.
  • github.com/aws/aws-sdk-go-v2/config: v1.14.0
    • Feature: Adds support for loading RetryMaxAttempts and RetryMod from the environment and shared configuration files. These parameters drive how the SDK's API client will initialize its default retryer, if custome retryer has not been specified. See config module and aws.Config for more information about and how to use these new options.
    • Feature: Adds support for the ca_bundle parameter in shared config and credentials files. The usage of the file is the same as environment variable, AWS_CA_BUNDLE, but sourced from shared config. Fixes #1589
  • github.com/aws/aws-sdk-go-v2/credentials: v1.9.0
    • Feature: Adds support for SourceIdentity to stscreds.AssumeRoleProvider #1588. Fixes #1575
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.7.0
    • Feature: Fixes #645, #411 by adding support for (un)marshaling AttributeValue maps to Go maps key types of string, number, bool, and types implementing encoding.Text(un)Marshaler interface
    • Bug Fix: Fixes #1569 inconsistent serialization of Go struct field names
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression: v1.4.0
    • Feature: Add support for expression names with dots via new NameBuilder function NameNoDotSplit, related to aws/aws-sdk-go#2570
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.7.0
    • Feature: Fixes #645, #411 by adding support for (un)marshaling AttributeValue maps to Go maps key types of string, number, bool, and types implementing encoding.Text(un)Marshaler interface
    • Bug Fix: Fixes #1569 inconsistent serialization of Go struct field names
  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.14.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/account: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.15.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/alexaforbusiness: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.10.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.14.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.11.0

... (truncated)

Commits
  • 7653643 Release 2022-02-24
  • 78b771e Update smithy-go dependency version
  • c214cb6 DefaultsMode Documentation Fixes (#1599)
  • 07719a1 Add support for trailing checksum (#1600)
  • 4e87627 Update SDK's API clients from latest models (#1598)
  • 60c5fb5 Fixup make task, removing unused endpoint prefix task (#1597)
  • b7ee4d6 config: Add support for SharedConfig file ca_bundle parameter (#1593)
  • 60feb1d Bump SDK's dependencies (#1596)
  • aa5938d Adds support for SourceIdentity to stscreds.AssumeRoleProvider (#1588)
  • d5c2270 Fix AttributeValue marshaling and names in expressions (#1590)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws-sdk-go-v2 group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.8` | `1.36.3` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.10` | `1.29.8` |
| [github.com/aws/aws-sdk-go-v2/service/applicationautoscaling](https://github.com/aws/aws-sdk-go-v2) | `1.34.5` | `1.35.0` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) | `1.45.3` | `1.46.0` |
| [github.com/aws/aws-sdk-go-v2/service/codedeploy](https://github.com/aws/aws-sdk-go-v2) | `1.29.10` | `1.30.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.38.3` | `1.42.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecs](https://github.com/aws/aws-sdk-go-v2) | `1.53.4` | `1.54.0` |
| [github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2](https://github.com/aws/aws-sdk-go-v2) | `1.43.4` | `1.44.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.38.4` | `1.40.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.72.2` | `1.78.0` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.34.10` | `1.35.0` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2) | `1.34.3` | `1.35.0` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.56.4` | `1.57.1` |
| [github.com/aws/aws-sdk-go-v2/service/vpclattice](https://github.com/aws/aws-sdk-go-v2) | `1.13.4` | `1.14.0` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.32.8 to 1.36.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.8...v1.36.3)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.10 to 1.29.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.10...config/v1.29.8)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.51 to 1.17.61
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.51...credentials/v1.17.61)

Updates `github.com/aws/aws-sdk-go-v2/service/applicationautoscaling` from 1.34.5 to 1.35.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/sqs/v1.34.5...v1.35.0)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs` from 1.45.3 to 1.46.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.45.3...service/s3/v1.46.0)

Updates `github.com/aws/aws-sdk-go-v2/service/codedeploy` from 1.29.10 to 1.30.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/pi/v1.29.10...v1.30.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.38.3 to 1.42.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.3...service/s3/v1.42.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ecs` from 1.53.4 to 1.54.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.53.4...service/s3/v1.54.0)

Updates `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2` from 1.43.4 to 1.44.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/fsx/v1.43.4...service/s3/v1.44.0)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.38.4 to 1.40.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.4...service/s3/v1.40.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.72.2 to 1.78.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.72.2...service/s3/v1.78.0)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.34.10 to 1.35.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/efs/v1.34.10...v1.35.0)

Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.34.3 to 1.35.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/emr/v1.34.3...v1.35.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ssm` from 1.56.4 to 1.57.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/eks/v1.56.4...service/s3/v1.57.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.6 to 1.33.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/sfn/v1.33.6...service/sns/v1.33.16)

Updates `github.com/aws/aws-sdk-go-v2/service/vpclattice` from 1.13.4 to 1.14.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.14.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.13.4...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/applicationautoscaling
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/codedeploy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicediscovery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/vpclattice
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
...

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 Mar 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2025

Superseded by #812.

@dependabot dependabot bot closed this Mar 10, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/v2/aws-sdk-go-v2-e9da7168c7 branch March 10, 2025 01:31
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.

0 participants