From ba0fd2b791bef3d89a374635a9124d74b767a31d Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 2 Apr 2024 18:40:45 -0400 Subject: [PATCH] Prepare release 1.56.0 Signed-off-by: Yuri Shkuro --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ RELEASE.md | 4 ++-- jaeger-ui | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3043bdcaf05..6136e01b040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,41 @@ run `make changelog` to generate content +1.56.0 (2024-04-02) +------------------- + +### Backend Changes + +#### ⛔ Breaking Changes + +* Fix hotrod instructions ([@yurishkuro](https://github.com/yurishkuro) in [#5273](https://github.com/jaegertracing/jaeger/pull/5273)) + +#### 🐞 Bug fixes, Minor Improvements + +* Refactor healthcheck signalling between server and service ([@WillSewell](https://github.com/WillSewell) in [#5308](https://github.com/jaegertracing/jaeger/pull/5308)) +* Docs: badger file permission as non-root service ([@tico88612](https://github.com/tico88612) in [#5282](https://github.com/jaegertracing/jaeger/pull/5282)) +* [kafka-consumer] add support for setting fetch message max bytes ([@sappusaketh](https://github.com/sappusaketh) in [#5283](https://github.com/jaegertracing/jaeger/pull/5283)) +* [chore] remove repetitive words ([@tgolang](https://github.com/tgolang) in [#5265](https://github.com/jaegertracing/jaeger/pull/5265)) +* Fix zipkin spanformat ([@fyuan1316](https://github.com/fyuan1316) in [#5261](https://github.com/jaegertracing/jaeger/pull/5261)) +* [kafka-producer] support setting max message size ([@sappusaketh](https://github.com/sappusaketh) in [#5263](https://github.com/jaegertracing/jaeger/pull/5263)) + +#### 🚧 Experimental Features + +* [jaeger-v2] add support for opensearch ([@akagami-harsh](https://github.com/akagami-harsh) in [#5257](https://github.com/jaegertracing/jaeger/pull/5257)) +* [jaeger-v2] add support for cassandra ([@Pushkarm029](https://github.com/Pushkarm029) in [#5253](https://github.com/jaegertracing/jaeger/pull/5253)) + +#### 👷 CI Improvements + +* Allow go-leak linter to fail ci ([@yurishkuro](https://github.com/yurishkuro) in [#5316](https://github.com/jaegertracing/jaeger/pull/5316)) +* [jaeger-v2] add grpc storage backend integration test ([@james-ryans](https://github.com/james-ryans) in [#5259](https://github.com/jaegertracing/jaeger/pull/5259)) +* Github actions added to block prs from fork/main branch ([@varshith257](https://github.com/varshith257) in [#5272](https://github.com/jaegertracing/jaeger/pull/5272)) + + +### 📊 UI Changes + +* UI pinned to version [1.40.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1400-2024-04-02). + + 1.55.0 (2024-03-04) ------------------- ### Backend Changes diff --git a/RELEASE.md b/RELEASE.md index 4c5f9643c89..84ca3d25d47 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -60,8 +60,8 @@ Here are the release managers for future versions with the tentative release dat | Version | Release Manager | Tentative release date | |---------|-----------------|------------------------| -| 1.56.0 | @yurishkuro | 3 April 2024 | | 1.57.0 | @albertteoh | 1 May 2024 | | 1.58.0 | @pavolloffay | 5 June 2024 | | 1.59.0 | @joe-elliott | 3 July 2024 | -| 1.55.0 | @jkowall | 7 August 2024 | +| 1.60.0 | @jkowall | 7 August 2024 | +| 1.61.0 | @yurishkuro | 3 Sep 2024 | diff --git a/jaeger-ui b/jaeger-ui index f704b56fbc8..f8a4ece2c01 160000 --- a/jaeger-ui +++ b/jaeger-ui @@ -1 +1 @@ -Subproject commit f704b56fbc8dedf3b7f1e23884db8108157598db +Subproject commit f8a4ece2c01769ac1126019fdca489f73ff4a1e8