Skip to content

Commit a614bb9

Browse files
Prepare Release 1.54.0 (#5172)
Prepares Jaeger for release 1.54.0. Includes jaeger-ui submodule updates. --------- Signed-off-by: Joe Elliott <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent 6b2afd1 commit a614bb9

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,32 @@ run `make changelog` to generate content
2121

2222
</details>
2323

24+
1.54.0 (2024-02-06)
25+
-------------------
26+
27+
#### ⛔ Breaking Changes:
28+
29+
* Remove remnants of internal otlp types ([@yurishkuro](https://github.com/yurishkuro) in [#5107](https://github.com/jaegertracing/jaeger/pull/5107))
30+
* Use official otlp types in api_v3 and avoid triple-marshaling ([@yurishkuro](https://github.com/yurishkuro) in [#5098](https://github.com/jaegertracing/jaeger/pull/5098))
31+
32+
#### ✨ New Features:
33+
34+
* [jaeger-v2] add support for badger ([@akagami-harsh](https://github.com/akagami-harsh) in [#5112](https://github.com/jaegertracing/jaeger/pull/5112))
35+
36+
#### 🐞 Bug fixes, Minor Improvements:
37+
38+
* [jaeger-v2] streamline storage initialization ([@yurishkuro](https://github.com/yurishkuro) in [#5171](https://github.com/jaegertracing/jaeger/pull/5171))
39+
* Replace security self-assesment with one from cncf/tag-security ([@jkowall](https://github.com/jkowall) in [#5142](https://github.com/jaegertracing/jaeger/pull/5142))
40+
* Avoid changing a correct order of span references ([@sherwoodwang](https://github.com/sherwoodwang) in [#5121](https://github.com/jaegertracing/jaeger/pull/5121))
41+
42+
#### 👷 CI Improvements:
43+
44+
* Remove test summary reports ([@albertteoh](https://github.com/albertteoh) in [#5126](https://github.com/jaegertracing/jaeger/pull/5126))
45+
46+
### UI Changes
47+
48+
* UI pinned to version [1.38.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1380-2024-02-06).
49+
2450
1.53.0 (2024-01-08)
2551
-------------------
2652

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Here are the release managers for future versions with the tentative release dat
5454
5555
| Version | Release Manager | Tentative release date |
5656
|---------|-----------------|------------------------|
57-
| 1.53.0 | @pavolloffay | 3 January 2024 |
58-
| 1.54.0 | @joe-elliott | 7 February 2024 |
5957
| 1.55.0 | @jkowall | 6 March 2024 |
6058
| 1.56.0 | @yurishkuro | 3 April 2024 |
6159
| 1.57.0 | @albertteoh | 1 May 2024 |
60+
| 1.58.0 | @pavolloffay | 5 June 2024 |
61+
| 1.59.0 | @joe-elliott | 3 July 2024 |

0 commit comments

Comments
 (0)