Procházet zdrojové kódy

Merge pull request #14224 from id/20241114-bump-apps-vsns

chore: bump apps vsns
Ivan Dyachkov před 1 rokem
rodič
revize
ed6319b0c1

+ 1 - 1
apps/emqx/src/emqx.app.src

@@ -2,7 +2,7 @@
 {application, emqx, [
 {application, emqx, [
     {id, "emqx"},
     {id, "emqx"},
     {description, "EMQX Core"},
     {description, "EMQX Core"},
-    {vsn, "5.4.2"},
+    {vsn, "5.4.3"},
     {modules, []},
     {modules, []},
     {registered, []},
     {registered, []},
     {applications, [
     {applications, [

+ 1 - 1
apps/emqx_dashboard/src/emqx_dashboard.app.src

@@ -2,7 +2,7 @@
 {application, emqx_dashboard, [
 {application, emqx_dashboard, [
     {description, "EMQX Web Dashboard"},
     {description, "EMQX Web Dashboard"},
     % strict semver, bump manually!
     % strict semver, bump manually!
-    {vsn, "5.1.6"},
+    {vsn, "5.1.7"},
     {modules, []},
     {modules, []},
     {registered, [emqx_dashboard_sup]},
     {registered, [emqx_dashboard_sup]},
     {applications, [
     {applications, [

+ 1 - 1
apps/emqx_durable_storage/src/emqx_durable_storage.app.src

@@ -2,7 +2,7 @@
 {application, emqx_durable_storage, [
 {application, emqx_durable_storage, [
     {description, "Message persistence and subscription replays for EMQX"},
     {description, "Message persistence and subscription replays for EMQX"},
     % strict semver, bump manually!
     % strict semver, bump manually!
-    {vsn, "0.4.1"},
+    {vsn, "0.4.2"},
     {modules, []},
     {modules, []},
     {registered, []},
     {registered, []},
     {applications, [kernel, stdlib, rocksdb, gproc, mria, emqx_utils, gen_rpc]},
     {applications, [kernel, stdlib, rocksdb, gproc, mria, emqx_utils, gen_rpc]},

+ 1 - 1
apps/emqx_machine/src/emqx_machine.app.src

@@ -3,7 +3,7 @@
     {id, "emqx_machine"},
     {id, "emqx_machine"},
     {description, "The EMQX Machine"},
     {description, "The EMQX Machine"},
     % strict semver, bump manually!
     % strict semver, bump manually!
-    {vsn, "0.3.6"},
+    {vsn, "0.3.7"},
     {modules, []},
     {modules, []},
     {registered, []},
     {registered, []},
     {applications, [kernel, stdlib, emqx_ctl, redbug]},
     {applications, [kernel, stdlib, emqx_ctl, redbug]},

+ 1 - 1
apps/emqx_management/src/emqx_management.app.src

@@ -2,7 +2,7 @@
 {application, emqx_management, [
 {application, emqx_management, [
     {description, "EMQX Management API and CLI"},
     {description, "EMQX Management API and CLI"},
     % strict semver, bump manually!
     % strict semver, bump manually!
-    {vsn, "5.3.2"},
+    {vsn, "5.3.3"},
     {modules, []},
     {modules, []},
     {registered, [emqx_management_sup]},
     {registered, [emqx_management_sup]},
     {applications, [
     {applications, [

+ 1 - 1
apps/emqx_resource/src/emqx_resource.app.src

@@ -1,7 +1,7 @@
 %% -*- mode: erlang -*-
 %% -*- mode: erlang -*-
 {application, emqx_resource, [
 {application, emqx_resource, [
     {description, "Manager for all external resources"},
     {description, "Manager for all external resources"},
-    {vsn, "0.1.35"},
+    {vsn, "0.1.36"},
     {registered, []},
     {registered, []},
     {mod, {emqx_resource_app, []}},
     {mod, {emqx_resource_app, []}},
     {applications, [
     {applications, [

+ 1 - 1
apps/emqx_retainer/src/emqx_retainer.app.src

@@ -2,7 +2,7 @@
 {application, emqx_retainer, [
 {application, emqx_retainer, [
     {description, "EMQX Retainer"},
     {description, "EMQX Retainer"},
     % strict semver, bump manually!
     % strict semver, bump manually!
-    {vsn, "5.0.28"},
+    {vsn, "5.0.29"},
     {modules, []},
     {modules, []},
     {registered, [emqx_retainer_sup]},
     {registered, [emqx_retainer_sup]},
     {applications, [kernel, stdlib, emqx, emqx_ctl]},
     {applications, [kernel, stdlib, emqx, emqx_ctl]},

+ 1 - 1
apps/emqx_retainer/test/emqx_retainer_cli_SUITE.erl

@@ -29,7 +29,7 @@ all() -> emqx_common_test_helpers:all(?MODULE).
 
 
 init_per_suite(Config) ->
 init_per_suite(Config) ->
     Apps = emqx_cth_suite:start(
     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)}
         #{work_dir => emqx_cth_suite:work_dir(Config)}
     ),
     ),
     [{suite_apps, Apps} | Config].
     [{suite_apps, Apps} | Config].

+ 1 - 1
apps/emqx_retainer/test/emqx_retainer_mqtt_v5_SUITE.erl

@@ -26,7 +26,7 @@ all() -> emqx_common_test_helpers:all(?MODULE).
 
 
 init_per_suite(Config) ->
 init_per_suite(Config) ->
     Apps = emqx_cth_suite:start(
     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)}
         #{work_dir => emqx_cth_suite:work_dir(Config)}
     ),
     ),
     [{suite_apps, Apps} | Config].
     [{suite_apps, Apps} | Config].

+ 1 - 1
apps/emqx_rule_engine/src/emqx_rule_engine.app.src

@@ -2,7 +2,7 @@
 {application, emqx_rule_engine, [
 {application, emqx_rule_engine, [
     {description, "EMQX Rule Engine"},
     {description, "EMQX Rule Engine"},
     % strict semver, bump manually!
     % strict semver, bump manually!
-    {vsn, "5.2.2"},
+    {vsn, "5.2.3"},
     {modules, []},
     {modules, []},
     {registered, [emqx_rule_engine_sup, emqx_rule_engine]},
     {registered, [emqx_rule_engine_sup, emqx_rule_engine]},
     {applications, [
     {applications, [

+ 1 - 1
apps/emqx_utils/src/emqx_utils.app.src

@@ -2,7 +2,7 @@
 {application, emqx_utils, [
 {application, emqx_utils, [
     {description, "Miscellaneous utilities for EMQX apps"},
     {description, "Miscellaneous utilities for EMQX apps"},
     % strict semver, bump manually!
     % strict semver, bump manually!
-    {vsn, "5.4.1"},
+    {vsn, "5.4.2"},
     {modules, [
     {modules, [
         emqx_utils,
         emqx_utils,
         emqx_utils_api,
         emqx_utils_api,