Skip to content

Commit d350e51

Browse files
committed
deps: Update Kubernetes Runtime
1 parent f10fdc9 commit d350e51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,10 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
438438
# Important note: avoid adding spaces in the macro declarations as any
439439
# additional whitespace will break the renovate regex rules.
440440

441-
KUBECTL_VERSION=v1.32.2# renovate datasource=github-tags depName=kubernetes/kubernetes
441+
KUBECTL_VERSION=v1.35.0# renovate datasource=github-tags depName=kubernetes/kubernetes
442442
TERRAFORM_VERSION=v1.13.4# renovate datasource=github-tags depName=hashicorp/terraform
443443

444-
CONTROLLER_TOOLS_VERSION=v0.17.3# renovate datasource=go depName=sigs.k8s.io/controller-tools
444+
CONTROLLER_TOOLS_VERSION=v0.19.0# renovate datasource=go depName=sigs.k8s.io/controller-tools
445445
CRD_REF_DOCS_VERSION=v0.2.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs
446446
GOLANGCI_LINT_VERSION=v2.2.2# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
447447
GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
go.uber.org/zap v1.27.0
99
k8s.io/api v0.32.8
1010
k8s.io/apimachinery v0.32.8
11-
k8s.io/client-go v0.32.8
12-
sigs.k8s.io/controller-runtime v0.20.4
11+
k8s.io/client-go v0.35.0
12+
sigs.k8s.io/controller-runtime v0.22.4
1313
sigs.k8s.io/yaml v1.5.0
1414
)
1515

0 commit comments

Comments
 (0)