Update kubernetes packages to v0.32.0
Some checks failed
renovate/artifacts Artifact file update failure
/ test (pull_request) Failing after 4m57s
Some checks failed
renovate/artifacts Artifact file update failure
/ test (pull_request) Failing after 4m57s
This commit is contained in:
parent
306385ce06
commit
8796120de6
1 changed files with 3 additions and 3 deletions
6
go.mod
6
go.mod
|
@ -5,9 +5,9 @@ go 1.22.2
|
||||||
require (
|
require (
|
||||||
github.com/cert-manager/cert-manager v1.16.2
|
github.com/cert-manager/cert-manager v1.16.2
|
||||||
github.com/dnsimple/dnsimple-go v1.7.0
|
github.com/dnsimple/dnsimple-go v1.7.0
|
||||||
k8s.io/apiextensions-apiserver v0.31.3
|
k8s.io/apiextensions-apiserver v0.32.0
|
||||||
k8s.io/apimachinery v0.31.3
|
k8s.io/apimachinery v0.32.0
|
||||||
k8s.io/client-go v0.31.3
|
k8s.io/client-go v0.32.0
|
||||||
k8s.io/klog/v2 v2.130.1
|
k8s.io/klog/v2 v2.130.1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue