Skip to content

Commit 6c2cc6c

Browse files
fix(deps): update kubernetes packages to v0.33.0
1 parent 2364058 commit 6c2cc6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ require (
3030
go.opentelemetry.io/otel/trace v1.35.0
3131
golang.org/x/text v0.25.0
3232
gopkg.in/yaml.v3 v3.0.1
33-
k8s.io/api v0.32.4
34-
k8s.io/apiextensions-apiserver v0.32.4
35-
k8s.io/apimachinery v0.32.4
36-
k8s.io/client-go v0.32.4
33+
k8s.io/api v0.33.0
34+
k8s.io/apiextensions-apiserver v0.33.0
35+
k8s.io/apimachinery v0.33.0
36+
k8s.io/client-go v0.33.0
3737
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
3838
sigs.k8s.io/controller-runtime v0.20.4
3939
)

0 commit comments

Comments
 (0)