Skip to content

Commit 7361c27

Browse files
committed
chore(deps): update kubernetes runtime dependencies
1 parent e56c12e commit 7361c27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
435435
# Important note: avoid adding spaces in the macro declarations as any
436436
# additional whitespace will break the renovate regex rules.
437437

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
439439
TERRAFORM_VERSION=v1.8.0# renovate datasource=github-tags depName=hashicorp/terraform
440440

441441
CONTROLLER_TOOLS_VERSION=v0.14.0# renovate datasource=go depName=sigs.k8s.io/controller-tools

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
k8s.io/api v0.29.3
99
k8s.io/apimachinery v0.29.3
1010
k8s.io/client-go v0.29.3
11-
sigs.k8s.io/controller-runtime v0.17.2
11+
sigs.k8s.io/controller-runtime v0.17.3
1212
sigs.k8s.io/yaml v1.4.0
1313
)
1414

0 commit comments

Comments
 (0)