Skip to content

chore(deps): Replace k8s deps that have version 0.0.0#1088

Open
olivergondza wants to merge 2 commits intoredhat-developer:masterfrom
olivergondza:fix-intellij-idea-integration
Open

chore(deps): Replace k8s deps that have version 0.0.0#1088
olivergondza wants to merge 2 commits intoredhat-developer:masterfrom
olivergondza:fix-intellij-idea-integration

Conversation

@olivergondza
Copy link
Collaborator

What type of PR is this?

Uncomment only one /kind line, and delete the rest.
For example, > /kind bug would simply become: /kind bug

/kind bug
/kind cleanup
/kind failing-test
/kind enhancement
/kind documentation
/kind code-refactoring

What does this PR do / why we need it:

Intellij integration relies on project introspection by go list -m all. Resolving these modules is failing otherwise:

go: k8s.io/cloud-provider@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/cluster-bootstrap@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/cri-api@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/cri-client@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/csi-translation-lib@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/dynamic-resource-allocation@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/endpointslice@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/externaljwt@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/kube-controller-manager@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/kube-proxy@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/kube-scheduler@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/kubelet@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/mount-utils@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/pod-security-admission@v0.0.0: invalid version: unknown revision v0.0.0
go: k8s.io/sample-apiserver@v0.0.0: invalid version: unknown revision v0.0.0

Have you updated the necessary documentation?

  • [no] Documentation update is required by this PR.
  • [no] Documentation has been updated.

Which issue(s) this PR fixes:

None

Test acceptance criteria:

  • [no] Unit Test
  • [no] E2E Test

How to test changes / Special notes to the reviewer:

Intellij integration relies on project introspection by `go list -m all`. Resolving
these modules is failing otherwise.

Signed-off-by: Oliver Gondža <ogondza@gmail.com>
@openshift-ci openshift-ci bot added the kind/enhancement New feature or request label Feb 25, 2026
@openshift-ci openshift-ci bot requested a review from AdamSaleh February 25, 2026 12:47
@openshift-ci
Copy link

openshift-ci bot commented Feb 25, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign trdoyle81 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

@openshift-ci openshift-ci bot requested a review from wtam2018 February 25, 2026 12:47
@olivergondza
Copy link
Collaborator Author

/retest

@olivergondza olivergondza force-pushed the fix-intellij-idea-integration branch from d1ee1fd to 2c3d445 Compare February 26, 2026 12:20
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
@olivergondza olivergondza force-pushed the fix-intellij-idea-integration branch from 2c3d445 to 3ec8363 Compare February 26, 2026 13:33
@openshift-ci
Copy link

openshift-ci bot commented Feb 26, 2026

@olivergondza: 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/v4.14-e2e 3ec8363 link true /test v4.14-e2e
ci/prow/v4.14-kuttl-parallel 3ec8363 link false /test v4.14-kuttl-parallel
ci/prow/v4.14-kuttl-sequential 3ec8363 link false /test v4.14-kuttl-sequential

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

kind/enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants