From cf85998cbe484a555b9f49efa63b1138aed83eb3 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c957983..b1f7ba7 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,8 @@ 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