Skip to content

Commit 61d6229

Browse files
Merge pull request #30220 from aabughosh/updatecommatrixv
CNF-18661: update the commatrix vendor version to contain new changes
2 parents bc0ce7e + 80ac002 commit 61d6229

File tree

7 files changed

+64
-71
lines changed

7 files changed

+64
-71
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require (
6060
github.com/onsi/gomega v1.37.0
6161
github.com/opencontainers/go-digest v1.0.0
6262
github.com/openshift-eng/openshift-tests-extension v0.0.0-20250711173707-dc2a20e5a5f8
63-
github.com/openshift-kni/commatrix v0.0.4-0.20250604173218-064b4004e9fb
63+
github.com/openshift-kni/commatrix v0.0.4-0.20250908084528-be292625c4bc
6464
github.com/openshift/api v0.0.0-20250710004639-926605d3338b
6565
github.com/openshift/apiserver-library-go v0.0.0-20250710132015-f0d44ef6e53b
6666
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
@@ -813,8 +813,8 @@ github.com/opencontainers/selinux v1.11.1 h1:nHFvthhM0qY8/m+vfhJylliSshm8G1jJ2jD
813813
github.com/opencontainers/selinux v1.11.1/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
814814
github.com/openshift-eng/openshift-tests-extension v0.0.0-20250711173707-dc2a20e5a5f8 h1:D+Qga9nujuIcrAjcAuKPukoUcVBl6ZDEbtgNLgKKlgY=
815815
github.com/openshift-eng/openshift-tests-extension v0.0.0-20250711173707-dc2a20e5a5f8/go.mod h1:6gkP5f2HL0meusT0Aim8icAspcD1cG055xxBZ9yC68M=
816-
github.com/openshift-kni/commatrix v0.0.4-0.20250604173218-064b4004e9fb h1:+owPvmRBKN5dYuVQ7/CROW0h6wL6Hk8MJlf2vnZQfSM=
817-
github.com/openshift-kni/commatrix v0.0.4-0.20250604173218-064b4004e9fb/go.mod h1:R8JhlXqlLwe3N6nQheK2KpMEESIlDVCUw5TOLKiZ08s=
816+
github.com/openshift-kni/commatrix v0.0.4-0.20250908084528-be292625c4bc h1:mxUiWKCh4I9EK7RsMfmzBImsYdmmqrhN47BiZ+GGQyM=
817+
github.com/openshift-kni/commatrix v0.0.4-0.20250908084528-be292625c4bc/go.mod h1:Z/QIPpxaz3CGlIcHj0i1WEWbw0OKtaot0BxlMXE2lwc=
818818
github.com/openshift/api v0.0.0-20250710004639-926605d3338b h1:A8OY6adT2aZNp7tsGsilHuQ3RqhzrFx5dzGr/UwXfJg=
819819
github.com/openshift/api v0.0.0-20250710004639-926605d3338b/go.mod h1:SPLf21TYPipzCO67BURkCfK6dcIIxx0oNRVWaOyRcXM=
820820
github.com/openshift/apiserver-library-go v0.0.0-20250710132015-f0d44ef6e53b h1:rIfs2f1zo9GLyxk6tak2bHzX01VTz6Xheay2NECfZpg=

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

Lines changed: 4 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/consts/consts.go

Lines changed: 14 additions & 7 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/types/static-custom-entries.go

Lines changed: 0 additions & 60 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/utils/utils.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ github.com/openshift-eng/openshift-tests-extension/pkg/ginkgo
14421442
github.com/openshift-eng/openshift-tests-extension/pkg/junit
14431443
github.com/openshift-eng/openshift-tests-extension/pkg/util/sets
14441444
github.com/openshift-eng/openshift-tests-extension/pkg/version
1445-
# github.com/openshift-kni/commatrix v0.0.4-0.20250604173218-064b4004e9fb
1445+
# github.com/openshift-kni/commatrix v0.0.4-0.20250908084528-be292625c4bc
14461446
## explicit; go 1.22.0
14471447
github.com/openshift-kni/commatrix/pkg/client
14481448
github.com/openshift-kni/commatrix/pkg/commatrix-creator

0 commit comments

Comments
 (0)