Skip to content

Commit

Permalink
Prepare Release 1.54.0 (#5172)
Browse files Browse the repository at this point in the history
Prepares Jaeger for release 1.54.0.

Includes jaeger-ui submodule updates.

---------

Signed-off-by: Joe Elliott <number101010@gmail.com>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
joe-elliott and yurishkuro committed Feb 6, 2024
1 parent 6b2afd1 commit a614bb9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Expand Up @@ -21,6 +21,32 @@ run `make changelog` to generate content

</details>

1.54.0 (2024-02-06)
-------------------

#### ⛔ Breaking Changes:

* Remove remnants of internal otlp types ([@yurishkuro](https://github.com/yurishkuro) in [#5107](https://github.com/jaegertracing/jaeger/pull/5107))
* 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))

#### ✨ New Features:

* [jaeger-v2] add support for badger ([@akagami-harsh](https://github.com/akagami-harsh) in [#5112](https://github.com/jaegertracing/jaeger/pull/5112))

#### 🐞 Bug fixes, Minor Improvements:

* [jaeger-v2] streamline storage initialization ([@yurishkuro](https://github.com/yurishkuro) in [#5171](https://github.com/jaegertracing/jaeger/pull/5171))
* Replace security self-assesment with one from cncf/tag-security ([@jkowall](https://github.com/jkowall) in [#5142](https://github.com/jaegertracing/jaeger/pull/5142))
* Avoid changing a correct order of span references ([@sherwoodwang](https://github.com/sherwoodwang) in [#5121](https://github.com/jaegertracing/jaeger/pull/5121))

#### 👷 CI Improvements:

* Remove test summary reports ([@albertteoh](https://github.com/albertteoh) in [#5126](https://github.com/jaegertracing/jaeger/pull/5126))

### UI Changes

* UI pinned to version [1.38.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1380-2024-02-06).

1.53.0 (2024-01-08)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Expand Up @@ -54,8 +54,8 @@ Here are the release managers for future versions with the tentative release dat

| Version | Release Manager | Tentative release date |
|---------|-----------------|------------------------|
| 1.53.0 | @pavolloffay | 3 January 2024 |
| 1.54.0 | @joe-elliott | 7 February 2024 |
| 1.55.0 | @jkowall | 6 March 2024 |
| 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 |

0 comments on commit a614bb9

Please sign in to comment.