diff --git a/NEWS.md b/NEWS.md index 670792bf..f709ff74 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ erGW - 3GPP GGSN and PDN-GW in Erlang ===================================== +Version 2.6.2 - 3 November 2020 +------------------------------- + +* Update `prometheus_diameter_collector` deps for handle discarded answers in the diameter stats in `2.6.x` + Version 2.6.1 - 08 October 2020 ------------------------------- diff --git a/rebar.config b/rebar.config index 2edae1af..79c94fd5 100644 --- a/rebar.config +++ b/rebar.config @@ -13,7 +13,7 @@ {gtplib, {git, "https://github.com/travelping/gtplib.git", {branch, "master"}}}, {pfcplib, {git, "https://github.com/travelping/pfcplib.git", {branch, "master"}}}, {ergw_aaa, {git, "git://github.com/travelping/ergw_aaa", {tag, "3.5.0"}}}, - {prometheus_diameter_collector, {git, "https://github.com/travelping/prometheus_diameter_collector.git", {branch, "master"}}} + {prometheus_diameter_collector, {git, "https://github.com/travelping/prometheus_diameter_collector.git", {tag, "1.0.1"}}} ]}. {minimum_otp_vsn, "22.3"}. @@ -67,7 +67,7 @@ ]} ]}. -{relx, [{release, { 'ergw-c-node', "2.6.1" }, +{relx, [{release, { 'ergw-c-node', "2.6.2" }, [ergw, sasl, runtime_tools, diff --git a/rebar.lock b/rebar.lock index f6934815..f88fdb8d 100644 --- a/rebar.lock +++ b/rebar.lock @@ -45,7 +45,7 @@ {<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.8">>},0}, {<<"prometheus_diameter_collector">>, {git,"https://github.com/travelping/prometheus_diameter_collector.git", - {ref,"3899c5196a0e4623c09aae4750e6003300f36fea"}}, + {ref,"d2cb3854f345f7765d97cac80b98bce6bc656b5f"}}, 0}, {<<"prometheus_httpd">>,{pkg,<<"prometheus_httpd">>,<<"2.1.11">>},1}, {<<"ranch">>,{pkg,<<"ranch">>,<<"1.7.1">>},1},