Skip to content

Commit 1c4fb6b

Browse files
committed
chore: Upgrade to Kubernetes 0.30.1 and controller-runtime.
1 parent 0f9c347 commit 1c4fb6b

File tree

5 files changed

+155
-131
lines changed

5 files changed

+155
-131
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
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.30.1# renovate datasource=github-tags depName=kubernetes/kubernetes
439439
TERRAFORM_VERSION=v1.8.3# 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.15.0# 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.57.2# 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

0 commit comments

Comments
 (0)