fix(relup): upgrade emqx dashboard version

This commit is contained in:
Turtle 2021-08-02 15:36:58 +08:00 committed by turtleDeng
parent a7d67eb862
commit 35ae097038
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_dashboard,
[{description, "EMQ X Web Dashboard"},
{vsn, "4.3.2"}, % strict semver, bump manually!
{vsn, "4.3.3"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_dashboard_sup]},
{applications, [kernel,stdlib,mnesia,minirest]},

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{VSN,
[ {<<"4.3.[0-1]">>,
[ {<<"4.3.[0-2]">>,
%% load all plugins
%% NOTE: this depends on the fact that emqx_dashboard is always
%% the last application gets upgraded
@ -10,7 +10,7 @@
]},
{<<".*">>, []}
],
[ {<<"4.3.[0-1]">>,
[ {<<"4.3.[0-2]">>,
[ {apply, {emqx_rule_engine, load_providers, []}}
, {restart_application, emqx_dashboard}
, {apply, {emqx_plugins, load, []}}