chore(appup): update appup file
This commit is contained in:
parent
536c7256da
commit
e5447cd6e4
|
@ -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]},
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
%% -*-: erlang -*-
|
||||||
|
{VSN,
|
||||||
|
[
|
||||||
|
{"4.3.0", [
|
||||||
|
{restart_application, emqx_auth_mnesia}
|
||||||
|
]}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{"4.3.0", [
|
||||||
|
{restart_application, emqx_auth_mnesia}
|
||||||
|
]}
|
||||||
|
]
|
||||||
|
}.
|
|
@ -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]},
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
%% -*-: erlang -*-
|
||||||
|
{VSN,
|
||||||
|
[
|
||||||
|
{"4.3.0", [
|
||||||
|
{restart_application, emqx_psk_file}
|
||||||
|
]}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{"4.3.0", [
|
||||||
|
{restart_application, emqx_psk_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]},
|
||||||
|
|
|
@ -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}
|
||||||
]},
|
]},
|
||||||
{<<".*">>, []}
|
{<<".*">>, []}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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]},
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
%% -*-: erlang -*-
|
||||||
|
{VSN,
|
||||||
|
[
|
||||||
|
{"4.3.0", [
|
||||||
|
{restart_application, emqx_sasl}
|
||||||
|
]}
|
||||||
|
],
|
||||||
|
[
|
||||||
|
{"4.3.0", [
|
||||||
|
{restart_application, emqx_sasl}
|
||||||
|
]}
|
||||||
|
]
|
||||||
|
}.
|
Loading…
Reference in New Issue