Skip to content

Bump the provider-sdk-dependencies group across 1 directory with 5 updates#1766

Merged
gardener-prow[bot] merged 1 commit intomasterfrom
dependabot/go_modules/provider-sdk-dependencies-95aa10a3f9
Apr 10, 2026
Merged

Bump the provider-sdk-dependencies group across 1 directory with 5 updates#1766
gardener-prow[bot] merged 1 commit intomasterfrom
dependabot/go_modules/provider-sdk-dependencies-95aa10a3f9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Bumps the provider-sdk-dependencies group with 4 updates in the / directory: github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2/service/ec2, github.com/aws/aws-sdk-go-v2/service/s3 and github.com/aws/smithy-go.

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.13 to 1.32.14

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.13 to 1.19.14

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.296.2 to 1.297.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.98.0 to 1.99.0

Commits

Updates github.com/aws/smithy-go from 1.24.2 to 1.24.3

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-04-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.3
    • Bug Fix: Add additional sigv4 configuration.
  • github.com/aws/smithy-go/aws-http-auth: v1.1.3
    • Bug Fix: Add additional sigv4 configuration.

Release (2026-02-27)

General Highlights

  • Dependency Update: Bump minimum go version to 1.24.

Release (2026-02-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.1
    • Feature: Add new middleware functions to get event stream output from middleware

Release (2025-12-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.0
    • Feature: Improve allocation footprint of the middleware stack. This should convey a ~10% reduction in allocations per SDK request.

Release (2025-11-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.2
    • Bug Fix: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.
    • Bug Fix: Avoid unnecessary allocation overhead from the metrics system when not in use.

Release (2025-10-15)

General Highlights

  • Dependency Update: Bump minimum go version to 1.23.
  • Dependency Update: Updated to the latest SDK module versions

... (truncated)

Commits

@dependabot dependabot Bot added area/compliance Compliance related kind/enhancement Enhancement, improvement, extension labels Apr 10, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 10, 2026 15:20
@gardener-prow gardener-prow Bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 10, 2026
@federated-github-access federated-github-access Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 10, 2026
@AndreasBurger AndreasBurger added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Apr 10, 2026
@gardener-prow gardener-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 10, 2026
@gardener-prow
Copy link
Copy Markdown

gardener-prow Bot commented Apr 10, 2026

LGTM label has been added.

DetailsGit tree hash: eedb96e21ac4040a5ff42353e6f29c1eb669b46a

@gardener-prow gardener-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 10, 2026
@AndreasBurger
Copy link
Copy Markdown
Member

/cla

@gardener-prow
Copy link
Copy Markdown

gardener-prow Bot commented Apr 10, 2026

Successfully reached out to cla-assistant.io to initialize recheck of PR #1766

@gardener-prow gardener-prow Bot added the cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. label Apr 10, 2026
…dates

Bumps the provider-sdk-dependencies group with 4 updates in the / directory: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/smithy-go](https://github.com/aws/smithy-go).


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.13 to 1.32.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.13...config/v1.32.14)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.13 to 1.19.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.13...credentials/v1.19.14)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.296.2 to 1.297.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.296.2...service/ec2/v1.297.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.98.0 to 1.99.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.98.0...service/s3/v1.99.0)

Updates `github.com/aws/smithy-go` from 1.24.2 to 1.24.3
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.24.2...v1.24.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: provider-sdk-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: provider-sdk-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.297.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: provider-sdk-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: provider-sdk-dependencies
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: provider-sdk-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/provider-sdk-dependencies-95aa10a3f9 branch from 2891f44 to 24c4abb Compare April 10, 2026 15:38
@gardener-prow gardener-prow Bot removed the lgtm Indicates that a PR is ready to be merged. label Apr 10, 2026
@AndreasBurger AndreasBurger self-requested a review April 10, 2026 15:39
@github-actions
Copy link
Copy Markdown
Contributor

This change updates multiple AWS SDK for Go v2 dependencies to their latest patch and minor versions, including core services like EC2, S3, and authentication components. The updates appear to be routine maintenance to incorporate bug fixes, security patches, and minor improvements from the AWS SDK ecosystem.

Walkthrough

  • Chore: Updated AWS SDK for Go v2 dependencies including config (v1.32.13→v1.32.14), credentials (v1.19.13→v1.19.14), EC2 service (v1.296.2→v1.297.0), S3 service (v1.98.0→v1.99.0), SSO services, and smithy-go core library (v1.24.2→v1.24.3). These maintenance updates ensure the application benefits from the latest AWS service improvements, bug fixes, and security enhancements without introducing breaking changes.

Model: claude-sonnet-4-20250514 | Prompt Tokens: 4618 | Completion Tokens: 206

@gardener-prow gardener-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 10, 2026
@gardener-prow
Copy link
Copy Markdown

gardener-prow Bot commented Apr 10, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AndreasBurger

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow
Copy link
Copy Markdown

gardener-prow Bot commented Apr 10, 2026

LGTM label has been added.

DetailsGit tree hash: e2cd06cd15afe5731b577fc68a22a173c1e09286

@gardener-prow gardener-prow Bot merged commit 305a917 into master Apr 10, 2026
28 checks passed
@gardener-prow gardener-prow Bot deleted the dependabot/go_modules/provider-sdk-dependencies-95aa10a3f9 branch April 10, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/compliance Compliance related cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. kind/enhancement Enhancement, improvement, extension lgtm Indicates that a PR is ready to be merged. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant