Skip to content

Commit 5c8d265

Browse files
committed
UPSTREAM: <drop>: hack/update-vendor.sh, make update and update image
1 parent c5f59d2 commit 5c8d265

File tree

21 files changed

+305
-171
lines changed

21 files changed

+305
-171
lines changed

openshift-hack/e2e/annotate/generated/zz_generated.annotations.go

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

openshift-hack/images/hyperkube/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ COPY --from=builder /tmp/build/* /usr/bin/
1414
LABEL io.k8s.display-name="OpenShift Kubernetes Server Commands" \
1515
io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \
1616
io.openshift.tags="openshift,hyperkube" \
17-
io.openshift.build.versions="kubernetes=1.31.11"
17+
io.openshift.build.versions="kubernetes=1.31.12"

staging/src/k8s.io/api/go.mod

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ require (
1818
github.com/google/go-cmp v0.6.0 // indirect
1919
github.com/google/gofuzz v1.2.0 // indirect
2020
github.com/json-iterator/go v1.1.12 // indirect
21-
github.com/kr/pretty v0.3.1 // indirect
21+
github.com/kr/text v0.2.0 // indirect
2222
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2323
github.com/modern-go/reflect2 v1.0.2 // indirect
2424
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
25-
github.com/rogpeppe/go-internal v1.12.0 // indirect
2625
github.com/spf13/pflag v1.0.5 // indirect
2726
github.com/x448/float16 v0.8.4 // indirect
2827
golang.org/x/net v0.29.0 // indirect
@@ -40,16 +39,7 @@ require (
4039
)
4140

4241
replace (
43-
github.com/google/cadvisor => github.com/openshift/google-cadvisor v0.49.0-openshift-4.17-4
4442
github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241008152707-25bf9f14db44
4543
k8s.io/api => ../api
46-
k8s.io/apiextensions-apiserver => ../apiextensions-apiserver
4744
k8s.io/apimachinery => ../apimachinery
48-
k8s.io/apiserver => ../apiserver
49-
k8s.io/client-go => ../client-go
50-
k8s.io/code-generator => ../code-generator
51-
k8s.io/component-base => ../component-base
52-
k8s.io/component-helpers => ../component-helpers
53-
k8s.io/kms => ../kms
54-
k8s.io/kube-aggregator => ../kube-aggregator
5545
)

staging/src/k8s.io/api/go.sum

Lines changed: 1 addition & 145 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/client-go/go.mod

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ require (
4848
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
4949
github.com/josharian/intern v1.0.0 // indirect
5050
github.com/json-iterator/go v1.1.12 // indirect
51+
github.com/kr/pretty v0.3.1 // indirect
5152
github.com/mailru/easyjson v0.7.7 // indirect
5253
github.com/moby/spdystream v0.4.0 // indirect
5354
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -57,6 +58,7 @@ require (
5758
github.com/onsi/ginkgo/v2 v2.20.2 // indirect
5859
github.com/pkg/errors v0.9.1 // indirect
5960
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
61+
github.com/rogpeppe/go-internal v1.12.0 // indirect
6062
github.com/x448/float16 v0.8.4 // indirect
6163
golang.org/x/sys v0.25.0 // indirect
6264
golang.org/x/text v0.18.0 // indirect
@@ -67,8 +69,16 @@ require (
6769
)
6870

6971
replace (
72+
github.com/google/cadvisor => github.com/openshift/google-cadvisor v0.49.0-openshift-4.17-4
7073
github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241008152707-25bf9f14db44
7174
k8s.io/api => ../api
75+
k8s.io/apiextensions-apiserver => ../apiextensions-apiserver
7276
k8s.io/apimachinery => ../apimachinery
77+
k8s.io/apiserver => ../apiserver
7378
k8s.io/client-go => ../client-go
79+
k8s.io/code-generator => ../code-generator
80+
k8s.io/component-base => ../component-base
81+
k8s.io/component-helpers => ../component-helpers
82+
k8s.io/kms => ../kms
83+
k8s.io/kube-aggregator => ../kube-aggregator
7484
)

staging/src/k8s.io/client-go/go.sum

Lines changed: 131 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/cluster-bootstrap/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ require (
1919
github.com/gogo/protobuf v1.3.2 // indirect
2020
github.com/google/gofuzz v1.2.0 // indirect
2121
github.com/json-iterator/go v1.1.12 // indirect
22-
github.com/kr/text v0.2.0 // indirect
2322
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2423
github.com/modern-go/reflect2 v1.0.2 // indirect
2524
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect

staging/src/k8s.io/cluster-bootstrap/go.sum

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

staging/src/k8s.io/code-generator/go.mod

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ require (
2929
github.com/golang/protobuf v1.5.4 // indirect
3030
github.com/josharian/intern v1.0.0 // indirect
3131
github.com/json-iterator/go v1.1.12 // indirect
32+
github.com/kr/pretty v0.3.1 // indirect
3233
github.com/mailru/easyjson v0.7.7 // indirect
3334
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3435
github.com/modern-go/reflect2 v1.0.2 // indirect
35-
github.com/onsi/gomega v1.33.1 // indirect
36+
github.com/rogpeppe/go-internal v1.12.0 // indirect
3637
github.com/x448/float16 v0.8.4 // indirect
3738
golang.org/x/mod v0.20.0 // indirect
3839
golang.org/x/sync v0.8.0 // indirect
@@ -44,7 +45,16 @@ require (
4445
)
4546

4647
replace (
48+
github.com/google/cadvisor => github.com/openshift/google-cadvisor v0.49.0-openshift-4.17-4
4749
github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20241008152707-25bf9f14db44
50+
k8s.io/api => ../api
51+
k8s.io/apiextensions-apiserver => ../apiextensions-apiserver
4852
k8s.io/apimachinery => ../apimachinery
53+
k8s.io/apiserver => ../apiserver
54+
k8s.io/client-go => ../client-go
4955
k8s.io/code-generator => ../code-generator
56+
k8s.io/component-base => ../component-base
57+
k8s.io/component-helpers => ../component-helpers
58+
k8s.io/kms => ../kms
59+
k8s.io/kube-aggregator => ../kube-aggregator
5060
)

0 commit comments

Comments
 (0)