-
Couldn't load subscription status.
- Fork 33
fix(deps): update github.com/openshift/api digest to a2cb0c5 (main) #1768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9b7bc76 to
ec86ae2
Compare
ec86ae2 to
b79cf32
Compare
b79cf32 to
45114db
Compare
45114db to
ae0f363
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ae0f363 to
b4062cd
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
e736aaf to
43e69f5
Compare
This is necessary because: 1. k8s.io/client-go v0.31.3 depends on k8s.io/api v0.31.x 2. github.com/openshift/api (our direct dependency) requires k8s.io/api v0.34.x 3. In k8s.io/api v0.34.x, the v1alpha1 packages for coordination and networking were removed 4. k8s.io/client-go/kubernetes/scheme still imports these v1alpha1 packages, causing build failures 5. Newer k8s.io/kube-openapi versions use structured-merge-diff v6 (incompatible with v0.31.3) and go.yaml.in/yaml paths (causing duplicate yaml.v3 module conflicts) 6. Newer github.com/google/gnostic-models and sigs.k8s.io/yaml versions use go.yaml.in/yaml paths Without these replace directives, go mod tidy fails with: "module k8s.io/api@latest found (v0.34.1), but does not contain package k8s.io/api/coordination/v1alpha1" Assisted-by: Claude
43e69f5 to
8b2171a
Compare
This PR contains the following updates:
e8e07fa->a2cb0c5Configuration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.