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

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/aws-sdk-go-v2-monorepo into main 2025-07-31 20:28:00 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-07-30 20:08:22 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go-v2 v1.37.0 -> v1.37.1 age confidence
github.com/aws/aws-sdk-go-v2/config v1.30.1 -> v1.30.2 age confidence
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.18.1 -> v1.18.2 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 v1.85.0 -> v1.85.1 age confidence

Release Notes

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

v1.37.1

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.37.1
    • Bug Fix: Include underlying error when retry token bucket is exhausted.
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.49.0
    • Feature: This release adds new origin timeout options: 1) ResponseCompletionTimeout and 2) OriginReadTimeout (for S3 origins)
  • github.com/aws/aws-sdk-go-v2/service/directoryservice: v1.33.0
    • Feature: This release adds support for AWS Managed Microsoft AD Hybrid Edition, introducing new operations: StartADAssessment, DescribeADAssessment, ListADAssessments, DeleteADAssessment, CreateHybridAD, UpdateHybridAD, and DescribeHybridADUpdate; and updated existing operation: DescribeDirectories.
  • github.com/aws/aws-sdk-go-v2/service/docdb: v1.43.0
    • Feature: Add support for setting Serverless Scaling Configuration on clusters.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.238.0
    • Feature: Release to show the next hop IP address for routes propagated by VPC Route Server into VPC route tables.
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.50.0
    • Feature: Added TxPowerIndexMin, TxPowerIndexMax, NbTransMin and NbTransMax params to ServiceProfile.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


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

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `v1.37.0` -> `v1.37.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2/v1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2/v1.37.0/v1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `v1.30.1` -> `v1.30.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.30.1/v1.30.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `v1.18.1` -> `v1.18.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.18.1/v1.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `v1.85.0` -> `v1.85.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.85.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.85.0/v1.85.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary> ### [`v1.37.1`](https://github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2025-07-30) [Compare Source](https://github.com/aws/aws-sdk-go-v2/compare/v1.37.0...v1.37.1) #### General Highlights - **Dependency Update**: Updated to the latest SDK module versions #### Module Highlights - `github.com/aws/aws-sdk-go-v2`: v1.37.1 - **Bug Fix**: Include underlying error when retry token bucket is exhausted. - `github.com/aws/aws-sdk-go-v2/service/cloudfront`: [v1.49.0](service/cloudfront/CHANGELOG.md#v1490-2025-07-30) - **Feature**: This release adds new origin timeout options: 1) ResponseCompletionTimeout and 2) OriginReadTimeout (for S3 origins) - `github.com/aws/aws-sdk-go-v2/service/directoryservice`: [v1.33.0](service/directoryservice/CHANGELOG.md#v1330-2025-07-30) - **Feature**: This release adds support for AWS Managed Microsoft AD Hybrid Edition, introducing new operations: StartADAssessment, DescribeADAssessment, ListADAssessments, DeleteADAssessment, CreateHybridAD, UpdateHybridAD, and DescribeHybridADUpdate; and updated existing operation: DescribeDirectories. - `github.com/aws/aws-sdk-go-v2/service/docdb`: [v1.43.0](service/docdb/CHANGELOG.md#v1430-2025-07-30) - **Feature**: Add support for setting Serverless Scaling Configuration on clusters. - `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.238.0](service/ec2/CHANGELOG.md#v12380-2025-07-30) - **Feature**: Release to show the next hop IP address for routes propagated by VPC Route Server into VPC route tables. - `github.com/aws/aws-sdk-go-v2/service/iotwireless`: [v1.50.0](service/iotwireless/CHANGELOG.md#v1500-2025-07-30) - **Feature**: Added TxPowerIndexMin, TxPowerIndexMax, NbTransMin and NbTransMax params to ServiceProfile. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This MR 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 MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Ni4zIiwidXBkYXRlZEluVmVyIjoiNDEuNDYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-07-30 20:08:22 +00:00 (Migrated from gitlab.com)

ℹ 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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/credentials v1.18.1 -> v1.18.2
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.0 -> v1.18.1
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.0 -> v1.4.1
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.0 -> v2.7.1
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.0 -> v1.4.1
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.0 -> v1.8.1
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.0 -> v1.13.1
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.0 -> v1.19.1
github.com/aws/aws-sdk-go-v2/service/sso v1.26.0 -> v1.26.1
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.31.0 -> v1.31.1
github.com/aws/aws-sdk-go-v2/service/sts v1.35.0 -> v1.35.1
### ℹ 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): - 11 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------------------------------------ | :--------------------- | | `github.com/aws/aws-sdk-go-v2/credentials` | `v1.18.1` -> `v1.18.2` | | `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` | `v1.18.0` -> `v1.18.1` | | `github.com/aws/aws-sdk-go-v2/internal/configsources` | `v1.4.0` -> `v1.4.1` | | `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` | `v2.7.0` -> `v2.7.1` | | `github.com/aws/aws-sdk-go-v2/internal/v4a` | `v1.4.0` -> `v1.4.1` | | `github.com/aws/aws-sdk-go-v2/service/internal/checksum` | `v1.8.0` -> `v1.8.1` | | `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url` | `v1.13.0` -> `v1.13.1` | | `github.com/aws/aws-sdk-go-v2/service/internal/s3shared` | `v1.19.0` -> `v1.19.1` | | `github.com/aws/aws-sdk-go-v2/service/sso` | `v1.26.0` -> `v1.26.1` | | `github.com/aws/aws-sdk-go-v2/service/ssooidc` | `v1.31.0` -> `v1.31.1` | | `github.com/aws/aws-sdk-go-v2/service/sts` | `v1.35.0` -> `v1.35.1` |
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-07-30 20:08:26 +00:00 (Migrated from gitlab.com)

mentioned in issue #4

mentioned in issue #4
argoyle (Migrated from gitlab.com) merged commit into main 2025-07-31 20:28:01 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/s3uploader#804