chore: bump apps vsns
@@ -2,7 +2,7 @@
{application, emqx, [
{id, "emqx"},
{description, "EMQX Core"},
- {vsn, "5.4.2"},
+ {vsn, "5.4.3"},
{modules, []},
{registered, []},
{applications, [
{application, emqx_dashboard, [
{description, "EMQX Web Dashboard"},
% strict semver, bump manually!
- {vsn, "5.1.6"},
+ {vsn, "5.1.7"},
{registered, [emqx_dashboard_sup]},
{application, emqx_durable_storage, [
{description, "Message persistence and subscription replays for EMQX"},
- {vsn, "0.4.1"},
+ {vsn, "0.4.2"},
{applications, [kernel, stdlib, rocksdb, gproc, mria, emqx_utils, gen_rpc]},
@@ -3,7 +3,7 @@
{id, "emqx_machine"},
{description, "The EMQX Machine"},
- {vsn, "0.3.6"},
+ {vsn, "0.3.7"},
{applications, [kernel, stdlib, emqx_ctl, redbug]},
{application, emqx_management, [
{description, "EMQX Management API and CLI"},
- {vsn, "5.3.2"},
+ {vsn, "5.3.3"},
{registered, [emqx_management_sup]},
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_resource, [
{description, "Manager for all external resources"},
- {vsn, "0.1.35"},
+ {vsn, "0.1.36"},
{mod, {emqx_resource_app, []}},
{application, emqx_retainer, [
{description, "EMQX Retainer"},
- {vsn, "5.0.28"},
+ {vsn, "5.0.29"},
{registered, [emqx_retainer_sup]},
{applications, [kernel, stdlib, emqx, emqx_ctl]},
@@ -29,7 +29,7 @@ all() -> emqx_common_test_helpers:all(?MODULE).
init_per_suite(Config) ->
Apps = emqx_cth_suite:start(
- [emqx, emqx_conf, emqx_retainer_SUITE:app_spec()],
+ [emqx, emqx_conf, emqx_retainer_SUITE:app_spec(enabled)],
#{work_dir => emqx_cth_suite:work_dir(Config)}
),
[{suite_apps, Apps} | Config].
@@ -26,7 +26,7 @@ all() -> emqx_common_test_helpers:all(?MODULE).
{application, emqx_rule_engine, [
{description, "EMQX Rule Engine"},
- {vsn, "5.2.2"},
+ {vsn, "5.2.3"},
{registered, [emqx_rule_engine_sup, emqx_rule_engine]},
{application, emqx_utils, [
{description, "Miscellaneous utilities for EMQX apps"},
- {vsn, "5.4.1"},
+ {vsn, "5.4.2"},
{modules, [
emqx_utils,
emqx_utils_api,