fix(deps): update aws-sdk-go-v2 monorepo #199

Merged
renovate merged 1 commits from renovate/aws-sdk-go-v2-monorepo into main 2026-08-31 02:40:21 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go-v2 v1.45.0v1.45.1 age confidence
github.com/aws/aws-sdk-go-v2/config v1.33.0v1.33.1 age confidence
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.4.0v0.4.1 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 v1.109.0v1.109.1 age confidence

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.45.1

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.45.1
    • Bug Fix: Fix internal timeout gate to not depend on env opt-in.
  • github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager: v0.4.1
    • Bug Fix: Fix DownloadObject bug so parts can be read to correct offset regardless of parts sizes change
    • Bug Fix: Fix GetObject bug so object parts can be read to correct offset regardless of parts sizes change

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `v1.45.0` → `v1.45.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2/v1.45.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2/v1.45.0/v1.45.1?slim=true) | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `v1.33.0` → `v1.33.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.33.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.33.0/v1.33.1?slim=true) | | [github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager](https://github.com/aws/aws-sdk-go-v2) | `v0.4.0` → `v0.4.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2ftransfermanager/v0.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2ftransfermanager/v0.4.0/v0.4.1?slim=true) | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `v1.109.0` → `v1.109.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.109.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.109.0/v1.109.1?slim=true) | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary> ### [`v1.45.1`](https://github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2026-08-28) #### General Highlights - **Dependency Update**: Updated to the latest SDK module versions #### Module Highlights - `github.com/aws/aws-sdk-go-v2`: v1.45.1 - **Bug Fix**: Fix internal timeout gate to not depend on env opt-in. - `github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager`: [v0.4.1](feature/s3/transfermanager/CHANGELOG.md#v041-2026-08-28) - **Bug Fix**: Fix DownloadObject bug so parts can be read to correct offset regardless of parts sizes change - **Bug Fix**: Fix GetObject bug so object parts can be read to correct offset regardless of parts sizes change </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDQuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2026-08-31 02:35:42 +00:00
fix(deps): update aws-sdk-go-v2 monorepo
storage / test (push) Skipped
storage / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
storage / test (pull_request) Successful in 46s
storage / vulnerabilities (pull_request) Successful in 55s
pre-commit / pre-commit (pull_request) Successful in 2m31s
a2de0d5b4d
renovate scheduled this pull request to auto merge when all checks succeed 2026-08-31 02:35:44 +00:00
renovate merged commit 98e61090eb into main 2026-08-31 02:40:21 +00:00
renovate deleted branch renovate/aws-sdk-go-v2-monorepo 2026-08-31 02:40:22 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/storage#199