chore(release): update version to 4.3.9

This commit is contained in:
Turtle 2021-11-02 17:01:34 +08:00 committed by turtleDeng
parent 3d9054d25e
commit f00e254bdf
3 changed files with 7 additions and 9 deletions

View File

@ -1,13 +1,13 @@
%% -*- mode: erlang -*- %% -*- mode: erlang -*-
{VSN, {VSN,
[ {<<"4\\.3\\.[0-9]+">>, [ {<<"4\\.3\\.[0-7]+">>,
[ {apply,{minirest,stop_http,['http:management']}}, [ {apply,{minirest,stop_http,['http:management']}},
{apply,{minirest,stop_http,['https:management']}}, {apply,{minirest,stop_http,['https:management']}},
{restart_application, emqx_management} {restart_application, emqx_management}
]}, ]},
{<<".*">>, []} {<<".*">>, []}
], ],
[ {<<"4\\.3\\.[0-9]+">>, [ {<<"4\\.3\\.[0-7]+">>,
[ {apply,{minirest,stop_http,['http:management']}}, [ {apply,{minirest,stop_http,['http:management']}},
{apply,{minirest,stop_http,['https:management']}}, {apply,{minirest,stop_http,['https:management']}},
{restart_application, emqx_management} {restart_application, emqx_management}

View File

@ -29,7 +29,7 @@
-ifndef(EMQX_ENTERPRISE). -ifndef(EMQX_ENTERPRISE).
-define(EMQX_RELEASE, {opensource, "4.3.8"}). -define(EMQX_RELEASE, {opensource, "4.3.9"}).
-else. -else.

View File

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