Skip to content

fix(deps): Update module github.com/aws/aws-sdk-go-v2/config to v1.32.17 (main) - #21751

Merged
chaudum merged 1 commit into
mainfrom
deps-update/main-github.comawsaws-sdk-go-v2config
May 6, 2026
Merged

fix(deps): Update module github.com/aws/aws-sdk-go-v2/config to v1.32.17 (main)#21751
chaudum merged 1 commit into
mainfrom
deps-update/main-github.comawsaws-sdk-go-v2config

Conversation

@renovate-sh-app

@renovate-sh-app renovate-sh-app Bot commented May 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go-v2/config v1.32.16v1.32.17 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.


Note

Medium Risk
Primarily a dependency/vendor update, but it changes behavior in smithy-go's private LRU cache Put logic (to update existing keys), which could subtly affect AWS client caching/runtime behavior.

Overview
Updates AWS Go SDK v2 dependencies (aws, config, credentials, and related internal/service modules) to their next patch versions and refreshes go.sum/vendor/modules.txt accordingly.

Vendored github.com/aws/smithy-go is bumped to v1.25.1, including a bug fix that updates the LRU cache Put implementation to overwrite/move-to-front on existing keys (addressing a memory leak noted in the upstream changelog).

Reviewed by Cursor Bugbot for commit efa430f. Bugbot is set up for automated code reviews on this repo. Configure here.

@renovate-sh-app

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2 v1.41.6 -> v1.41.7
github.com/aws/aws-sdk-go-v2/credentials v1.19.15 -> v1.19.16
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.23 -> v1.4.24
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.8 -> v1.13.9
github.com/aws/aws-sdk-go-v2/service/signin v1.0.10 -> v1.0.11
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.20 -> v1.35.21
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.22 -> v1.18.23
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.22 -> v1.4.23
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.22 -> v2.7.23
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.22 -> v1.13.23
github.com/aws/aws-sdk-go-v2/service/sso v1.30.16 -> v1.30.17
github.com/aws/aws-sdk-go-v2/service/sts v1.42.0 -> v1.42.1
github.com/aws/smithy-go v1.25.0 -> v1.25.1
@renovate-sh-app
renovate-sh-app Bot force-pushed the deps-update/main-github.comawsaws-sdk-go-v2config branch 5 times, most recently from a6130c7 to 42ed482 Compare May 5, 2026 13:07
@chaudum
chaudum enabled auto-merge (squash) May 6, 2026 05:58
| datasource | package                             | from     | to       |
| ---------- | ----------------------------------- | -------- | -------- |
| go         | github.com/aws/aws-sdk-go-v2/config | v1.32.16 | v1.32.17 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@chaudum
chaudum force-pushed the deps-update/main-github.comawsaws-sdk-go-v2config branch from 42ed482 to efa430f Compare May 6, 2026 06:02
@chaudum
chaudum merged commit b729126 into main May 6, 2026
86 checks passed
@chaudum
chaudum deleted the deps-update/main-github.comawsaws-sdk-go-v2config branch May 6, 2026 06:11
sophiewaldman pushed a commit that referenced this pull request May 15, 2026
….17 (main) (#21751)

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment