From 7b1469fb625c5147a427be5c04ac307c44fc78aa 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 Signed-off-by: pradeepnnv --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e205c83d98..c38fd62bd11 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