Преглед на файлове

chore(ekka): Bump version

ieQu1 преди 3 години
родител
ревизия
b0777ca73b
променени са 5 файла, в които са добавени 5 реда и са изтрити 3 реда
  1. 1 1
      apps/emqx/rebar.config
  2. 1 0
      changes/ce/fix-10021.en.md
  3. 1 0
      changes/ce/fix-10021.zh.md
  4. 1 1
      mix.exs
  5. 1 1
      rebar.config

+ 1 - 1
apps/emqx/rebar.config

@@ -27,7 +27,7 @@
     {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}},
     {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.0"}}},
     {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.9.4"}}},
-    {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.14.0"}}},
+    {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.14.1"}}},
     {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.8.1"}}},
     {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.35.3"}}},
     {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {tag, "2.0.4"}}},

+ 1 - 0
changes/ce/fix-10021.en.md

@@ -0,0 +1 @@
+Fix error message when the target node of `emqx_ctl cluster join` command is not running.

+ 1 - 0
changes/ce/fix-10021.zh.md

@@ -0,0 +1 @@
+修正当`emqx_ctl cluster join`命令的目标节点未运行时的错误信息。

+ 1 - 1
mix.exs

@@ -53,7 +53,7 @@ defmodule EMQXUmbrella.MixProject do
       {:cowboy, github: "emqx/cowboy", tag: "2.9.0", override: true},
       {:esockd, github: "emqx/esockd", tag: "5.9.4", override: true},
       {:rocksdb, github: "emqx/erlang-rocksdb", tag: "1.7.2-emqx-7", override: true},
-      {:ekka, github: "emqx/ekka", tag: "0.14.0", override: true},
+      {:ekka, github: "emqx/ekka", tag: "0.14.1", override: true},
       {:gen_rpc, github: "emqx/gen_rpc", tag: "2.8.1", override: true},
       {:grpc, github: "emqx/grpc-erl", tag: "0.6.7", override: true},
       {:minirest, github: "emqx/minirest", tag: "1.3.8", override: true},

+ 1 - 1
rebar.config

@@ -55,7 +55,7 @@
     , {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.9.0"}}}
     , {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.9.4"}}}
     , {rocksdb, {git, "https://github.com/emqx/erlang-rocksdb", {tag, "1.7.2-emqx-7"}}}
-    , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.14.0"}}}
+    , {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.14.1"}}}
     , {gen_rpc, {git, "https://github.com/emqx/gen_rpc", {tag, "2.8.1"}}}
     , {grpc, {git, "https://github.com/emqx/grpc-erl", {tag, "0.6.7"}}}
     , {minirest, {git, "https://github.com/emqx/minirest", {tag, "1.3.8"}}}