Skip to content

build(deps): bump the aws-sdks group across 1 directory with 30 updates#50210

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/aws-sdks-33cc5a91a6
Open

build(deps): bump the aws-sdks group across 1 directory with 30 updates#50210
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/aws-sdks-33cc5a91a6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the aws-sdks group with 16 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.32.13 1.32.17
github.com/aws/aws-sdk-go-v2/service/cloudwatch 1.45.2 1.57.0
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs 1.65.0 1.73.0
github.com/aws/aws-sdk-go-v2/service/costexplorer 1.51.1 1.63.8
github.com/aws/aws-sdk-go-v2/service/ec2 1.296.0 1.301.0
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 1.45.4 1.54.12
github.com/aws/aws-sdk-go-v2/service/iam 1.42.1 1.53.10
github.com/aws/aws-sdk-go-v2/service/organizations 1.38.4 1.51.3
github.com/aws/aws-sdk-go-v2/service/rds 1.117.0 1.118.2
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi 1.26.5 1.31.12
github.com/aws/aws-sdk-go-v2/service/s3 1.98.0 1.101.0
github.com/aws/aws-sdk-go-v2/service/sqs 1.38.7 1.42.27
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.79 1.22.18
github.com/aws/aws-sdk-go-v2/service/apigateway 1.31.3 1.39.3
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 1.28.3 1.34.3
github.com/aws/aws-sdk-go-v2/service/health 1.30.3 1.37.6

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.13 to 1.32.17

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.13 to 1.19.16

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.45.2 to 1.57.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.65.0 to 1.73.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/costexplorer from 1.51.1 to 1.63.8

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.296.0 to 1.301.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.45.4 to 1.54.12

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.42.1 to 1.53.10

Commits

Updates github.com/aws/aws-sdk-go-v2/service/organizations from 1.38.4 to 1.51.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.117.0 to 1.118.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi from 1.26.5 to 1.31.12

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.98.0 to 1.101.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sqs from 1.38.7 to 1.42.27

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.41.10 to 1.42.1

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.18.21 to 1.18.23

Changelog

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

Release (2023-05-04)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.26.0
    • Feature: Adds support for filtering by metric names in CloudWatch Metric Streams.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.32.0
    • Feature: Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.54.1
    • Documentation: Remove unused InvalidParameterException from CreateParticipant API
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.27.0
    • Feature: Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
  • github.com/aws/aws-sdk-go-v2/service/networkfirewall: v1.28.0
    • Feature: This release adds support for the Suricata REJECT option in midstream exception configurations.
  • github.com/aws/aws-sdk-go-v2/service/opensearch: v1.17.0
    • Feature: DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain
  • github.com/aws/aws-sdk-go-v2/service/quicksight: v1.35.0
    • Feature: Add support for Topic, Dataset parameters and VPC
  • github.com/aws/aws-sdk-go-v2/service/rekognition: v1.27.0
    • Feature: This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of ["ALL"]), which can reduce response time.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.33.1
    • Documentation: Documentation updates for Amazon S3
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.77.0
    • Feature: We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models.
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.31.0
    • Feature: Add support for Finding History.
  • github.com/aws/aws-sdk-go-v2/service/sqs: v1.21.0
    • Feature: This release enables customers to call SQS using AWS JSON-1.0 protocol.

Release (2023-05-03)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.20.0
    • Feature: Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.96.0
    • Feature: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
  • github.com/aws/aws-sdk-go-v2/service/inspector2: v1.12.0
    • Feature: This feature provides deep inspection for linux based instance
  • github.com/aws/aws-sdk-go-v2/service/iottwinmaker: v1.12.0
    • Feature: This release adds a field for GetScene API to return error code and message from dependency services.
  • github.com/aws/aws-sdk-go-v2/service/networkfirewall: v1.27.0
    • Feature: AWS Network Firewall now supports policy level HOME_NET variable overrides.
  • github.com/aws/aws-sdk-go-v2/service/opensearch: v1.16.0
    • Feature: Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.
  • github.com/aws/aws-sdk-go-v2/service/wellarchitected: v1.20.0
    • Feature: This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery.

Release (2023-05-02)

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.79 to 1.22.18

Commits

