Skip to content

Commit 360b7c0

Browse files
committed
Bump patch versions of k8s dependencies
Signed-off-by: Hasan Awad <hasan.m.awad94@gmail.com>
1 parent 66d6eee commit 360b7c0

File tree

232 files changed

+39507
-2067
lines changed

Some content is hidden

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

232 files changed

+39507
-2067
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ require (
77
github.com/go-logr/logr v1.4.3
88
github.com/manifestival/controller-runtime-client v0.4.0
99
github.com/manifestival/manifestival v0.7.2
10-
github.com/onsi/ginkgo/v2 v2.25.1
11-
github.com/onsi/gomega v1.38.1
12-
github.com/shipwright-io/build v0.17.0
10+
github.com/onsi/ginkgo/v2 v2.27.2
11+
github.com/onsi/gomega v1.38.2
12+
github.com/shipwright-io/build v0.18.0
1313
github.com/tektoncd/operator v0.77.0
1414
gopkg.in/yaml.v2 v2.4.0
15-
k8s.io/api v0.33.4
15+
k8s.io/api v0.33.6
1616
k8s.io/apiextensions-apiserver v0.33.4
17-
k8s.io/apimachinery v0.33.4
17+
k8s.io/apimachinery v0.33.6
1818
// go mod tidy forces this to v1.5.2
1919
k8s.io/client-go v1.5.2
2020
knative.dev/pkg v0.0.0-20250424013628-d5e74d29daa3
@@ -63,35 +63,35 @@ require (
6363
github.com/openshift/apiserver-library-go v0.0.0-20230816171015-6bfafa975bfb // indirect
6464
github.com/openshift/client-go v0.0.0-20240523113335-452272e0496d // indirect
6565
github.com/pkg/errors v0.9.1 // indirect
66-
github.com/prometheus/client_golang v1.23.0 // indirect
66+
github.com/prometheus/client_golang v1.23.2 // indirect
6767
github.com/prometheus/client_model v0.6.2 // indirect
68-
github.com/prometheus/common v0.65.0 // indirect
68+
github.com/prometheus/common v0.66.1 // indirect
6969
github.com/prometheus/procfs v0.16.1 // indirect
7070
github.com/prometheus/statsd_exporter v0.28.0 // indirect
71-
github.com/spf13/pflag v1.0.7 // indirect
72-
github.com/tektoncd/pipeline v1.3.1 // indirect
71+
github.com/spf13/pflag v1.0.10 // indirect
72+
github.com/tektoncd/pipeline v1.6.0 // indirect
7373
github.com/tektoncd/triggers v0.32.0 // indirect
7474
github.com/x448/float16 v0.8.4 // indirect
7575
go.opencensus.io v0.24.0 // indirect
76-
go.uber.org/automaxprocs v1.6.0 // indirect
7776
go.uber.org/multierr v1.11.0 // indirect
78-
go.uber.org/zap v1.27.0 // indirect
77+
go.uber.org/zap v1.27.1 // indirect
7978
go.yaml.in/yaml/v2 v2.4.2 // indirect
8079
go.yaml.in/yaml/v3 v3.0.4 // indirect
81-
golang.org/x/net v0.43.0 // indirect
80+
golang.org/x/mod v0.29.0 // indirect
81+
golang.org/x/net v0.47.0 // indirect
8282
golang.org/x/oauth2 v0.30.0 // indirect
83-
golang.org/x/sync v0.16.0 // indirect
84-
golang.org/x/sys v0.35.0 // indirect
85-
golang.org/x/term v0.34.0 // indirect
86-
golang.org/x/text v0.28.0 // indirect
83+
golang.org/x/sync v0.18.0 // indirect
84+
golang.org/x/sys v0.38.0 // indirect
85+
golang.org/x/term v0.37.0 // indirect
86+
golang.org/x/text v0.31.0 // indirect
8787
golang.org/x/time v0.12.0 // indirect
88-
golang.org/x/tools v0.36.0 // indirect
88+
golang.org/x/tools v0.38.0 // indirect
8989
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
9090
google.golang.org/api v0.237.0 // indirect
91-
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
92-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
93-
google.golang.org/grpc v1.74.2 // indirect
94-
google.golang.org/protobuf v1.36.7 // indirect
91+
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
92+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
93+
google.golang.org/grpc v1.75.0 // indirect
94+
google.golang.org/protobuf v1.36.10 // indirect
9595
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
9696
gopkg.in/inf.v0 v0.9.1 // indirect
9797
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -115,4 +115,4 @@ require (
115115
// go module version standardization (v0.y.z, with y and z representing the k8s 1.y.z minor/patch
116116
// versions). `go mod tidy` will often overwrite the desired client-go version to v1.5.2, so we
117117
// pin the version here.
118-
replace k8s.io/client-go => k8s.io/client-go v0.33.4
118+
replace k8s.io/client-go => k8s.io/client-go v0.33.6

go.sum

Lines changed: 72 additions & 51 deletions
Large diffs are not rendered by default.

vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

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

vendor/github.com/onsi/ginkgo/v2/README.md

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

vendor/github.com/onsi/ginkgo/v2/core_dsl.go

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

vendor/github.com/onsi/ginkgo/v2/decorator_dsl.go

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

vendor/github.com/onsi/ginkgo/v2/ginkgo/automaxprocs.go

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

vendor/github.com/onsi/ginkgo/v2/ginkgo/automaxprocs/README.md

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

0 commit comments

Comments
 (0)