fix(deps): Update module github.com/aws/aws-sdk-go-v2/config to v1.32.17 (main) - #21751
Merged
Merged
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate-sh-app
Bot
force-pushed
the
deps-update/main-github.comawsaws-sdk-go-v2config
branch
5 times, most recently
from
May 5, 2026 13:07
a6130c7 to
42ed482
Compare
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
force-pushed
the
deps-update/main-github.comawsaws-sdk-go-v2config
branch
from
May 6, 2026 06:02
42ed482 to
efa430f
Compare
chaudum
approved these changes
May 6, 2026
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>
This was referenced May 20, 2026
This was referenced Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.32.16→v1.32.17Configuration
📅 Schedule: (UTC)
🚦 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.
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 cachePutlogic (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 refreshesgo.sum/vendor/modules.txtaccordingly.Vendored
github.com/aws/smithy-gois bumped tov1.25.1, including a bug fix that updates the LRU cachePutimplementation 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.