Skip to content

chore(deps): bump the aws-sdk group across 1 directory with 11 updates - #108

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/aws-sdk-764d13fa0e
Open

chore(deps): bump the aws-sdk group across 1 directory with 11 updates#108
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/aws-sdk-764d13fa0e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the aws-sdk group with 8 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.43.0 1.43.3
github.com/aws/aws-sdk-go-v2/config 1.32.22 1.32.34
github.com/aws/aws-sdk-go-v2/service/cloudformation 1.71.15 1.76.0
github.com/aws/aws-sdk-go-v2/service/ec2 1.308.0 1.318.1
github.com/aws/aws-sdk-go-v2/service/ecr 1.58.2 1.60.3
github.com/aws/aws-sdk-go-v2/service/iam 1.54.2 1.57.1
github.com/aws/aws-sdk-go-v2/service/lambda 1.92.1 1.101.1
github.com/aws/aws-sdk-go-v2/service/route53 1.65.2 1.65.5

Updates github.com/aws/aws-sdk-go-v2 from 1.43.0 to 1.43.3

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.22 to 1.32.34

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.21 to 1.19.33

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.71.15 to 1.76.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.308.0 to 1.318.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.58.2 to 1.60.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.54.2 to 1.57.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lambda from 1.92.1 to 1.101.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/route53 from 1.65.2 to 1.65.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.43.1 to 1.45.3

Commits

Updates github.com/aws/smithy-go from 1.27.3 to 1.27.6

Changelog

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

Release (2026-07-31)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.6
    • Bug Fix: Fix failure to deserialize any @httpPayload struct with a non-string member.
    • Bug Fix: Fix failure to serialize any @httpPayload struct with a nested struct.

Release (2026-07-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.5
    • Bug Fix: Fix a performance issue in awsQuery with large response payloads.

Release (2026-07-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.2.1
    • Bug Fix: Use r.URL.Host when r.Host is unset.
  • github.com/aws/smithy-go/aws-http-auth-schemes: v1.0.0
    • Release: Module github.com/aws/smithy-go/aws-http-auth-schemes adds generic smithy-go client support for AWS Sigv4 and Sigv4a.

Release (2026-06-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.3
    • Bug Fix: Fix bug in JSON doc encoder and endpoint host label format validation

Release (2026-06-05)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.2
    • Bug Fix: Fix incorrect serialization of unions in CBOR-based protocols.

Release (2026-06-04)

... (truncated)

Commits

Summary by CodeRabbit

  • Chores
    • Updated AWS SDK components and supporting libraries to newer versions.
    • Improved dependency consistency for load-balancing integrations.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 28, 2026
@openshift-ci

openshift-ci Bot commented Jul 28, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign ravitri for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift-online/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 78578083-39bc-4c08-9ff9-6b3c697fa6ca

📥 Commits

Reviewing files that changed from the base of the PR and between 1a96187 and 74bb969.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod
🚧 Files skipped from review as they are similar to previous changes (1)
  • go.mod

Walkthrough

The PR refreshes AWS SDK for Go v2 and Smithy dependencies in go.mod. It moves elasticloadbalancing and elasticloadbalancingv2 to direct requirements and removes their indirect entries.

Changes

AWS SDK dependency refresh

Layer / File(s) Summary
AWS SDK requirement alignment
go.mod
Direct AWS SDK and Smithy modules are upgraded. elasticloadbalancing and elasticloadbalancingv2 move to direct requirements. Indirect AWS SDK support modules are updated, and the previous indirect load-balancing entries are removed.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested reviewers: typeid

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the grouped AWS SDK dependency updates across one directory.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
No-Weak-Crypto ✅ Passed The PR changes only go.mod and go.sum; the diff adds no weak-crypto or comparison code. Existing SHA-1 OIDC thumbprint code is unchanged.
Container-Privileges ✅ Passed The PR changes only go.mod and go.sum; no privilege indicators occur in changed lines. The existing privileged compose setting is unchanged and outside this PR.
No-Sensitive-Data-In-Logs ✅ Passed The PR changes only go.mod and go.sum; added-line scanning found no logging APIs or sensitive-data handling.
No-Hardcoded-Secrets ✅ Passed The PR changes only go.mod and go.sum dependency metadata; scans found no credential assignments, embedded credentials, private keys, or secrets. Long base64 values are Go checksums.
No-Injection-Vectors ✅ Passed The PR changes only go.mod and go.sum. The diff contains dependency versions and checksums, with no SQL, shell, eval/exec, pickle, YAML, os.system, or HTML injection code.
Ai-Attribution ✅ Passed The PR has one Dependabot commit and no AI-tool mention; its only trailer is Signed-off-by, with no AI Co-Authored-By, Assisted-by, or Generated-by trailer.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/aws-sdk-764d13fa0e

Comment @coderabbitai help to get the list of available commands.

Bumps the aws-sdk group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.43.0` | `1.43.3` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.22` | `1.32.34` |
| [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) | `1.71.15` | `1.76.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.308.0` | `1.318.1` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.58.2` | `1.60.3` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.54.2` | `1.57.1` |
| [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) | `1.92.1` | `1.101.1` |
| [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2) | `1.65.2` | `1.65.5` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.43.0 to 1.43.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.0...v1.43.3)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.22 to 1.32.34
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.22...config/v1.32.34)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.21 to 1.19.33
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.21...credentials/v1.19.33)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudformation` from 1.71.15 to 1.76.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/cloudformation/v1.71.15...service/s3/v1.76.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.308.0 to 1.318.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.308.0...service/ec2/v1.318.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.58.2 to 1.60.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.58.2...service/ecr/v1.60.3)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.54.2 to 1.57.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.54.2...service/s3/v1.57.1)

Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.92.1 to 1.101.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.92.1...service/glue/v1.101.1)

Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.65.2 to 1.65.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.65.2...service/fsx/v1.65.5)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.43.1 to 1.45.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.1...service/iot/v1.45.3)

Updates `github.com/aws/smithy-go` from 1.27.3 to 1.27.6
- [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.27.3...v1.27.6)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudformation
  dependency-version: 1.75.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.317.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-version: 1.60.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-version: 1.56.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lambda
  dependency-version: 1.100.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
  dependency-version: 1.65.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.27.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/aws-sdk-764d13fa0e branch from 1a96187 to 74bb969 Compare August 3, 2026 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants