Skip to content

Commit 1c9fafa

Browse files
chore(deps): Bump k8s.io/client-go from 0.29.2 to 0.33.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.2 to 0.33.0. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.2...v0.33.0) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10c0fc3 commit 1c9fafa

File tree

2 files changed

+64
-57
lines changed

2 files changed

+64
-57
lines changed

go.mod

+22-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/trustyai-explainability/trustyai-service-operator
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/kserve/kserve v0.12.1
@@ -12,45 +12,48 @@ require (
1212
github.com/stretchr/testify v1.10.0
1313
google.golang.org/grpc v1.64.1 // indirect
1414
google.golang.org/protobuf v1.36.5 // indirect
15-
k8s.io/api v0.29.2
16-
k8s.io/apimachinery v0.29.2
17-
k8s.io/client-go v0.29.2
15+
k8s.io/api v0.33.0
16+
k8s.io/apimachinery v0.33.0
17+
k8s.io/client-go v0.33.0
1818
sigs.k8s.io/controller-runtime v0.17.0 //kueue v0.6.2 depends on this version and requires other packages to be upgraded.
1919
sigs.k8s.io/kueue v0.6.2 // latest before requiring go1.22
2020
)
2121

2222
require (
2323
github.com/blang/semver/v4 v4.0.0 // indirect
2424
github.com/felixge/httpsnoop v1.0.4 // indirect
25+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
2526
github.com/go-logr/stdr v1.2.2 // indirect
2627
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
27-
github.com/google/gnostic-models v0.6.8 // indirect
28-
github.com/gorilla/websocket v1.5.1 // indirect
28+
github.com/google/gnostic-models v0.6.9 // indirect
29+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
2930
github.com/hashicorp/hcl v1.0.0 // indirect
3031
github.com/magiconair/properties v1.8.7 // indirect
3132
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
3233
github.com/mitchellh/mapstructure v1.5.0 // indirect
33-
github.com/moby/spdystream v0.2.0 // indirect
34+
github.com/moby/spdystream v0.5.0 // indirect
3435
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
3536
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
3637
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
37-
github.com/rogpeppe/go-internal v1.11.0 // indirect
3838
github.com/sagikazarmark/locafero v0.4.0 // indirect
3939
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
4040
github.com/sourcegraph/conc v0.3.0 // indirect
4141
github.com/spf13/afero v1.11.0 // indirect
4242
github.com/spf13/cast v1.6.0 // indirect
4343
github.com/subosito/gotenv v1.6.0 // indirect
44+
github.com/x448/float16 v0.8.4 // indirect
4445
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
4546
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
4647
go.opentelemetry.io/otel v1.24.0 // indirect
4748
go.opentelemetry.io/otel/metric v1.24.0 // indirect
4849
go.opentelemetry.io/otel/trace v1.24.0 // indirect
4950
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
5051
golang.org/x/sync v0.12.0 // indirect
52+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
5153
gopkg.in/ini.v1 v1.67.0 // indirect
5254
k8s.io/apiserver v0.29.1 // indirect
5355
sigs.k8s.io/jobset v0.3.1 // indirect
56+
sigs.k8s.io/randfill v1.0.0 // indirect
5457
)
5558

5659
require (
@@ -69,22 +72,20 @@ require (
6972
github.com/fsnotify/fsnotify v1.7.0 // indirect
7073
github.com/go-logr/logr v1.4.2
7174
github.com/go-logr/zapr v1.3.0 // indirect
72-
github.com/go-openapi/jsonpointer v0.20.0 // indirect
75+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
7376
github.com/go-openapi/jsonreference v0.20.2 // indirect
74-
github.com/go-openapi/swag v0.22.4 // indirect
77+
github.com/go-openapi/swag v0.23.0 // indirect
7578
github.com/gogo/protobuf v1.3.2 // indirect
7679
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7780
github.com/golang/protobuf v1.5.4 // indirect
7881
github.com/google/go-cmp v0.7.0 // indirect
7982
github.com/google/go-containerregistry v0.16.1 // indirect
80-
github.com/google/gofuzz v1.2.0 // indirect
8183
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
8284
github.com/google/s2a-go v0.1.7 // indirect
8385
github.com/google/uuid v1.6.0
8486
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
8587
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
8688
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 // indirect
87-
github.com/imdario/mergo v0.3.16 // indirect
8889
github.com/jmespath/go-jmespath v0.4.0 // indirect
8990
github.com/josharian/intern v1.0.0 // indirect
9091
github.com/json-iterator/go v1.1.12 // indirect
@@ -103,12 +104,12 @@ require (
103104
go.uber.org/multierr v1.11.0 // indirect
104105
go.uber.org/zap v1.27.0 // indirect
105106
golang.org/x/crypto v0.35.0 // indirect
106-
golang.org/x/net v0.37.0 // indirect
107-
golang.org/x/oauth2 v0.18.0 // indirect
107+
golang.org/x/net v0.38.0 // indirect
108+
golang.org/x/oauth2 v0.27.0 // indirect
108109
golang.org/x/sys v0.31.0 // indirect
109-
golang.org/x/term v0.29.0 // indirect
110+
golang.org/x/term v0.30.0 // indirect
110111
golang.org/x/text v0.23.0 // indirect
111-
golang.org/x/time v0.5.0 // indirect
112+
golang.org/x/time v0.9.0 // indirect
112113
golang.org/x/tools v0.30.0 // indirect
113114
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
114115
google.golang.org/api v0.171.0 // indirect
@@ -120,14 +121,14 @@ require (
120121
gopkg.in/yaml.v3 v3.0.1 // indirect
121122
k8s.io/apiextensions-apiserver v0.29.0
122123
k8s.io/component-base v0.29.1 // indirect
123-
k8s.io/klog/v2 v2.110.1 // indirect
124-
k8s.io/kube-openapi v0.0.0-20231113174909-778a5567bc1e // indirect
125-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
124+
k8s.io/klog/v2 v2.130.1 // indirect
125+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
126+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
126127
knative.dev/networking v0.0.0-20231115015815-3af9769712cd // indirect
127128
knative.dev/pkg v0.0.0-20231115001034-97c7258e3a98 // indirect
128129
knative.dev/serving v0.39.3 // indirect
129-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
130-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
130+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
131+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
131132
sigs.k8s.io/yaml v1.4.0
132133
)
133134

0 commit comments

Comments
 (0)