Merge pull request #4586 from rabbitmq/mk-bump-observer-cli-to-1.7.3
Bump observer_cli to 1.7.3
This commit is contained in:
commit
1b17ad725f
|
@ -122,7 +122,7 @@ defmodule RabbitMQCtl.MixfileBase do
|
||||||
{:json, "~> 1.4.1"},
|
{:json, "~> 1.4.1"},
|
||||||
{:csv, "~> 2.4.0"},
|
{:csv, "~> 2.4.0"},
|
||||||
{:stdout_formatter, "~> 0.2.3"},
|
{:stdout_formatter, "~> 0.2.3"},
|
||||||
{:observer_cli, "~> 1.7.2"},
|
{:observer_cli, "~> 1.7.3"},
|
||||||
|
|
||||||
{:amqp, "~> 2.1.0", only: :test},
|
{:amqp, "~> 2.1.0", only: :test},
|
||||||
{:dialyxir, "~> 0.5", only: :test, runtime: false},
|
{:dialyxir, "~> 0.5", only: :test, runtime: false},
|
||||||
|
|
|
@ -120,7 +120,7 @@ dep_ra = git https://github.com/rabbitmq/ra.git main
|
||||||
dep_ranch = hex 2.1.0
|
dep_ranch = hex 2.1.0
|
||||||
dep_recon = hex 2.5.2
|
dep_recon = hex 2.5.2
|
||||||
dep_redbug = hex 2.0.7
|
dep_redbug = hex 2.0.7
|
||||||
dep_observer_cli = hex 1.7.2
|
dep_observer_cli = hex 1.7.3
|
||||||
dep_stdout_formatter = hex 0.2.4
|
dep_stdout_formatter = hex 0.2.4
|
||||||
dep_sysmon_handler = hex 1.3.0
|
dep_sysmon_handler = hex 1.3.0
|
||||||
|
|
||||||
|
|
|
@ -322,5 +322,5 @@ This release includes all applicable [bug fixes that shipped in `3.9.x` releases
|
||||||
* `ranch` upgraded from [`2.0.0` to `2.1.0`](https://github.com/ninenines/ranch/compare/2.0.0...2.1.0)
|
* `ranch` upgraded from [`2.0.0` to `2.1.0`](https://github.com/ninenines/ranch/compare/2.0.0...2.1.0)
|
||||||
* `prometheus` upgraded from [`4.8.1` to `4.8.2`](https://github.com/deadtrickster/prometheus.erl/compare/06425c21a39c1564164f1cc3fe5bdfa8b23b1f78...v4.8.2)
|
* `prometheus` upgraded from [`4.8.1` to `4.8.2`](https://github.com/deadtrickster/prometheus.erl/compare/06425c21a39c1564164f1cc3fe5bdfa8b23b1f78...v4.8.2)
|
||||||
* `eetcd` upgraded from [`0.3.3` to `0.3.5`](https://github.com/zhongwencool/eetcd/compare/v0.3.3...v0.3.5)
|
* `eetcd` upgraded from [`0.3.3` to `0.3.5`](https://github.com/zhongwencool/eetcd/compare/v0.3.3...v0.3.5)
|
||||||
* `observer_cli` upgraded from [`1.6.2` to `1.7.2`](https://github.com/zhongwencool/observer_cli/compare/1.6.2...1.7.2)
|
* `observer_cli` upgraded from [`1.6.2` to `1.7.3`](https://github.com/zhongwencool/observer_cli/compare/1.6.2...1.7.3)
|
||||||
* `gen_batch_server` upgraded from [`0.8.6` to `0.8.7`](https://github.com/rabbitmq/gen-batch-server/compare/38191672ee0f22a8d5291c6c09f8c07178d565ca...v0.8.7)
|
* `gen_batch_server` upgraded from [`0.8.6` to `0.8.7`](https://github.com/rabbitmq/gen-batch-server/compare/38191672ee0f22a8d5291c6c09f8c07178d565ca...v0.8.7)
|
||||||
|
|
|
@ -152,8 +152,8 @@ erlang_app(
|
||||||
|
|
||||||
hex_pm_erlang_app(
|
hex_pm_erlang_app(
|
||||||
name = "observer_cli",
|
name = "observer_cli",
|
||||||
version = "1.7.2",
|
version = "1.7.3",
|
||||||
sha256 = "a1d280c112bb5443f09b63041d6c5dda39b40829db40b24fdf208e1b86dab353",
|
sha256 = "a41b6d3e11a3444e063e09cc225f7f3e631ce14019e5fbcaebfda89b1bd788ea",
|
||||||
)
|
)
|
||||||
|
|
||||||
git_repository(
|
git_repository(
|
||||||
|
|
Loading…
Reference in New Issue