From 30fb43204788d4ea2db677a6014dfd5082088e96 Mon Sep 17 00:00:00 2001 From: Wen Zhou Date: Tue, 27 Aug 2024 19:25:46 +0200 Subject: [PATCH] deps: uplift crd-ref-docs to 0.1.0 (#1206) * deps: uplift crd-ref-docs to 0.1.0 - their release changed and support different os/arch binary Signed-off-by: Wen Zhou * update: rewrite after review Signed-off-by: Wen Zhou --------- Signed-off-by: Wen Zhou (cherry picked from commit 3ce4d589518d2437d26ed747a24da1dae18451f4) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f65ebb0f35..8480a284036 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ YQ_VERSION ?= v4.12.2 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.31.0 ENVTEST_PACKAGE_VERSION = v0.0.0-20240813183042-b901db121e1f -CRD_REF_DOCS_VERSION = 0.0.11 +CRD_REF_DOCS_VERSION = 0.1.0 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) ifeq (,$(shell go env GOBIN))