Skip to content

Commit

Permalink
Add aliases for module Make targets and use CROSSPLANE_VERSION 1.14.6
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed May 30, 2024
1 parent db2f1eb commit f7f8e04
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit f7f8e04

Please sign in to comment.