Updates github.com/aws/aws-sdk-go-v2/service/apigateway from 1.31.3 to 1.39.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/apigatewayv2 from 1.28.3 to 1.34.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/health from 1.30.3 to 1.37.6

Commits

Updates github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.7.8 to 1.7.10

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/configsources from 1.4.21 to 1.4.23

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 from 2.7.21 to 2.7.23

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/v4a from 1.4.22 to 1.4.24

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from 1.13.7 to 1.13.9

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/checksum from 1.9.13 to 1.9.15

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/presigned-url from 1.13.21 to 1.13.23

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/s3shared from 1.19.21 to 1.19.23

Commits

Updates github.com/aws/aws-sdk-go-v2/service/signin from 1.0.9 to 1.0.11

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sso from 1.30.14 to 1.30.17

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssooidc from 1.35.18 to 1.35.21

Commits

@dependabot dependabot Bot added automation dependabot GitHub Dependabot labels Apr 20, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 20, 2026 12:32
@botelastic botelastic Bot added the needs_team Indicates that the issue/PR needs a Team:* label label Apr 20, 2026
@botelastic
Copy link
Copy Markdown

botelastic Bot commented Apr 20, 2026

This pull request doesn't have a Team:<team> label.

@github-actions
Copy link
Copy Markdown
Contributor

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)
  • /test : Run the Buildkite pipeline.

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 20, 2026

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @dependabot[bot]? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 21, 2026

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/aws-sdks-33cc5a91a6 upstream/dependabot/go_modules/aws-sdks-33cc5a91a6
git merge upstream/main
git push upstream dependabot/go_modules/aws-sdks-33cc5a91a6

@dependabot dependabot Bot force-pushed the dependabot/go_modules/aws-sdks-33cc5a91a6 branch 2 times, most recently from 12c32d4 to 328e9da Compare April 21, 2026 15:20
@github-actions

This comment has been minimized.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/aws-sdks-33cc5a91a6 branch 2 times, most recently from 226114c to 5863ef6 Compare April 23, 2026 11:01
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Apr 24, 2026

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/aws-sdks-33cc5a91a6 upstream/dependabot/go_modules/aws-sdks-33cc5a91a6
git merge upstream/main
git push upstream dependabot/go_modules/aws-sdks-33cc5a91a6

@dependabot dependabot Bot force-pushed the dependabot/go_modules/aws-sdks-33cc5a91a6 branch from fced231 to 33e8b02 Compare April 24, 2026 10:58
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/aws-sdks-33cc5a91a6 branch from 93a5a62 to 9ef3072 Compare April 24, 2026 11:39
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/aws-sdks-33cc5a91a6 branch 3 times, most recently from 20688d6 to d5a1f6c Compare April 30, 2026 11:03
@github-actions

This comment has been minimized.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/aws-sdks-33cc5a91a6 branch 2 times, most recently from 046792a to 8418975 Compare May 4, 2026 13:13
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/aws-sdks-33cc5a91a6 branch 2 times, most recently from 8466cd1 to 3179ac7 Compare May 6, 2026 11:03
@github-actions

This comment has been minimized.

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented May 6, 2026

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b dependabot/go_modules/aws-sdks-33cc5a91a6 upstream/dependabot/go_modules/aws-sdks-33cc5a91a6
git merge upstream/main
git push upstream dependabot/go_modules/aws-sdks-33cc5a91a6

@dependabot dependabot Bot force-pushed the dependabot/go_modules/aws-sdks-33cc5a91a6 branch from a3f459a to 97d2782 Compare May 6, 2026 16:01
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/aws-sdks-33cc5a91a6 branch from db1899a to 4023c50 Compare May 7, 2026 11:01
@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

TL;DR

x-pack/metricbeat FIPS-only integration failed because the cockroachdb module run returned an error and Mage aborted with Error: failed modules: cockroachdb. The captured step log does not include the underlying test/runner error, so the immediate action is to inspect the CockroachDB test artifacts (or rerun that module with verbose logs) to identify the concrete failing assertion/setup error.

