From ad0005f55876d2d43a882a9ab375ab7e38449a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Wed, 1 Dec 2021 09:42:15 +0100 Subject: [PATCH] Prepare release v1.19.0 (#853) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- CHANGELOG.md | 11 +++++++++++ packages/jaeger-ui/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f284ef3627..d3fa710752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ ### Fixes +## v1.19.0 (Dec 1, 2021) + +### Enhancements + +- "Monitor" tab for service health metrics ([@th3M1ke](https://github.com/th3M1ke) in [#815](https://github.com/jaegertracing/jaeger-ui/pull/815)). See [#2954](https://github.com/jaegertracing/jaeger/issues/2954) for more details. + +### Fixes + +- Endless loop in TraceStatistics View ([@vvvprabhakar](https://github.com/vvvprabhakar) in [#843](https://github.com/jaegertracing/jaeger-ui/pull/843)) +- Fix searching spans in a trace page ([@w0wka91](https://github.com/w0wka91) in [#837](https://github.com/jaegertracing/jaeger-ui/pull/837)) + ## v1.18.0 (Nov 6, 2021) ### Fixes diff --git a/packages/jaeger-ui/package.json b/packages/jaeger-ui/package.json index a2c0051ec2..3200b56d82 100644 --- a/packages/jaeger-ui/package.json +++ b/packages/jaeger-ui/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "jaeger-ui", - "version": "1.18.0", + "version": "1.19.0", "main": "src/index.js", "license": "Apache-2.0", "homepage": ".",