Merge pull request #12865 from id/0411-cut-5.6.1-beta.1

chore: 5.6.1-beta.1
This commit is contained in:
Ivan Dyachkov 2024-04-12 08:39:03 +02:00 committed by GitHub
commit 76aa4cf434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 6 deletions

View File

@ -32,7 +32,7 @@
%% `apps/emqx/src/bpapi/README.md'
%% Opensource edition
-define(EMQX_RELEASE_CE, "5.6.0").
-define(EMQX_RELEASE_CE, "5.6.1-beta.1").
%% Enterprise edition
-define(EMQX_RELEASE_EE, "5.6.0").
-define(EMQX_RELEASE_EE, "5.6.1-beta.1").

View File

@ -144,7 +144,13 @@ t_open_ports_check(Config) ->
?assertEqual(ok, erpc:call(Core2, emqx_machine, open_ports_check, [])),
?assertEqual(ok, erpc:call(Replicant, emqx_machine, open_ports_check, [])),
true = erlang:monitor_node(Core2, true),
ok = emqx_cth_cluster:stop_node(Core2),
receive
{nodedown, Core2} -> ok
after 10000 ->
ct:fail("nodedown message not received after 10 seconds.")
end,
?assertEqual(ok, erpc:call(Replicant, emqx_machine, open_ports_check, [])),
Results = erpc:call(Core1, emqx_machine, open_ports_check, []),

View File

@ -14,8 +14,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 5.6.0
version: 5.6.1-beta.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 5.6.0
appVersion: 5.6.1-beta.1

View File

@ -14,8 +14,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 5.6.0
version: 5.6.1-beta.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 5.6.0
appVersion: 5.6.1-beta.1