Remediation

  • Re-run only the failing module with verbose output to surface the hidden error:
    cd x-pack/metricbeat && MODULE=cockroachdb mage -v goFIPSOnlyIntegTest
  • Inspect Buildkite artifacts from this failed step, especially:
    x-pack/metricbeat/build/TEST-go-integration-cockroachdb.out.json and x-pack/metricbeat/build/TEST-go-integration-cockroachdb.xml.
  • If rerun passes unchanged, treat this as transient integration infrastructure flake (container startup/readiness) and retry the CI job.
Investigation details

Root Cause

The failure is emitted by Mage’s module-level integration runner aggregation, not by a compile error:

  • dev-tools/mage/gotest.go:327 prints module-specific failure: "Error: failed to run integration tests for module %s:"
  • dev-tools/mage/gotest.go:336 returns final error: "failed modules: %s"

The Buildkite log shows exactly that aggregated failure for cockroachdb:

  • /tmp/gh-aw/buildkite-logs/beats-xpack-metricbeat-ubuntu-x-packmetricbeat-go-fips140only-integration-tests-mod.txt:21Error: failed modules: cockroachdb
  • /tmp/gh-aw/buildkite-logs/beats-xpack-metricbeat-ubuntu-x-packmetricbeat-go-fips140only-integration-tests-mod.txt:26user command error: exit status 1

CockroachDB integration test entrypoint is here:

  • x-pack/metricbeat/module/cockroachdb/status/status_integration_test.go:31-38 (compose.EnsureUp(t, "cockroachdb"), then fetch/assert path)

Evidence

  • Build: https://buildkite.com/elastic/beats/builds/45563
  • Job/step: :ubuntu: x-pack/metricbeat: Go fips140=only Integration Tests (Module)
  • Key log excerpt:
    >> go test: Integration-tomcat Test Passed
    Error: failed modules: cockroachdb
    🚨 Error: The command exited with status 1
    user command error: exit status 1
    

Verification

  • Not run locally in this environment (Docker-backed integration dependency not available here).

Follow-up

  • If artifact JSON/XML shows an app-level assertion failure, patch that test/module accordingly.
  • If artifact only shows startup/connectivity failure around compose.EnsureUp, increase readiness tolerance or retry logic for the CockroachDB integration container in CI.

Note

🔒 Integrity filter blocked 2 items

The following items were blocked because they don't meet the GitHub integrity level.

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

What is this? | From workflow: PR Buildkite Detective

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

Bumps the aws-sdks group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.13` | `1.32.17` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatch](https://github.com/aws/aws-sdk-go-v2) | `1.45.2` | `1.57.0` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) | `1.65.0` | `1.73.0` |
| [github.com/aws/aws-sdk-go-v2/service/costexplorer](https://github.com/aws/aws-sdk-go-v2) | `1.51.1` | `1.63.8` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.296.0` | `1.301.0` |
| [github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2](https://github.com/aws/aws-sdk-go-v2) | `1.45.4` | `1.54.12` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.53.10` |
| [github.com/aws/aws-sdk-go-v2/service/organizations](https://github.com/aws/aws-sdk-go-v2) | `1.38.4` | `1.51.3` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.117.0` | `1.118.2` |
| [github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi](https://github.com/aws/aws-sdk-go-v2) | `1.26.5` | `1.31.12` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.98.0` | `1.101.0` |
| [github.com/aws/aws-sdk-go-v2/service/sqs](https://github.com/aws/aws-sdk-go-v2) | `1.38.7` | `1.42.27` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.79` | `1.22.18` |
| [github.com/aws/aws-sdk-go-v2/service/apigateway](https://github.com/aws/aws-sdk-go-v2) | `1.31.3` | `1.39.3` |
| [github.com/aws/aws-sdk-go-v2/service/apigatewayv2](https://github.com/aws/aws-sdk-go-v2) | `1.28.3` | `1.34.3` |
| [github.com/aws/aws-sdk-go-v2/service/health](https://github.com/aws/aws-sdk-go-v2) | `1.30.3` | `1.37.6` |



Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.13 to 1.32.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.13...config/v1.32.17)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.13 to 1.19.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.13...credentials/v1.19.16)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudwatch` from 1.45.2 to 1.57.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.45.2...service/s3/v1.57.0)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs` from 1.65.0 to 1.73.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.65.0...service/s3/v1.73.0)

Updates `github.com/aws/aws-sdk-go-v2/service/costexplorer` from 1.51.1 to 1.63.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.51.1...service/workspaces/v1.63.8)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.296.0 to 1.301.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.296.0...service/ec2/v1.301.0)

Updates `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2` from 1.45.4 to 1.54.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/kms/v1.45.4...service/polly/v1.54.12)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.42.1 to 1.53.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.42.1...service/ecs/v1.53.10)

