File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
435
435
# Important note: avoid adding spaces in the macro declarations as any
436
436
# additional whitespace will break the renovate regex rules.
437
437
438
- KUBECTL_VERSION =v1.29.3 # renovate datasource=github-tags depName=kubernetes/kubernetes
438
+ KUBECTL_VERSION =v1.29.4 # renovate datasource=github-tags depName=kubernetes/kubernetes
439
439
TERRAFORM_VERSION=v1.8.0# renovate datasource=github-tags depName=hashicorp/terraform
440
440
441
441
CONTROLLER_TOOLS_VERSION =v0.14.0# renovate datasource=go depName=sigs.k8s.io/controller-tools
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ require (
7
7
go.uber.org/zap v1.27.0
8
8
k8s.io/api v0.29.3
9
9
k8s.io/apimachinery v0.29.3
10
- k8s.io/client-go v0.29.3
11
- sigs.k8s.io/controller-runtime v0.17.2
10
+ k8s.io/client-go v0.29.4
11
+ sigs.k8s.io/controller-runtime v0.17.3
12
12
sigs.k8s.io/yaml v1.4.0
13
13
)
14
14
You can’t perform that action at this time.
0 commit comments