chore: pin `telemetry` version

This commit is contained in:
Thales Macedo Garitezi 2022-10-13 09:27:24 -03:00
parent f0ff32c031
commit 24eda247ae
2 changed files with 3 additions and 1 deletions

View File

@ -63,6 +63,7 @@ defmodule EMQXUmbrella.MixProject do
{:rulesql, github: "emqx/rulesql", tag: "0.1.4"}, {:rulesql, github: "emqx/rulesql", tag: "0.1.4"},
{:observer_cli, "1.7.1"}, {:observer_cli, "1.7.1"},
{:system_monitor, github: "ieQu1/system_monitor", tag: "3.0.3"}, {:system_monitor, github: "ieQu1/system_monitor", tag: "3.0.3"},
{:telemetry, "1.1.0"},
# in conflict by emqtt and hocon # in conflict by emqtt and hocon
{:getopt, "1.0.2", override: true}, {:getopt, "1.0.2", override: true},
{:snabbkaffe, github: "kafka4beam/snabbkaffe", tag: "1.0.0", override: true}, {:snabbkaffe, github: "kafka4beam/snabbkaffe", tag: "1.0.0", override: true},
@ -516,7 +517,7 @@ defmodule EMQXUmbrella.MixProject do
|> Path.join("RELEASES") |> Path.join("RELEASES")
|> File.open!([:write, :utf8], fn handle -> |> File.open!([:write, :utf8], fn handle ->
IO.puts(handle, "%% coding: utf-8") IO.puts(handle, "%% coding: utf-8")
:io.format(handle, ~c"~tp.~n", [release_entry]) :io.format(handle, '~tp.~n', [release_entry])
end) end)
release release

View File

@ -71,6 +71,7 @@
, {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.1"}}} , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.5.1"}}}
, {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.2.0"}}} , {esasl, {git, "https://github.com/emqx/esasl", {tag, "0.2.0"}}}
, {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}} , {jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.2"}}}
, {telemetry, "1.1.0"}
]}. ]}.
{xref_ignores, {xref_ignores,