Updates `github.com/aws/aws-sdk-go-v2/service/organizations` from 1.38.4 to 1.51.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.4...service/s3/v1.51.3)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.117.0 to 1.118.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.117.0...service/rds/v1.118.2)

Updates `github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi` from 1.26.5 to 1.31.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.26.5...config/v1.31.12)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.98.0 to 1.101.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.98.0...service/s3/v1.101.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sqs` from 1.38.7 to 1.42.27
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.38.7...service/sqs/v1.42.27)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.41.10 to 1.42.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.41.10...service/s3/v1.42.1)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.18.21 to 1.18.23
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.23/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.21...config/v1.18.23)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.79 to 1.22.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.17.79...feature/s3/manager/v1.22.18)

Updates `github.com/aws/aws-sdk-go-v2/service/apigateway` from 1.31.3 to 1.39.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.31.3...v1.39.3)

Updates `github.com/aws/aws-sdk-go-v2/service/apigatewayv2` from 1.28.3 to 1.34.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.3...service/mq/v1.34.3)

Updates `github.com/aws/aws-sdk-go-v2/service/health` from 1.30.3 to 1.37.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...service/acm/v1.37.6)

Updates `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.7.8 to 1.7.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.7.8...service/account/v1.7.10)

Updates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.4.21 to 1.4.23
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/v4a/v1.4.21...internal/v4a/v1.4.23)

Updates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.7.21 to 2.7.23
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/endpoints/v2.7.21...internal/endpoints/v2.7.23)

Updates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.4.22 to 1.4.24
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/v4a/v1.4.22...internal/v4a/v1.4.24)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding` from 1.13.7 to 1.13.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.13.7...service/mq/v1.13.9)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/checksum` from 1.9.13 to 1.9.15
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/grafana/v1.9.13...service/grafana/v1.9.15)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url` from 1.13.21 to 1.13.23
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.13.21...credentials/v1.13.23)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/s3shared` from 1.19.21 to 1.19.23
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/codebuild/v1.19.21...service/simspaceweaver/v1.19.23)

Updates `github.com/aws/aws-sdk-go-v2/service/signin` from 1.0.9 to 1.0.11
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.0.9...internal/v4a/v1.0.11)

Updates `github.com/aws/aws-sdk-go-v2/service/sso` from 1.30.14 to 1.30.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/acm/v1.30.14...service/acm/v1.30.17)

Updates `github.com/aws/aws-sdk-go-v2/service/ssooidc` from 1.35.18 to 1.35.21
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/pi/v1.35.18...service/pi/v1.35.21)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
  dependency-version: 1.7.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-version: 1.18.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.22.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/configsources
  dependency-version: 1.4.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
  dependency-version: 2.7.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/v4a
  dependency-version: 1.4.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/apigateway
  dependency-version: 1.39.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/apigatewayv2
  dependency-version: 1.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatch
  dependency-version: 1.56.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
  dependency-version: 1.69.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/costexplorer
  dependency-version: 1.63.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.297.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2
  dependency-version: 1.54.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/health
  dependency-version: 1.37.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-version: 1.53.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
  dependency-version: 1.13.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/checksum
  dependency-version: 1.9.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
  dependency-version: 1.13.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/s3shared
  dependency-version: 1.19.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/organizations
  dependency-version: 1.51.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-version: 1.118.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi
  dependency-version: 1.31.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.99.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/signin
  dependency-version: 1.0.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sqs
  dependency-version: 1.42.26
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sso
  dependency-version: 1.30.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssooidc
  dependency-version: 1.35.20
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdks
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdks
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/aws-sdks-33cc5a91a6 branch from c8446d0 to b6cb703 Compare May 8, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation dependabot GitHub Dependabot needs_team Indicates that the issue/PR needs a Team:* label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants