Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ GO111MODULE = on
# Setup Kubernetes tools

KIND_VERSION = v0.30.0
UP_VERSION = v0.41.0
UP_CHANNEL = stable
UPTEST_VERSION = v2.0.1
CROSSPLANE_VERSION = 1.20.0
UPTEST_VERSION = v2.2.0
CRDDIFF_VERSION = v0.12.1
CROSSPLANE_VERSION = 2.0.2
CROSSPLANE_CLI_VERSION = v2.0.2

-include build/makelib/k8s_tools.mk

Expand Down Expand Up @@ -73,7 +72,7 @@ xpkg.build.provider-opentofu: do.build.images
# NOTE(hasheddan): we must ensure up is installed in tool cache prior to build
# as including the k8s_tools machinery prior to the xpkg machinery sets UP to
# point to tool cache.
build.init: $(UP)
build.init: $(CROSSPLANE_CLI)

# This is for running out-of-cluster locally, and is for convenience. Running
# this make target will print out the command which was used. For more control,
Expand Down
Loading