Skip to content

fix(deps): update k8s.io/utils digest to ff6756f#28

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/mintmaker/main/k8s.io-utils-digest
Jun 3, 2026
Merged

fix(deps): update k8s.io/utils digest to ff6756f#28
openshift-merge-bot[bot] merged 1 commit into
mainfrom
konflux/mintmaker/main/k8s.io-utils-digest

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

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

This PR contains the following updates:

Package Type Update Change
k8s.io/utils require digest 28399d8ff6756f
k8s.io/utils indirect digest b8788abff6756f

Warning

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


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 these updates 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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 2, 2026

Warning

Review limit reached

@red-hat-konflux[bot], we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 11 minutes and 18 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: b44f833f-21ed-4abd-b944-b8f2824028b3

📥 Commits

Reviewing files that changed from the base of the PR and between 8095735 and 4c95f4c.

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

Walkthrough

This PR updates the k8s.io/utils dependency to the same newer pseudo-version in both the main Go module and the API submodule. The bump aligns both modules to use v0.0.0-20260507154919-ff6756f316d2.

Changes

Kubernetes Utils Dependency Bump

Layer / File(s) Summary
k8s.io/utils Version Bump
go.mod, api/go.mod
Both the main module and API submodule require block are updated to use k8s.io/utils v0.0.0-20260507154919-ff6756f316d2.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

approved, lgtm

Suggested reviewers

  • harche
  • raptorsun
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating the k8s.io/utils dependency digest to a specific commit hash across multiple module files.
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.

✏️ 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/k8s.io-utils-digest

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

@openshift-ci openshift-ci Bot requested review from harche and raptorsun June 2, 2026 08:28
@red-hat-konflux red-hat-konflux Bot changed the title fix(deps): update k8s.io/utils digest to ff6756f fix(deps): update k8s.io/utils digest to ff6756f - autoclosed Jun 3, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jun 3, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/main/k8s.io-utils-digest branch June 3, 2026 04:30
@red-hat-konflux red-hat-konflux Bot changed the title fix(deps): update k8s.io/utils digest to ff6756f - autoclosed fix(deps): update k8s.io/utils digest to ff6756f Jun 3, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jun 3, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/k8s.io-utils-digest branch 2 times, most recently from 6a4c0ff to 8095735 Compare June 3, 2026 08:20
@onmete
Copy link
Copy Markdown
Contributor

onmete commented Jun 3, 2026

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 3, 2026
@onmete
Copy link
Copy Markdown
Contributor

onmete commented Jun 3, 2026

/approved

@onmete
Copy link
Copy Markdown
Contributor

onmete commented Jun 3, 2026

/approve

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Jun 3, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: onmete

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 3, 2026
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/main/k8s.io-utils-digest branch from 8095735 to 4c95f4c Compare June 3, 2026 13:46
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 3, 2026
@onmete
Copy link
Copy Markdown
Contributor

onmete commented Jun 3, 2026

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 3, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Jun 3, 2026

@red-hat-konflux: 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.

@openshift-merge-bot openshift-merge-bot Bot merged commit e912fd4 into main Jun 3, 2026
7 checks passed
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. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant