Update all dependencies #17

Merged
bot-ci merged 1 commit from renovate/all-dependencies into main 2026-04-30 07:31:35 +00:00
Owner

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
github.com/aws/aws-sdk-go-v2/credentials v1.19.15v1.19.16 age confidence
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.1.18v0.1.19 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 v1.100.0v1.100.1 age confidence

Release Notes

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

v1.100.1

General Highlights

  • Dependency Update: Update to smithy-go v1.25.1.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/account: v1.31.0
    • Feature: Adds AccountState in the response for the GetAccountInformation API. Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentcore: v1.23.0
    • Feature: Adds batch evaluation for running evaluators against multiple agent sessions with server-side orchestration, AI-powered recommendations for optimizing system prompts and tool descriptions, and AB testing with controlled traffic splitting and statistical significance reporting
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol: v1.33.0
    • Feature: Adds configuration bundles for versioned, immutable agent configuration snapshots with branch-based lineage
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.62.0
    • Feature: Amazon CloudFront now supports cache tag. Tag objects via response headers and invalidate all matching objects in a single request, replacing manual URL tracking and broad wildcards.
  • github.com/aws/aws-sdk-go-v2/service/deadline: v1.31.0
    • Feature: Adds support for rtx-pro-server-6000 GPU accelerator for service-managed fleets.
  • github.com/aws/aws-sdk-go-v2/service/ecr: v1.57.2
    • Documentation: Removes support for registry policy V1
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.54.0
    • Feature: Amazon GameLift Servers adds a new DescribeContainerGroupPortMappings API for container fleets, making it easy to discover which connection ports map to your container ports without needing to remotely access the compute.
  • github.com/aws/aws-sdk-go-v2/service/mediapackagev2: v1.37.0
    • Feature: This feature adds configuration for specifying SCTE marker handling and allow greater control over generated manifest and segment URIs
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.100.1
    • Bug Fix: Fix a memory leak in the credential cache used for S3 Express session credentials.
  • github.com/aws/aws-sdk-go-v2/service/transfer: v1.72.0
    • Feature: This launch will increase the limits for customers to list the contents from the remote directories from 10k to 200k.
  • github.com/aws/aws-sdk-go-v2/service/workspacesweb: v1.39.0
    • Feature: Allow admins to configure IPv6 ranges on IP Access Settings.

Configuration

