NO-JIRA: fix(deps): update k8s.io/utils digest to 914a6e7#7450
Conversation
|
@bryan-cox: This pull request explicitly references no jira issue. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
WalkthroughUpdates indirect dependency k8s.io/utils to v0.0.0-20260108192941-914a6e750570 across multiple go.mod files, upgrades one module's Go directive to 1.23, removes a replace for k8s.io/utils in root go.mod, and replaces an import of Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes ✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to ⛔ Files ignored due to path filters (13)
📒 Files selected for processing (6)
🚧 Files skipped from review as they are similar to previous changes (3)
🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (3)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
…rsion The k8s.io/utils/strings/slices package is deprecated in favor of the Go standard library slices package. Signed-off-by: Bryan Cox <brcox@redhat.com> Commit-Message-Assisted-by: Claude (via Claude Code)
Remove k8s.io/utils/strings/slices from vendor since it is no longer imported after switching to the stdlib slices package. Signed-off-by: Bryan Cox <brcox@redhat.com> Commit-Message-Assisted-by: Claude (via Claude Code)
The replace directive was pinning k8s.io/utils to a specific version for Kubernetes v1.32.3 compatibility. Since the require and replace now point to the same version (914a6e7), the replace is no longer necessary. Signed-off-by: Bryan Cox <brcox@redhat.com> Commit-Message-Assisted-by: Claude (via Claude Code)
fb3ec37 to
9d3a0c2
Compare
|
@bryan-cox: The specified target(s) for The following commands are available to trigger optional jobs: Use DetailsIn response to this:
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. |
|
/test e2e-aks |
|
@bryan-cox: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/verified by e2e |
|
@bryan-cox: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
Summary
This PR supersedes #7177 (authored by app/red-hat-konflux).
The original bot PR required additional fixes to pass CI verification:
slices.Containsfromk8s.io/utils/strings/slicesby switching to stdlibslicespackageCommits
This PR organizes changes into logical commits:
Original PR Description
This PR contains the following updates:
4c0f3b2->914a6e73ea5e8c->914a6e73ea5e8c->914a6e7e7106e6->914a6e74c0f3b2->914a6e7Original PR: #7177
Bot Author: app/red-hat-konflux
Assisted-by: Claude (via Claude Code)