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,
[{description, "EMQ X Authentication with Mnesia"},
{vsn, "4.3.0"}, % strict semver, bump manually
{vsn, "4.3.1"}, % strict semver, bump manually
{modules, []},
{registered, []},
{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,
[{description,"EMQX PSK Plugin from File"},
{vsn, "4.3.0"}, % strict semver, bump manually!
{vsn, "4.3.1"}, % strict semver, bump manually!
{modules,[]},
{registered,[emqx_psk_file_sup]},
{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,
[{description, "EMQ X Retainer"},
{vsn, "4.3.1"}, % strict semver, bump manually!
{vsn, "4.3.2"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_retainer_sup]},
{applications, [kernel,stdlib]},

View File

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

View File

@ -1,6 +1,6 @@
{application, emqx_sasl,
[{description, "EMQ X SASL"},
{vsn, "4.3.0"}, % strict semver, bump manually!
{vsn, "4.3.1"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_sasl_sup]},
{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}
]}
]
}.