chore(appup): update appup file

This commit is contained in:
Rory Z 2021-06-16 13:44:31 +08:00 committed by Shawn
parent 536c7256da
commit e5447cd6e4
8 changed files with 47 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_auth_mnesia, {application, emqx_auth_mnesia,
[{description, "EMQ X Authentication with Mnesia"}, [{description, "EMQ X Authentication with Mnesia"},
{vsn, "4.3.0"}, % strict semver, bump manually {vsn, "4.3.1"}, % strict semver, bump manually
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel,stdlib,mnesia]}, {applications, [kernel,stdlib,mnesia]},

View File

@ -0,0 +1,13 @@
%% -*-: erlang -*-
{VSN,
[
{"4.3.0", [
{restart_application, emqx_auth_mnesia}
]}
],
[
{"4.3.0", [
{restart_application, emqx_auth_mnesia}
]}
]
}.

View File

@ -1,6 +1,6 @@
{application, emqx_psk_file, {application, emqx_psk_file,
[{description,"EMQX PSK Plugin from File"}, [{description,"EMQX PSK Plugin from File"},
{vsn, "4.3.0"}, % strict semver, bump manually! {vsn, "4.3.1"}, % strict semver, bump manually!
{modules,[]}, {modules,[]},
{registered,[emqx_psk_file_sup]}, {registered,[emqx_psk_file_sup]},
{applications,[kernel,stdlib]}, {applications,[kernel,stdlib]},

View File

@ -0,0 +1,13 @@
%% -*-: erlang -*-
{VSN,
[
{"4.3.0", [
{restart_application, emqx_psk_file}
]}
],
[
{"4.3.0", [
{restart_application, emqx_psk_file}
]}
]
}.

View File

@ -1,6 +1,6 @@
{application, emqx_retainer, {application, emqx_retainer,
[{description, "EMQ X Retainer"}, [{description, "EMQ X Retainer"},
{vsn, "4.3.1"}, % strict semver, bump manually! {vsn, "4.3.2"}, % strict semver, bump manually!
{modules, []}, {modules, []},
{registered, [emqx_retainer_sup]}, {registered, [emqx_retainer_sup]},
{applications, [kernel,stdlib]}, {applications, [kernel,stdlib]},

View File

@ -1,14 +1,14 @@
%% -*-: erlang -*- %% -*-: erlang -*-
{VSN, {VSN,
[ [
{"4.3.0", [ {<<"4.3.[0-1]">>, [
{load_module, emqx_retainer, brutal_purge, soft_purge, []} {restart_application, emqx_retainer}
]}, ]},
{<<".*">>, []} {<<".*">>, []}
], ],
[ [
{"4.3.0", [ {<<"4.3.[0-1]">>, [
{load_module, emqx_retainer, brutal_purge, soft_purge, []} {restart_application, emqx_retainer}
]}, ]},
{<<".*">>, []} {<<".*">>, []}
] ]

View File

@ -1,6 +1,6 @@
{application, emqx_sasl, {application, emqx_sasl,
[{description, "EMQ X SASL"}, [{description, "EMQ X SASL"},
{vsn, "4.3.0"}, % strict semver, bump manually! {vsn, "4.3.1"}, % strict semver, bump manually!
{modules, []}, {modules, []},
{registered, [emqx_sasl_sup]}, {registered, [emqx_sasl_sup]},
{applications, [kernel,stdlib,pbkdf2]}, {applications, [kernel,stdlib,pbkdf2]},

View File

@ -0,0 +1,13 @@
%% -*-: erlang -*-
{VSN,
[
{"4.3.0", [
{restart_application, emqx_sasl}
]}
],
[
{"4.3.0", [
{restart_application, emqx_sasl}
]}
]
}.