Skip to content

Commit c5a25e5

Browse files
fix(deps): update kubernetes packages to v0.33.0
1 parent cf2c6ca commit c5a25e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ require (
2626
go.uber.org/automaxprocs v1.6.0
2727
gopkg.in/yaml.v2 v2.4.0
2828
gopkg.in/yaml.v3 v3.0.1
29-
k8s.io/apimachinery v0.32.2
30-
k8s.io/client-go v0.32.2
31-
k8s.io/kubectl v0.32.2
29+
k8s.io/apimachinery v0.33.0
30+
k8s.io/client-go v0.33.0
31+
k8s.io/kubectl v0.33.0
3232
k8s.io/utils v0.0.0-20241210054802-24370beab758
3333
sigs.k8s.io/controller-runtime v0.20.2
3434
)

0 commit comments

Comments
 (0)