From 96bccdd3b625f0edefd685cadf5f2cd46e3111f5 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 22 Sep 2021 15:27:52 +0300 Subject: [PATCH] test: update CABPT provider to 0.3 release Testing with new CABPT release. Signed-off-by: Andrey Smirnov --- hack/test/e2e-capi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test/e2e-capi.sh b/hack/test/e2e-capi.sh index 047f6bb9f..917179e96 100755 --- a/hack/test/e2e-capi.sh +++ b/hack/test/e2e-capi.sh @@ -5,7 +5,7 @@ set -eou pipefail source ./hack/test/e2e.sh export CAPI_VERSION="0.3.22" -export CABPT_VERSION="0.2.0" +export CABPT_VERSION="0.3.0" export CACPPT_VERSION="0.1.1" export CAPA_VERSION="0.6.8" export CAPG_VERSION="0.3.1"