From a49094c2620c5b62ef6228d736460200f3604a8c Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Thu, 12 May 2022 00:13:38 +0200 Subject: [PATCH] Prepare release 1.34.0 (#3670) Signed-off-by: Pavol Loffay --- CHANGELOG.md | 25 +++++++++++++++++++++++++ RELEASE.md | 12 ++++++------ jaeger-ui | 2 +- 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b210be001bf..5175890ea37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,31 @@ next release ### UI Changes +1.34.0 (2022-05-11) +------------------- +### Backend Changes + +#### Breaking Changes + +#### New Features + +* Add kubernetes example for hotrod app ([@highb](https://github.com/highb) in [#3645](https://github.com/jaegertracing/jaeger/pull/3645)) +* Support writing via gRPC stream in storage plugin ([@vuuihc](https://github.com/vuuihc) in [#3640](https://github.com/jaegertracing/jaeger/pull/3640)) +* Instrument MetricsReader with metrics ([@albertteoh](https://github.com/albertteoh) in [#3667](https://github.com/jaegertracing/jaeger/pull/3667)) + +#### Bug fixes, Minor Improvements + +* Sanitize spans with null process or empty service name ([@yurishkuro](https://github.com/yurishkuro) in [#3631](https://github.com/jaegertracing/jaeger/pull/3631)) +* Flow tenant through processors as a string ([@esnible](https://github.com/esnible) in [#3661](https://github.com/jaegertracing/jaeger/pull/3661)) +* Fix es.log-level behaviour ([@albertteoh](https://github.com/albertteoh) in [#3664](https://github.com/jaegertracing/jaeger/pull/3664)) +* Mention remote gRPC storage API ([@yurishkuro](https://github.com/yurishkuro) in [cb6853d](https://github.com/jaegertracing/jaeger/commit/cb6853d4eea1ab5430f5e8db6b603cd7de5a16c3)) +* Perform log.fatal if TLS flags are used when tls.enabled=false #2893 ([@clock21am](https://github.com/clock21am) in [#3030](https://github.com/jaegertracing/jaeger/pull/3030)) +* Upgrade to Go 1.18 ([@yurishkuro](https://github.com/yurishkuro) in [#3624](https://github.com/jaegertracing/jaeger/pull/3624)) + +### UI Changes + +* UI pinned to version 1.23.0. The changelog is available here [v1.23.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1220-2022-05-10). + 1.33.0 (2022-04-11) ------------------- #### New Features diff --git a/RELEASE.md b/RELEASE.md index 7562f8cb6a1..24862bcb599 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -36,9 +36,9 @@ In order to ensure that knowledge about releasing Jaeger is spread among maintai Here are the release managers for future versions with the tentative release dates. The release dates are the first Wednesday of the month, and we might skip a release if not enough changes happened since the previous release. In such case, the next tentative release date is the first Wednesday of the subsequent month. -| Version | Release Manager | Tentative release date | -|---------|------------------|------------------------| -| 1.34.0 | @pavolloffay | 4 May 2022 | -| 1.35.0 | @yurishkuro | 3 June 2022 | -| 1.36.0 | @albertteoh | 6 July 2022 | -| 1.37.0 | @joe-elliott | 3 August 2022 | +| Version | Release Manager | Tentative release date | +|---------|-----------------|------------------------| +| 1.35.0 | @yurishkuro | 3 June 2022 | +| 1.36.0 | @albertteoh | 6 July 2022 | +| 1.37.0 | @joe-elliott | 3 August 2022 | +| 1.38.0 | @pavolloffay | 07 September 2022 | diff --git a/jaeger-ui b/jaeger-ui index 53da5e6b52b..4ada9006867 160000 --- a/jaeger-ui +++ b/jaeger-ui @@ -1 +1 @@ -Subproject commit 53da5e6b52b20f23b043e7f19af2b5203a454f23 +Subproject commit 4ada9006867ffe7110bce51664ef28cc8127c4a1