Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): bump k8s.io/client-go from 0.28.4 to 0.29.3 #1018

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ require (
go.uber.org/zap v1.27.0
golang.org/x/sync v0.6.0
k8s.io/api v0.29.3
<<<<<<< HEAD
k8s.io/apiextensions-apiserver v0.28.4
=======
k8s.io/apiextensions-apiserver v0.29.3
>>>>>>> 9c1b9487d98585b04741da658d5e97b94ea439cd
k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.3
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
Expand Down
Loading