File tree Expand file tree Collapse file tree 5 files changed +1742
-466
lines changed
Expand file tree Collapse file tree 5 files changed +1742
-466
lines changed Original file line number Diff line number Diff 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
441441TERRAFORM_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
444444CRD_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
446445GOLANGCI_LINT_VERSION=v1.55.2# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
447446GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses
448447
@@ -470,7 +469,7 @@ $(KUSTOMIZE): $(LOCALBIN)
470469.PHONY : envtest
471470envtest : $(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
476475crd-ref-docs : $(CRD_REF_DOCS ) # Download crd-ref-docs locally if necessary.
You can’t perform that action at this time.
0 commit comments