Skip to content

Commit 11355d3

Browse files
Merge pull request #109 from upbound/backport-106-to-release-3.0
[Backport release-3.0] Bump dependencies
2 parents 1d01c91 + 3398cac commit 11355d3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ GO_SUBDIRS += cmd internal apis generate
4747
# ====================================================================================
4848
# Setup Kubernetes tools
4949

50-
KIND_VERSION = v0.29.0
51-
UP_VERSION = v0.40.3
52-
UP_CHANNEL = alpha
53-
UPTEST_VERSION = v2.0.1
50+
KIND_VERSION = v0.30.0
51+
UPTEST_VERSION = v2.2.0
5452
YQ_VERSION = v4.40.5
55-
CROSSPLANE_VERSION = 1.20.0
5653
RELDIR = "examples/release"
54+
CROSSPLANE_VERSION = 2.0.2
55+
CROSSPLANE_CLI_VERSION = v2.0.2
56+
5757
-include build/makelib/k8s_tools.mk
5858

5959
# ====================================================================================
@@ -79,7 +79,7 @@ xpkg.build.provider-vault: do.build.images
7979

8080
# NOTE(hasheddan): we ensure up is installed prior to running platform-specific
8181
# build steps in parallel to avoid encountering an installation race condition.
82-
build.init: $(UP) $(CROSSPLANE_CLI)
82+
build.init: $(CROSSPLANE_CLI)
8383

8484
# ====================================================================================
8585
# Fallthrough

0 commit comments

Comments
 (0)