📅 Schedule: (UTC)

  • 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 PR becomes conflicted, 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.

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/config](https://github.com/aws/aws-sdk-go-v2) | `v1.32.16` → `v1.32.17` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.32.17?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.32.16/v1.32.17?slim=true) | | [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `v1.19.15` → `v1.19.16` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.19.16?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.19.15/v1.19.16?slim=true) | | [github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager](https://github.com/aws/aws-sdk-go-v2) | `v0.1.18` → `v0.1.19` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2ftransfermanager/v0.1.19?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2ftransfermanager/v0.1.18/v0.1.19?slim=true) | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `v1.100.0` → `v1.100.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.100.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.100.0/v1.100.1?slim=true) | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/s3)</summary> ### [`v1.100.1`](https://github.com/aws/aws-sdk-go-v2/blob/HEAD/CHANGELOG.md#Release-2026-04-29) #### General Highlights - **Dependency Update**: Update to smithy-go v1.25.1. - **Dependency Update**: Updated to the latest SDK module versions #### Module Highlights - `github.com/aws/aws-sdk-go-v2/service/account`: [v1.31.0](service/account/CHANGELOG.md#v1310-2026-04-29) - **Feature**: Adds AccountState in the response for the GetAccountInformation API. Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes. - `github.com/aws/aws-sdk-go-v2/service/bedrockagentcore`: [v1.23.0](service/bedrockagentcore/CHANGELOG.md#v1230-2026-04-29) - **Feature**: Adds batch evaluation for running evaluators against multiple agent sessions with server-side orchestration, AI-powered recommendations for optimizing system prompts and tool descriptions, and AB testing with controlled traffic splitting and statistical significance reporting - `github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol`: [v1.33.0](service/bedrockagentcorecontrol/CHANGELOG.md#v1330-2026-04-29) - **Feature**: Adds configuration bundles for versioned, immutable agent configuration snapshots with branch-based lineage - `github.com/aws/aws-sdk-go-v2/service/cloudfront`: [v1.62.0](service/cloudfront/CHANGELOG.md#v1620-2026-04-29) - **Feature**: Amazon CloudFront now supports cache tag. Tag objects via response headers and invalidate all matching objects in a single request, replacing manual URL tracking and broad wildcards. - `github.com/aws/aws-sdk-go-v2/service/deadline`: [v1.31.0](service/deadline/CHANGELOG.md#v1310-2026-04-29) - **Feature**: Adds support for rtx-pro-server-6000 GPU accelerator for service-managed fleets. - `github.com/aws/aws-sdk-go-v2/service/ecr`: [v1.57.2](service/ecr/CHANGELOG.md#v1572-2026-04-29) - **Documentation**: Removes support for registry policy V1 - `github.com/aws/aws-sdk-go-v2/service/gamelift`: [v1.54.0](service/gamelift/CHANGELOG.md#v1540-2026-04-29) - **Feature**: Amazon GameLift Servers adds a new DescribeContainerGroupPortMappings API for container fleets, making it easy to discover which connection ports map to your container ports without needing to remotely access the compute. - `github.com/aws/aws-sdk-go-v2/service/mediapackagev2`: [v1.37.0](service/mediapackagev2/CHANGELOG.md#v1370-2026-04-29) - **Feature**: This feature adds configuration for specifying SCTE marker handling and allow greater control over generated manifest and segment URIs - `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.100.1](service/s3/CHANGELOG.md#v11001-2026-04-29) - **Bug Fix**: Fix a memory leak in the credential cache used for S3 Express session credentials. - `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.72.0](service/transfer/CHANGELOG.md#v1720-2026-04-29) - **Feature**: This launch will increase the limits for customers to list the contents from the remote directories from 10k to 200k. - `github.com/aws/aws-sdk-go-v2/service/workspacesweb`: [v1.39.0](service/workspacesweb/CHANGELOG.md#v1390-2026-04-29) - **Feature**: Allow admins to configure IPv6 ranges on IP Access Settings. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 PR becomes conflicted, 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](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update all dependencies
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
32e8b17416
Author
Owner

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

  • 15 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/aws/protocol/eventstream v1.7.9 -> v1.7.10
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/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/internal/checksum v1.9.14 -> v1.9.15
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/internal/s3shared v1.19.22 -> v1.19.23
github.com/aws/aws-sdk-go-v2/service/signin v1.0.10 -> v1.0.11
github.com/aws/aws-sdk-go-v2/service/sso v1.30.16 -> v1.30.17
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.20 -> v1.35.21
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
### ℹ️ 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): - 15 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/aws/protocol/eventstream` | `v1.7.9` -> `v1.7.10` | | `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/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/internal/checksum` | `v1.9.14` -> `v1.9.15` | | `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/internal/s3shared` | `v1.19.22` -> `v1.19.23` | | `github.com/aws/aws-sdk-go-v2/service/signin` | `v1.0.10` -> `v1.0.11` | | `github.com/aws/aws-sdk-go-v2/service/sso` | `v1.30.16` -> `v1.30.17` | | `github.com/aws/aws-sdk-go-v2/service/ssooidc` | `v1.35.20` -> `v1.35.21` | | `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` |
bot-ci merged commit 784ae3da1c into main 2026-04-30 07:31:35 +00:00
bot-ci deleted branch renovate/all-dependencies 2026-04-30 07:31:35 +00:00
bot-ci referenced this pull request from a commit 2026-04-30 07:31:35 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pandora/go.mirror!17
No description provided.