From f7f8e04fac20283917a1a1b3ddac2ee8ef332d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Thu, 30 May 2024 14:15:34 +0300 Subject: [PATCH] Add aliases for module Make targets and use CROSSPLANE_VERSION 1.14.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c957983..90d36a6 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ UPTEST_LOCAL_VERSION = v0.12.0-9.gac371c9 UPTEST_LOCAL_CHANNEL = main KUSTOMIZE_VERSION = v5.3.0 YQ_VERSION = v4.40.5 -UXP_VERSION = 1.14.6-up.1 +CROSSPLANE_VERSION = 1.14.6 -include build/makelib/k8s_tools.mk @@ -277,3 +277,7 @@ kustomize-crds: output.init $(KUSTOMIZE) $(YQ) @$(OK) Kustomizing CRDs. .PHONY: kustomize-crds + +# TODO(negz): Update CI to use these targets. +vendor: modules.download +vendor.check: modules.check