Skip to content

Commit 8efb7b2

Browse files
authored
bump k8s dependencies and submodule (#230)
* bump k8s dependencies and submodule * update WaitForPod to use new interface
1 parent 977b304 commit 8efb7b2

File tree

5 files changed

+53
-106
lines changed

5 files changed

+53
-106
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Dependency
2+
body: bump k8s.io/api, k8s.io/apimachinery, and k8s.io/client-go to v0.30.7
3+
time: 2024-12-09T09:56:17.917996-06:00

src/go.mod

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ require (
1717
go.opentelemetry.io/otel v1.32.0
1818
go.opentelemetry.io/otel/trace v1.32.0
1919
gopkg.in/yaml.v3 v3.0.1
20-
k8s.io/api v0.26.0
21-
k8s.io/apimachinery v0.26.0
22-
k8s.io/client-go v0.25.4
20+
k8s.io/api v0.30.7
21+
k8s.io/apimachinery v0.30.7
22+
k8s.io/client-go v0.30.7
2323
)
2424

2525
require (
@@ -31,7 +31,7 @@ require (
3131
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3232
github.com/coder/websocket v1.8.12 // indirect
3333
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
34-
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
34+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3535
github.com/fsnotify/fsnotify v1.7.0 // indirect
3636
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
3737
github.com/go-logr/logr v1.4.2 // indirect
@@ -43,11 +43,11 @@ require (
4343
github.com/go-playground/universal-translator v0.18.1 // indirect
4444
github.com/go-playground/validator/v10 v10.22.1 // indirect
4545
github.com/gogo/protobuf v1.3.2 // indirect
46-
github.com/golang/protobuf v1.5.3 // indirect
47-
github.com/google/gnostic v0.5.7-v3refs // indirect
48-
github.com/google/go-cmp v0.6.0 // indirect
46+
github.com/golang/protobuf v1.5.4 // indirect
47+
github.com/google/gnostic-models v0.6.8 // indirect
4948
github.com/google/gofuzz v1.2.0 // indirect
5049
github.com/google/uuid v1.6.0 // indirect
50+
github.com/gorilla/websocket v1.5.0 // indirect
5151
github.com/gosimple/slug v1.14.0 // indirect
5252
github.com/gosimple/unidecode v1.0.1 // indirect
5353
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -71,6 +71,7 @@ require (
7171
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7272
github.com/modern-go/reflect2 v1.0.2 // indirect
7373
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
74+
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
7475
github.com/opslevel/moredefaults v0.0.0-20240529152742-17d1318a3c12 // indirect
7576
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
7677
github.com/pkg/errors v0.9.1 // indirect
@@ -101,8 +102,8 @@ require (
101102
gopkg.in/inf.v0 v0.9.1 // indirect
102103
gopkg.in/ini.v1 v1.67.0 // indirect
103104
gopkg.in/yaml.v2 v2.4.0 // indirect
104-
k8s.io/klog/v2 v2.110.1 // indirect
105-
k8s.io/kube-openapi v0.0.0-20230525220651-2546d827e515 // indirect
105+
k8s.io/klog/v2 v2.120.1 // indirect
106+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
106107
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
107108
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
108109
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect

0 commit comments

Comments
 (0)