Skip to content

OCM-00000 | ci: Update aws-sdk#3328

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/aws-sdk
Open

OCM-00000 | ci: Update aws-sdk#3328
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/aws-sdk

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/aws/aws-sdk-go-v2 v1.42.0v1.42.1 age confidence
github.com/aws/aws-sdk-go-v2/config v1.32.25v1.32.27 age confidence
github.com/aws/aws-sdk-go-v2/credentials v1.19.24v1.19.26 age confidence
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.78.0v1.78.2 age confidence
github.com/aws/aws-sdk-go-v2/service/ec2 v1.308.0v1.311.0 age confidence
github.com/aws/aws-sdk-go-v2/service/iam v1.54.5v1.54.7 age confidence
github.com/aws/aws-sdk-go-v2/service/organizations v1.51.10v1.51.12 age confidence
github.com/aws/aws-sdk-go-v2/service/route53 v1.63.3v1.63.5 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 v1.104.0v1.104.2 age confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.42.3v1.42.5 age confidence
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.35.7v1.35.9 age confidence
github.com/aws/aws-sdk-go-v2/service/sts v1.43.3v1.43.5 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.42.1

Compare Source


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

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.

@red-hat-konflux red-hat-konflux Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jul 2, 2026
@red-hat-konflux

red-hat-konflux Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

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

  • 12 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/service/signin v1.2.0 -> v1.2.2
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.13 -> v1.7.14
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.29 -> v1.18.30
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.29 -> v1.4.30
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.29 -> v2.7.30
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.30 -> v1.4.31
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.12 -> v1.13.13
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.22 -> v1.9.23
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.29 -> v1.13.30
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.29 -> v1.19.31
github.com/aws/aws-sdk-go-v2/service/sso v1.31.3 -> v1.31.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.6 -> v1.36.8

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

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

Walkthrough

This pull request updates multiple github.com/aws/aws-sdk-go-v2 dependency pins in go.mod. It bumps several direct service modules, updates the indirect service/signin requirement, and advances additional AWS SDK v2 service entries in the later require block. No exported or public entities change.

Possibly related PRs

  • openshift/rosa#3319: Updates the same AWS SDK v2 dependency family and overlaps on service/ec2 and service/internal/s3shared.

Suggested reviewers: gdbranco, marcolan018

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description lists dependency updates, but it misses most required template sections like issue context, testing, and change impact. Add the template sections: PR summary, issue context, related issues, change type, behavior before/after, testing steps, proof, and risk notes.
✅ Passed checks (14 passed)
Check name Status Explanation
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.
Stable And Deterministic Test Names ✅ Passed PR only updates vendored AWS deps; 1,533 files changed but 0 test files and 0 Ginkgo title declarations were found.
Test Structure And Quality ✅ Passed No Ginkgo test files changed; diff is limited to go.mod/go.sum and vendored AWS SDK updates, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed Diff only updates deps/vendor code; no new or modified Ginkgo e2e tests or test files were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No test files or Ginkgo e2e declarations were added; the PR only bumps aws-sdk/go.mod and vendored dependency files.
Topology-Aware Scheduling Compatibility ✅ Passed Only go.mod/go.sum changed; no deployment manifests, operator code, or controllers were modified.
Ote Binary Stdout Contract ✅ Passed Changed files are go.mod/go.sum plus vendored AWS SDK code; scan found no stdout/process-entrypoint writes in changed Go files.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only dependency/vendor updates changed; no new Ginkgo e2e tests or network-facing test code were added, so the IPv6/disconnected check is not applicable.
No-Weak-Crypto ✅ Passed Only dependency bumps in go.mod/go.sum and vendored AWS SDK updates; diff scan found no MD5/SHA1/DES/RC4/ECB, custom crypto, or secret-compare issues.
Container-Privileges ✅ Passed No container/K8s manifests were changed; the PR only updates go.mod/go.sum and vendored AWS SDK files, so no privilege flags were introduced.
No-Sensitive-Data-In-Logs ✅ Passed Diff is dependency/vendor-only; no logger/printf additions or sensitive-data patterns were found in added lines.
Title check ✅ Passed The title is concise and matches the main change: updating aws-sdk dependencies.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/master/aws-sdk

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

@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

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

I'm waiting for a openshift 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 requested review from BraeTroutman and gdbranco July 2, 2026 21:39
@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

[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 jerichokeyne 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

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/aws-sdk branch 12 times, most recently from a60b70a to a1972fe Compare July 5, 2026 09:34
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/aws-sdk branch from a1972fe to 40bf215 Compare July 5, 2026 13:31
@openshift-ci

openshift-ci Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux[bot]: all tests passed!

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants