From bb1a4900066030aa0eed81b4684f6a8d8a6418ef Mon Sep 17 00:00:00 2001 From: cmondragon Date: Tue, 6 Aug 2024 12:31:47 -0400 Subject: [PATCH] Update build module --- .gitmodules | 2 +- Makefile | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c2fad47..7c3ec27 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "build"] path = build - url = https://github.com/upbound/build + url = https://github.com/crossplane/build \ No newline at end of file diff --git a/Makefile b/Makefile index 6b7b952..f6ca24c 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ GO_SUBDIRS += cmd internal apis # Setup Kubernetes tools KIND_VERSION = v0.15.0 -UP_VERSION = v0.18.0 +UP_VERSION = v0.28.0 UP_CHANNEL = stable UPTEST_VERSION = v0.5.0 -include build/makelib/k8s_tools.mk @@ -160,6 +160,7 @@ run: go.build # ==================================================================================== # End to End Testing +CROSSPLANE_VERSION = 1.16.0 CROSSPLANE_NAMESPACE = upbound-system -include build/makelib/local.xpkg.mk -include build/makelib/controlplane.mk @@ -199,3 +200,7 @@ crossplane.help: help-special: crossplane.help .PHONY: crossplane.help help-special + +# TODO(negz): Update CI to use these targets. +vendor: modules.download +vendor.check: modules.check \ No newline at end of file