Skip to content

Commit 4fa2a3d

Browse files
committed
chore(deps): update kubernetes runtime dependencies
1 parent 59dd0f9 commit 4fa2a3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,10 @@ 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.31.3# renovate datasource=github-tags depName=kubernetes/kubernetes
439439
TERRAFORM_VERSION=v1.8.5# renovate datasource=github-tags depName=hashicorp/terraform
440440

441-
CONTROLLER_TOOLS_VERSION=v0.14.0# renovate datasource=go depName=sigs.k8s.io/controller-tools
441+
CONTROLLER_TOOLS_VERSION=v0.16.5# renovate datasource=go depName=sigs.k8s.io/controller-tools
442442
CRD_REF_DOCS_VERSION=v0.0.12# renovate datasource=go depName=github.com/elastic/crd-ref-docs
443443
GOLANGCI_LINT_VERSION=v1.59.1# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
444444
GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses

go.mod

+2-2
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.31.3
11+
sigs.k8s.io/controller-runtime v0.19.1
1212
sigs.k8s.io/yaml v1.4.0
1313
)
1414

0 commit comments

Comments
 (0)