Skip to content

Commit ca00600

Browse files
authored
chore(deps): update kubernetes runtime dependencies (#492)
1 parent f1a3a50 commit ca00600

File tree

5 files changed

+1742
-466
lines changed

5 files changed

+1742
-466
lines changed

Makefile

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

440-
KUBECTL_VERSION=v1.28.3# renovate datasource=github-tags depName=kubernetes/kubernetes
440+
KUBECTL_VERSION=v1.29.1# renovate datasource=github-tags depName=kubernetes/kubernetes
441441
TERRAFORM_VERSION=v1.7.1# renovate datasource=github-tags depName=hashicorp/terraform
442442

443-
CONTROLLER_TOOLS_VERSION=v0.13.0# renovate datasource=go depName=sigs.k8s.io/controller-tools
443+
CONTROLLER_TOOLS_VERSION=v0.14.0# renovate datasource=go depName=sigs.k8s.io/controller-tools
444444
CRD_REF_DOCS_VERSION=v0.0.10# renovate datasource=go depName=github.com/elastic/crd-ref-docs
445-
ENVTEST_VERSION=v0.0.0-20230301194117-e2d8821b277f# renovate datasource=go depName=sigs.k8s.io/controller-runtime/tools/setup-envtest
446445
GOLANGCI_LINT_VERSION=v1.55.2# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
447446
GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses
448447

@@ -470,7 +469,7 @@ $(KUSTOMIZE): $(LOCALBIN)
470469
.PHONY: envtest
471470
envtest: $(ENVTEST) # Download envtest-setup locally if necessary.
472471
$(ENVTEST): $(LOCALBIN)
473-
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@$(ENVTEST_VERSION)
472+
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
474473

475474
.PHONY: crd-ref-docs
476475
crd-ref-docs: $(CRD_REF_DOCS) # Download crd-ref-docs locally if necessary.

0 commit comments

Comments
 (0)