Parcourir la source

Merge pull request #12063 from Kinplemelon/kinple/upgrade-dashboard

chore: upgrade dashboard to e1.3.2 for ee and v1.5.2 for ce
Ivan Dyachkov il y a 2 ans
Parent
commit
b1f1585e61
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -20,8 +20,8 @@ endif
 
 
 # Dashboard version
 # Dashboard version
 # from https://github.com/emqx/emqx-dashboard5
 # from https://github.com/emqx/emqx-dashboard5
-export EMQX_DASHBOARD_VERSION ?= v1.5.1
-export EMQX_EE_DASHBOARD_VERSION ?= e1.3.2-beta.1
+export EMQX_DASHBOARD_VERSION ?= v1.5.2
+export EMQX_EE_DASHBOARD_VERSION ?= e1.3.2
 
 
 PROFILE ?= emqx
 PROFILE ?= emqx
 REL_PROFILES := emqx emqx-enterprise
 REL_PROFILES := emqx emqx-enterprise