Skip to content

Commit 83e9872

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
go.uber.org/zap v1.27.0
88
k8s.io/api v0.29.3
99
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
1212
sigs.k8s.io/yaml v1.4.0
1313
)
1414

0 commit comments

Comments
 (0)