Update github.com/openshift/library-go digest to 7de7fae
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/openshift/library-go | require | digest | fe56c2c -> 7de7fae |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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
This PR was generated by Mend Renovate. View the repository job log.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: renovate[bot] Once this PR has been reviewed and has the lgtm label, please assign vincent056 for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @renovate[bot]. Thanks for your PR.
I'm waiting for a ComplianceAsCode 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.
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.
The library-go bump here is conflicting with the version of MCO we have:
vendor/github.com/openshift/machine-config-operator/pkg/controller/common/controller_context.go:123:106: not enough arguments in call to events.NewKubeRecorder
have ("k8s.io/client-go/kubernetes/typed/core/v1".EventInterface, string, *"k8s.io/api/core/v1".ObjectReference)
want ("k8s.io/client-go/kubernetes/typed/core/v1".EventInterface, string, *"k8s.io/api/core/v1".ObjectReference, "k8s.io/utils/clock".PassiveClock)
ℹ 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):
- 1 additional dependency was updated
Details:
| Package | Change |
|---|---|
github.com/openshift/api |
v0.0.0-20250320115527-3aa9dd5b9002 -> v0.0.0-20250320170726-75d64d71980b |
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: go get -t ./...
go: module github.com/openshift/[email protected] requires go >= 1.24.0; switching to go1.24.9
go: downloading go1.24.9 (linux/amd64)
go: download go1.24.9: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off
@renovate[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/unit | 47a51663d11f7167cc309e2c2fba93b69abf5bbb | link | true | /test unit |
| ci/prow/verify | 47a51663d11f7167cc309e2c2fba93b69abf5bbb | link | true | /test verify |
| ci/prow/e2e-rosa | 47a51663d11f7167cc309e2c2fba93b69abf5bbb | link | true | /test e2e-rosa |
| ci/prow/e2e-aws-serial | 47a51663d11f7167cc309e2c2fba93b69abf5bbb | link | true | /test e2e-aws-serial |
| ci/prow/e2e-aws-parallel | 47a51663d11f7167cc309e2c2fba93b69abf5bbb | link | true | /test e2e-aws-parallel |
| ci/prow/e2e-aws-serial-arm | 47a51663d11f7167cc309e2c2fba93b69abf5bbb | link | true | /test e2e-aws-serial-arm |
| ci/prow/e2e-aws-parallel-arm | 47a51663d11f7167cc309e2c2fba93b69abf5bbb | link | true | /test e2e-aws-parallel-arm |
| ci/prow/images | 47a51663d11f7167cc309e2c2fba93b69abf5bbb | link | true | /test images |
Full PR test history. Your PR dashboard.
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.
Closing this in favor of using Konflux, which uses a fork of renovate to keep dependencies up-to-date. Having both produces more noise in the project and the potential for two bots to fight over dependency updates.