Skip to content

Commit d440fe1

Browse files
jkowallyurishkuro
andauthored
Prepare v1.55.0 release (#5255)
Prepares Jaeger for release 1.55.0. Includes jaeger-ui submodule updates. I can add more updates for the RELEASE.md if needed based on the Slack discussion. Thank you. --------- Signed-off-by: Jonah Kowall <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent 88ac2e7 commit d440fe1

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

CHANGELOG.md

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

2222
</details>
2323

24+
1.55.0 (2024-03-04)
25+
-------------------
26+
#### ✨ New Features:
27+
28+
* Support uploading traces to UI in OpenTelemetry format (OTLP/JSON) ([@NavinShrinivas](https://github.com/NavinShrinivas) in [#5155](https://github.com/jaegertracing/jaeger/pull/5155))
29+
* Add Elasticsearch storage support for adaptive sampling ([@Pushkarm029](https://github.com/Pushkarm029) in [#5158](https://github.com/jaegertracing/jaeger/pull/5158))
30+
31+
#### 🐞 Bug fixes, Minor Improvements:
32+
33+
* Add the `print-config` subcommand ([@gmafrac](https://github.com/gmafrac) in [#5200](https://github.com/jaegertracing/jaeger/pull/5200))
34+
* Return more detailed errors from ES storage ([@yurishkuro](https://github.com/yurishkuro) in [#5209](https://github.com/jaegertracing/jaeger/pull/5209))
35+
* Bump go version ([@yurishkuro](https://github.com/yurishkuro) in [#5180](https://github.com/jaegertracing/jaeger/pull/5180))
36+
37+
#### 🚧 Experimental Features:
38+
39+
* [jaeger-v2] Add support for gRPC storarge ([@james-ryans](https://github.com/james-ryans) in [#5228](https://github.com/jaegertracing/jaeger/pull/5228))
40+
* [jaeger-v2] Add support for Elasticsearch ([@akagami-harsh](https://github.com/akagami-harsh) in [#5152](https://github.com/jaegertracing/jaeger/pull/5152))
41+
42+
### UI Changes
43+
44+
* UI pinned to version [1.39.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1390-2024-03-04).
45+
46+
2447
1.54.0 (2024-02-06)
2548
-------------------
2649

RELEASE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
* The section can be split into sub-section if necessary, e.g. UI Changes, Backend Changes, Bug Fixes, etc.
88
* If the jaeger-ui submodule has changes cut a new release and also upgrade the submodule versions then commit, for example:
99
```
10+
git submodule init
11+
git submodule update
1012
cd jaeger-ui
11-
git ls-remote --tags origin
12-
git fetch
13+
git checkout main
14+
git pull
1315
git checkout {new_version} //e.g. v1.5.0
1416
```
1517
* If there are no changes, indicate this with "No changes" ([example](https://github.com/jaegertracing/jaeger/pull/4131/files)).
@@ -53,8 +55,8 @@ Here are the release managers for future versions with the tentative release dat
5355
5456
| Version | Release Manager | Tentative release date |
5557
|---------|-----------------|------------------------|
56-
| 1.55.0 | @jkowall | 6 March 2024 |
5758
| 1.56.0 | @yurishkuro | 3 April 2024 |
5859
| 1.57.0 | @albertteoh | 1 May 2024 |
5960
| 1.58.0 | @pavolloffay | 5 June 2024 |
6061
| 1.59.0 | @joe-elliott | 3 July 2024 |
62+
| 1.55.0 | @jkowall | 7 August 2024 |

0 commit comments

Comments
 (0)