From 398f0963e3c5e3380c9007ea9d75c9947d367846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Wed, 1 Dec 2021 11:52:24 +0100 Subject: [PATCH] Prepare release v1.29.0 (#3419) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Prepare release v1.29.0 Signed-off-by: Juraci Paixão Kröhling * Proper format for changelog Signed-off-by: Juraci Paixão Kröhling --- CHANGELOG.md | 22 +++++++++++++++++++++- RELEASE.md | 3 ++- jaeger-ui | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b1a48a110..da32e66f4db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,30 @@ next release ------------------- ### Backend Changes #### Breaking Changes -* Remove deprecated `--badger.truncate` CLI flag in [#3410](https://github.com/jaegertracing/jaeger/pull/3410)) #### New Features +1.29.0 (2021-12-01) +------------------- +### Backend Changes + +#### Breaking Changes + +* Remove deprecated `--badger.truncate` CLI flag ([@yurishkuro](https://github.com/yurishkuro) in [#3410](https://github.com/jaegertracing/jaeger/pull/3410)) + +#### New Features + +* Expose rackID option in ingester ([@shyimo](https://github.com/shyimo) in [#3395](https://github.com/jaegertracing/jaeger/pull/3395)) + +#### Bug fixes, Minor Improvements + +* Fix debug image builds by installing `build-base` to enable GCC ([@yurishkuro](https://github.com/yurishkuro) in [#3400](https://github.com/jaegertracing/jaeger/pull/3400)) +* Limit URL size in Elasticsearch index delete request ([@jkandasa](https://github.com/jkandasa) in [#3375](https://github.com/jaegertracing/jaeger/pull/3375)) + +### UI Changes + +* UI pinned to version 1.19.0. The changelog is available here [v1.19.0](https://github.com/jaegertracing/jaeger-ui/blob/master/CHANGELOG.md#v1190-dec-1-2021) + 1.28.0 (2021-11-06) ------------------- ### Backend Changes diff --git a/RELEASE.md b/RELEASE.md index 54ebe275118..72296ad706e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -42,5 +42,6 @@ Here are the release managers for future versions with the tentative release dat | 1.30.0 | @pavolloffay | 5 January 2022 | | 1.31.0 | @vprithvi | 2 February 2022 | | 1.32.0 | @yurishkuro | 2 March 2022 | -| 1.33.0 | @joe-elliott | 6 April 2022 | +| 1.33.0 | @jpkrohling | 6 April 2022 | | 1.34.0 | @albertteoh | 4 May 2022 | +| 1.35.0 | @joe-elliott | 1 June 2022 | diff --git a/jaeger-ui b/jaeger-ui index be446bc409a..ad0005f5587 160000 --- a/jaeger-ui +++ b/jaeger-ui @@ -1 +1 @@ -Subproject commit be446bc409a69f96d51cd217170b05f1e0f0ba36 +Subproject commit ad0005f55876d2d43a882a9ab375ab7e38449a06