From 1b46aaf86500a6ab9f7bb4c8f5e54788bfbcddfc Mon Sep 17 00:00:00 2001 From: Naga Venkata Pradeep Namburi Date: Sun, 31 Jan 2021 20:58:54 -0600 Subject: [PATCH] Update CHANGELOG.md Update Change log to use actual CLI Flags instead of variable names. Fixes part of https://github.com/jaegertracing/jaeger/issues/2738 Signed-off-by: pradeepnnv Co-authored-by: Yuri Shkuro --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e205c83d988..c38fd62bd11f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Changes by Version #### Breaking changes -* Remove depricated flags `healthCheckHTTPPortWarning` & `adminHTTPPortWarning` ([#2752](https://github.com/jaegertracing/jaeger/pull/2752), [@pradeepnnv](https://github.com/pradeepnnv)) +* Remove deprecated flags `--health-check-http-port` & `--admin-http-port`, please use `--admin.http.host-port` ([#2752](https://github.com/jaegertracing/jaeger/pull/2752), [@pradeepnnv](https://github.com/pradeepnnv)) #### New Features