Skip to content

Commit 782ff8b

Browse files
Merge pull request #30482 from aabughosh/updatcomvendor
OCPBUGS-64738: add support of hypershift
2 parents 205da96 + faa84a5 commit 782ff8b

File tree

12 files changed

+368
-185
lines changed

12 files changed

+368
-185
lines changed

deps.diff

Whitespace-only changes.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ require (
5959
github.com/onsi/gomega v1.37.0
6060
github.com/opencontainers/go-digest v1.0.0
6161
github.com/openshift-eng/openshift-tests-extension v0.0.0-20250916161632-d81c09058835
62-
github.com/openshift-kni/commatrix v0.0.4-0.20250917111054-6e3ad6c3a0e4
62+
github.com/openshift-kni/commatrix v0.0.5-0.20251111204857-e5a931eff73f
6363
github.com/openshift/api v0.0.0-20251015095338-264e80a2b6e7
6464
github.com/openshift/apiserver-library-go v0.0.0-20251015164739-79d04067059d
6565
github.com/openshift/build-machinery-go v0.0.0-20250530140348-dc5b2804eeee

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,8 +822,8 @@ github.com/opencontainers/selinux v1.11.1 h1:nHFvthhM0qY8/m+vfhJylliSshm8G1jJ2jD
822822
github.com/opencontainers/selinux v1.11.1/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
823823
github.com/openshift-eng/openshift-tests-extension v0.0.0-20250916161632-d81c09058835 h1:rkqIIfdYYkasXbF2XKVgh/3f1mhjSQK9By8WtVMgYo8=
824824
github.com/openshift-eng/openshift-tests-extension v0.0.0-20250916161632-d81c09058835/go.mod h1:6gkP5f2HL0meusT0Aim8icAspcD1cG055xxBZ9yC68M=
825-
github.com/openshift-kni/commatrix v0.0.4-0.20250917111054-6e3ad6c3a0e4 h1:jTEZQxMok1So4jAISd40MdN9sCMutzKsV8fQqgH1u6E=
826-
github.com/openshift-kni/commatrix v0.0.4-0.20250917111054-6e3ad6c3a0e4/go.mod h1:cDVdp0eda7EHE6tLuSeo4IqPWdAX/KJK+ogBirIGtsI=
825+
github.com/openshift-kni/commatrix v0.0.5-0.20251111204857-e5a931eff73f h1:E72Zoc+JImPehBrXkgaCbIDbSFuItvyX6RCaZ0FQE5k=
826+
github.com/openshift-kni/commatrix v0.0.5-0.20251111204857-e5a931eff73f/go.mod h1:cDVdp0eda7EHE6tLuSeo4IqPWdAX/KJK+ogBirIGtsI=
827827
github.com/openshift/api v0.0.0-20251015095338-264e80a2b6e7 h1:Ot2fbEEPmF3WlPQkyEW/bUCV38GMugH/UmZvxpWceNc=
828828
github.com/openshift/api v0.0.0-20251015095338-264e80a2b6e7/go.mod h1:d5uzF0YN2nQQFA0jIEWzzOZ+edmo6wzlGLvx5Fhz4uY=
829829
github.com/openshift/apiserver-library-go v0.0.0-20251015164739-79d04067059d h1:Mfya3RxHWvidOrKyHj3bmFn5x2B89DLZIvDAhwm+C2s=

vendor/github.com/openshift-kni/commatrix/pkg/client/client.go

Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift-kni/commatrix/pkg/commatrix-creator/commatrix.go

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift-kni/commatrix/pkg/endpointslices/endpointslices.go

Lines changed: 40 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)