From 8b68c5880ade6db15bd7fc91655ea8574ffdd9dc Mon Sep 17 00:00:00 2001 From: Yetkin Timocin Date: Wed, 6 May 2026 11:17:23 -0700 Subject: [PATCH] ci: pin crd-ref-docs to v0.3.0 Using @latest in the Makefile means the daily update-api-refs GitHub Action picks up whatever release is current at run time, so generated API reference formatting can change without a tracked cause. Pin to v0.3.0 (current latest) and bump deliberately. Closes #112 Signed-off-by: Yetkin Timocin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f23ed29..87309b32 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ help: ## Display this help message .PHONY: install-tools install-tools: ## Install required tools (crd-ref-docs) @echo "Installing crd-ref-docs..." - go install github.com/elastic/crd-ref-docs@latest + go install github.com/elastic/crd-ref-docs@v0.3.0 .PHONY: clone-kubefleet clone-kubefleet: ## Clone KubeFleet source repository