Skip to content

Commit

Permalink
Prepare release v1.39.0 (#2193)
Browse files Browse the repository at this point in the history
Prepare for v1.39.0 release

Signed-off-by: Jonah Kowall <[email protected]>
  • Loading branch information
jkowall authored Mar 4, 2024
1 parent d8bf9b9 commit f704b56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ Run `make changelog` to generate content.

</details>

## v1.39.0 (2024-03-04)

#### ✨ New Features:

* Support uploading traces in opentelemetry format (otlp json) ([@NavinShrinivas](https://github.com/NavinShrinivas) in [#2145](https://github.com/jaegertracing/jaeger-ui/pull/2145))

#### 🐞 Bug fixes, Minor Improvements:

* Gracefully handle spans without logs field ([@MaXal](https://github.com/MaXal) in [#2191](https://github.com/jaegertracing/jaeger-ui/pull/2191))
* Prevent keyvaluetable copy column from wrapping ([@bobrik](https://github.com/bobrik) in [#2181](https://github.com/jaegertracing/jaeger-ui/pull/2181))
* Use json for table values only for objects ([@bobrik](https://github.com/bobrik) in [#2168](https://github.com/jaegertracing/jaeger-ui/pull/2168))

## v1.38.0 (2024-02-06)

#### ✨ New Features:
Expand Down
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "jaeger-ui",
"version": "1.38.0",
"version": "1.39.0",
"main": "src/index.tsx",
"license": "Apache-2.0",
"homepage": ".",
Expand Down

0 comments on commit f704b56

Please sign in to comment.