Skip to content

Commit 155392f

Browse files
chore(deps): update github.com/openshift/api digest to 332af6b
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 2f3170b commit 155392f

54 files changed

Lines changed: 8462 additions & 2090 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ require (
3232
github.com/argoproj/argo-cd/v3 v3.3.10
3333
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250308055145-5fe7bb3edc86
3434
sigs.k8s.io/controller-tools v0.16.4
35+
sigs.k8s.io/yaml v1.6.0
3536
)
3637

3738
require (
@@ -210,13 +211,12 @@ require (
210211
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
211212
sigs.k8s.io/randfill v1.0.0 // indirect
212213
sigs.k8s.io/structured-merge-diff/v6 v6.3.1-0.20251003215857-446d8398e19c // indirect
213-
sigs.k8s.io/yaml v1.6.0 // indirect
214214
)
215215

216216
replace (
217217
// Usually not needed unless we have newer k8s.io deps and argocd still uses an old gitops-engine
218218
// github.com/argoproj/gitops-engine => github.com/argoproj/gitops-engine v0.0.0-20240905010810-bd7681ae3f8b
219-
github.com/openshift/api => github.com/openshift/api v0.0.0-20251204164930-cd2e40c5883a
219+
github.com/openshift/api => github.com/openshift/api v0.0.0-20260604094926-332af6b7bb22
220220
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20251205093018-96a6cbc1420c
221221
// Caused by Argo importing 'k8s.io/api'
222222
// Override all the v0.0.0 entries

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
379379
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
380380
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
381381
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
382-
github.com/openshift/api v0.0.0-20251204164930-cd2e40c5883a h1:v/W0YkbADTv9bfubadSNIOftvDIA/JwN8zaK79K5Wyc=
383-
github.com/openshift/api v0.0.0-20251204164930-cd2e40c5883a/go.mod h1:d5uzF0YN2nQQFA0jIEWzzOZ+edmo6wzlGLvx5Fhz4uY=
382+
github.com/openshift/api v0.0.0-20260604094926-332af6b7bb22 h1:+0/hEyMg03AfPua1OpJhWK01joj2MB2rFkAHriM+eoY=
383+
github.com/openshift/api v0.0.0-20260604094926-332af6b7bb22/go.mod h1:pyVjK0nZ4sRs4fuQVQ4rubsJdahI1PB94LnQ8sGdvxo=
384384
github.com/openshift/client-go v0.0.0-20251205093018-96a6cbc1420c h1:TBE0Gl+oCo/SNEhLKZQNNH/SWHXrpGyhAw7P0lAqdHg=
385385
github.com/openshift/client-go v0.0.0-20251205093018-96a6cbc1420c/go.mod h1:IsynOWZAfdH+BgWimcFQRtI41Id9sgdhsCEjIk8ACLw=
386386
github.com/operator-framework/api v0.33.0 h1:Tdu9doXz6Key2riIiP3/JPahHEgFBXAqyWQN4kOITS8=

vendor/github.com/openshift/api/config/v1/register.go

Lines changed: 2 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/api/config/v1/types.go

Lines changed: 5 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/api/config/v1/types_apiserver.go

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

0 commit comments

Comments
 (0)