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

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/aws-sdk-go-v2-monorepo into main 2025-09-23 20:47:05 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-09-23 19:11: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.39.0 -> v1.39.1 age confidence
github.com/aws/aws-sdk-go-v2/config v1.31.9 -> v1.31.10 age confidence
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.19.7 -> v1.19.8 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.1 -> v1.88.2 age confidence

Release Notes

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

v1.39.1

Compare Source

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/bedrock: v1.0.0
    • Release: New AWS service client module
    • Feature: Model Invocation logging added to enable or disable logs in customer account. Model listing and description support added. Provisioned Throughput feature added. Custom model support added for creating custom models. Also includes list, and delete functions for custom model.
  • github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.0.0
    • Release: New AWS service client module
    • Feature: Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.
  • github.com/aws/aws-sdk-go-v2/service/budgets: v1.17.0
    • Feature: Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.122.0
    • Feature: Adds support for Customer Managed Key encryption for Amazon Verified Access resources
  • github.com/aws/aws-sdk-go-v2/service/iotfleetwise: v1.6.0
    • Feature: AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.108.0
    • Feature: Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector.
  • github.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntime: v1.18.0
    • Feature: Feature Store supports read/write of records with collection type features.
  • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.39.1
    • Documentation: Correct and improve the documentation for the FieldToMatch option JA3 fingerprint.

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 becomes conflicted, 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.39.0` -> `v1.39.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2/v1.39.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.39.0/v1.39.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.31.9` -> `v1.31.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.31.10?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.31.9/v1.31.10?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.19.7` -> `v1.19.8` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.19.8?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.19.7/v1.19.8?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.88.1` -> `v1.88.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.88.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%2fservice%2fs3/v1.88.1/v1.88.2?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.39.1`](https://github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2023-09-28) [Compare Source](https://github.com/aws/aws-sdk-go-v2/compare/v1.39.0...v1.39.1) #### Module Highlights - `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.0.0](service/bedrock/CHANGELOG.md#v100-2023-09-28) - **Release**: New AWS service client module - **Feature**: Model Invocation logging added to enable or disable logs in customer account. Model listing and description support added. Provisioned Throughput feature added. Custom model support added for creating custom models. Also includes list, and delete functions for custom model. - `github.com/aws/aws-sdk-go-v2/service/bedrockruntime`: [v1.0.0](service/bedrockruntime/CHANGELOG.md#v100-2023-09-28) - **Release**: New AWS service client module - **Feature**: Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode. - `github.com/aws/aws-sdk-go-v2/service/budgets`: [v1.17.0](service/budgets/CHANGELOG.md#v1170-2023-09-28) - **Feature**: Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000. - `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.122.0](service/ec2/CHANGELOG.md#v11220-2023-09-28) - **Feature**: Adds support for Customer Managed Key encryption for Amazon Verified Access resources - `github.com/aws/aws-sdk-go-v2/service/iotfleetwise`: [v1.6.0](service/iotfleetwise/CHANGELOG.md#v160-2023-09-28) - **Feature**: AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added. - `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.108.0](service/sagemaker/CHANGELOG.md#v11080-2023-09-28) - **Feature**: Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector. - `github.com/aws/aws-sdk-go-v2/service/sagemakerfeaturestoreruntime`: [v1.18.0](service/sagemakerfeaturestoreruntime/CHANGELOG.md#v1180-2023-09-28) - **Feature**: Feature Store supports read/write of records with collection type features. - `github.com/aws/aws-sdk-go-v2/service/wafv2`: [v1.39.1](service/wafv2/CHANGELOG.md#v1391-2023-09-28) - **Documentation**: Correct and improve the documentation for the FieldToMatch option JA3 fingerprint. </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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjcuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-09-23 19:11:23 +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.13 -> v1.18.14
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.7 -> v1.18.8
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.7 -> v1.4.8
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.7 -> v2.7.8
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.7 -> v1.4.8
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.7 -> v1.8.8
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.7 -> v1.13.8
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.7 -> v1.19.8
github.com/aws/aws-sdk-go-v2/service/sso v1.29.3 -> v1.29.4
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.34.5 -> v1.35.0
github.com/aws/aws-sdk-go-v2/service/sts v1.38.4 -> v1.38.5
### ℹ 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.13` -> `v1.18.14` | | `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` | `v1.18.7` -> `v1.18.8` | | `github.com/aws/aws-sdk-go-v2/internal/configsources` | `v1.4.7` -> `v1.4.8` | | `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` | `v2.7.7` -> `v2.7.8` | | `github.com/aws/aws-sdk-go-v2/internal/v4a` | `v1.4.7` -> `v1.4.8` | | `github.com/aws/aws-sdk-go-v2/service/internal/checksum` | `v1.8.7` -> `v1.8.8` | | `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url` | `v1.13.7` -> `v1.13.8` | | `github.com/aws/aws-sdk-go-v2/service/internal/s3shared` | `v1.19.7` -> `v1.19.8` | | `github.com/aws/aws-sdk-go-v2/service/sso` | `v1.29.3` -> `v1.29.4` | | `github.com/aws/aws-sdk-go-v2/service/ssooidc` | `v1.34.5` -> `v1.35.0` | | `github.com/aws/aws-sdk-go-v2/service/sts` | `v1.38.4` -> `v1.38.5` |
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-09-23 19:11:26 +00:00 (Migrated from gitlab.com)

mentioned in issue #4

mentioned in issue #4
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-09-23 20:10:10 +00:00 (Migrated from gitlab.com)

added 1 commit

  • edf4cffb - fix(deps): update aws-sdk-go-v2 monorepo

Compare with previous version

added 1 commit <ul><li>edf4cffb - fix(deps): update aws-sdk-go-v2 monorepo</li></ul> [Compare with previous version](/unboundsoftware/s3uploader/-/merge_requests/822/diffs?diff_id=1503049413&start_sha=13d8b22a8b672296902a5c0dab09aa09f8e85ca5)
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-09-23 20:10:12 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
argoyle commented 2025-09-23 20:47:05 +00:00 (Migrated from gitlab.com)

mentioned in commit 1eaa7a64ac

mentioned in commit 1eaa7a64ac3befd906b8d9b1fd7ea598141174e2
argoyle (Migrated from gitlab.com) merged commit 1eaa7a64ac into main 2025-09-23 20:47:05 +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#826