From 521f47ff8080e650affc2ffda6b2828755ebba84 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Sat, 5 Mar 2022 10:42:38 +0100 Subject: [PATCH] build: add 4.4 dashboard download --- scripts/get-dashboard.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/get-dashboard.sh b/scripts/get-dashboard.sh index 39dd4c7d5..a83294568 100755 --- a/scripts/get-dashboard.sh +++ b/scripts/get-dashboard.sh @@ -11,6 +11,11 @@ case "${PKG_VSN}" in EMQX_CE_DASHBOARD_VERSION='v4.3.5' EMQX_EE_DASHBOARD_VERSION='v4.3.15' ;; + 4.4*) + # keep the above 4.3 untouched, otherwise conflicts! + EMQX_CE_DASHBOARD_VERSION='v4.4.0' + EMQX_EE_DASHBOARD_VERSION='see-enterprise-repo' + ;; *) echo "Unsupported version $PKG_VSN" >&2 exit 1