From 257ee19be566de15270b07e5269097e414ddf61e Mon Sep 17 00:00:00 2001 From: JimMoen Date: Thu, 9 Dec 2021 11:31:31 +0800 Subject: [PATCH] chore(dashboard): change dashboard repo and version --- Makefile | 2 +- scripts/get-dashboard.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52e4f3ffc..d2026da6d 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ export EMQX_DEFAULT_BUILDER = ghcr.io/emqx/emqx-builder/4.4-2:23.3.4.9-3-alpine3 export EMQX_DEFAULT_RUNNER = alpine:3.14 export OTP_VSN ?= $(shell $(CURDIR)/scripts/get-otp-vsn.sh) export PKG_VSN ?= $(shell $(CURDIR)/pkg-vsn.sh) -export EMQX_DASHBOARD_VERSION ?= v5.0.0-beta.18 +export EMQX_DASHBOARD_VERSION ?= v0.5.0 export DOCKERFILE := deploy/docker/Dockerfile export DOCKERFILE_TESTING := deploy/docker/Dockerfile.testing ifeq ($(OS),Windows_NT) diff --git a/scripts/get-dashboard.sh b/scripts/get-dashboard.sh index a633fdae2..125e1c804 100755 --- a/scripts/get-dashboard.sh +++ b/scripts/get-dashboard.sh @@ -8,7 +8,7 @@ cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")/.." RELEASE_ASSET_FILE="emqx-dashboard.zip" VERSION="${EMQX_DASHBOARD_VERSION}" DASHBOARD_PATH='apps/emqx_dashboard/priv' -DASHBOARD_REPO='emqx-dashboard-web' +DASHBOARD_REPO='emqx-dashboard-web-new' DIRECT_DOWNLOAD_URL="https://github.com/emqx/${DASHBOARD_REPO}/releases/download/${VERSION}/${RELEASE_ASSET_FILE}" case $(uname) in