From d03bd1e201fb08421e84cb8a7c52b4a790748a3e Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachenko Date: Mon, 25 Sep 2023 18:41:25 +0200 Subject: [PATCH] chore: Update CAPI&CAPO version --- hack/stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/stack.sh b/hack/stack.sh index 7c874ae0..efea4e46 100755 --- a/hack/stack.sh +++ b/hack/stack.sh @@ -15,7 +15,7 @@ # under the License. # Versions to test -CAPI_VERSION=${CAPI_VERSION:-v1.4.4} +CAPI_VERSION=${CAPI_VERSION:-v1.5.1} CAPO_VERSION=${CAPO_VERSION:-v0.8.0} # Setup folders for DevStack