Skip to content

chore(deps): update module github.com/aws/smithy-go to v1.25.1#1067

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-aws-smithy-go-1.x
Open

chore(deps): update module github.com/aws/smithy-go to v1.25.1#1067
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-aws-smithy-go-1.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux Bot commented Mar 31, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/smithy-go v1.24.0v1.25.1 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

aws/smithy-go (github.com/aws/smithy-go)

v1.25.1

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.1
    • Bug Fix: Fixed a memory leak in the LRU cache implementation used by some AWS services.

v1.25.0

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.0
    • Feature: Add support for endpointBdd trait

v1.24.3

Compare Source

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.

v1.24.2: Release (2026-02-27)

Compare Source

Release (2026-02-27)

General Highlights

  • Dependency Update: Bump minimum go version to 1.24.

v1.24.1

Compare Source

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

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Mar 31, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign miguelhbrito 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
Copy link
Copy Markdown

coderabbitai Bot commented Mar 31, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

Updated indirect module github.com/aws/smithy-go in go.mod from v1.24.0 to v1.24.3. No other dependencies, version constraints, or module directives changed.

Changes

Cohort / File(s) Summary
Dependency Update
go.mod
Bumped indirect dependency github.com/aws/smithy-go from v1.24.0 to v1.24.3 (patch-level update).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title states v1.25.1 but the actual change is to v1.24.3, creating a significant version mismatch between the stated and actual changes. Update the PR title to accurately reflect the actual version being updated to: 'chore(deps): update module github.com/aws/smithy-go to v1.24.3'
✅ Passed checks (2 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The PR description provides specific version update details with release notes for github.com/aws/smithy-go, directly matching the changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/github.com-aws-smithy-go-1.x

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

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Mar 31, 2026

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a openshift-online member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Mar 31, 2026
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@go.mod`:
- Line 74: Update CI and build images to Go 1.24+ to match go.mod's dependency
on github.com/aws/smithy-go v1.24.2: change the go-version entries in
.github/workflows/check-pull-request.yaml for the Test job (currently
go-version: 1.22) and the Golangci job (currently go-version: 1.23) to at least
1.24, and ensure the Dockerfile image reference (go-toolset:latest or any
explicit image tag) uses a Go 1.24+ toolset; run CI locally or via workflow
dispatch to verify builds succeed after the updates.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ff2d2ad1-ba7e-4d8c-9cc5-d65d54b3bf8d

📥 Commits

Reviewing files that changed from the base of the PR and between 240cfda and f0a4f52.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod Outdated
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.24.2 chore(deps): update module github.com/aws/smithy-go to v1.24.3 Apr 2, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch from f0a4f52 to 5c78736 Compare April 2, 2026 22:03
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.24.3 chore(deps): update module github.com/aws/smithy-go to v1.24.3 - autoclosed Apr 4, 2026
@red-hat-konflux red-hat-konflux Bot closed this Apr 4, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch April 4, 2026 01:38
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.24.3 - autoclosed chore(deps): update module github.com/aws/smithy-go to v1.24.3 Apr 4, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 4, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch 2 times, most recently from 5c78736 to 7bf1a4c Compare April 4, 2026 05:41
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.24.3 chore(deps): update module github.com/aws/smithy-go to v1.24.3 - autoclosed Apr 11, 2026
@red-hat-konflux red-hat-konflux Bot closed this Apr 11, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.24.3 - autoclosed chore(deps): update module github.com/aws/smithy-go to v1.24.3 Apr 11, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 11, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch 2 times, most recently from 7bf1a4c to e881566 Compare April 11, 2026 05:54
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.24.3 chore(deps): update module github.com/aws/smithy-go to v1.24.3 - autoclosed Apr 15, 2026
@red-hat-konflux red-hat-konflux Bot closed this Apr 15, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.24.3 - autoclosed chore(deps): update module github.com/aws/smithy-go to v1.24.3 Apr 15, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 15, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch 2 times, most recently from e881566 to 83afe58 Compare April 15, 2026 14:40
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.24.3 chore(deps): update module github.com/aws/smithy-go to v1.25.0 Apr 15, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch from 83afe58 to 13a40dc Compare April 15, 2026 17:36
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.25.0 - autoclosed chore(deps): update module github.com/aws/smithy-go to v1.25.1 Apr 24, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 24, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch 2 times, most recently from 24225c4 to ee456ae Compare April 24, 2026 01:52
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.25.1 chore(deps): update module github.com/aws/smithy-go to v1.25.1 - autoclosed Apr 28, 2026
@red-hat-konflux red-hat-konflux Bot closed this Apr 28, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.25.1 - autoclosed chore(deps): update module github.com/aws/smithy-go to v1.25.1 Apr 28, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Apr 28, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch 2 times, most recently from ee456ae to 92a4ca0 Compare April 28, 2026 14:00
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.25.1 chore(deps): update module github.com/aws/smithy-go to v1.25.1 - autoclosed May 5, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 5, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.25.1 - autoclosed chore(deps): update module github.com/aws/smithy-go to v1.25.1 May 5, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 5, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch 2 times, most recently from 92a4ca0 to 44d2c43 Compare May 5, 2026 16:00
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.25.1 chore(deps): update module github.com/aws/smithy-go to v1.25.1 - autoclosed May 5, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 5, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.25.1 - autoclosed chore(deps): update module github.com/aws/smithy-go to v1.25.1 May 6, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 6, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch 2 times, most recently from 44d2c43 to bb5b3fa Compare May 6, 2026 01:58
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.25.1 chore(deps): update module github.com/aws/smithy-go to v1.25.1 - autoclosed May 12, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 12, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/aws/smithy-go to v1.25.1 - autoclosed chore(deps): update module github.com/aws/smithy-go to v1.25.1 May 12, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 12, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch 2 times, most recently from bb5b3fa to 34234ce Compare May 12, 2026 06:01
@red-hat-konflux red-hat-konflux Bot restored the konflux/mintmaker/main/github.com-aws-smithy-go-1.x branch May 12, 2026 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants