Skip to content

Commit d5a9de9

Browse files
authored
Prepare release v1.68.0 (#2714)
## Description of the changes - Prepares Jaeger UI release v1.68.0 ## Checklist - [x] I have signed all commits --------- Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
1 parent 4020e0e commit d5a9de9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ Run `make changelog` to generate content.
99

1010
</details>
1111

12+
## v1.68.0 (2025-04-05)
13+
14+
#### ✨ New Features
15+
16+
* Feat: change dag styling and add search functionality ([@hari45678](https://github.com/hari45678) in [#2710](https://github.com/jaegertracing/jaeger-ui/pull/2710))
17+
18+
#### 🐞 Bug fixes, Minor Improvements
19+
20+
* Add sample graph data when in dev mode ([@hari45678](https://github.com/hari45678) in [#2698](https://github.com/jaegertracing/jaeger-ui/pull/2698))
21+
* Add depth and layout controls and sfdp layout to dag view ([@hari45678](https://github.com/hari45678) in [#2691](https://github.com/jaegertracing/jaeger-ui/pull/2691))
22+
* Add sfdp engine in @jaegertracing/plexus ([@hari45678](https://github.com/hari45678) in [#2690](https://github.com/jaegertracing/jaeger-ui/pull/2690))
23+
* Add handling or error for invalid json formats and tests ([@rohitlohar45](https://github.com/rohitlohar45) in [#2689](https://github.com/jaegertracing/jaeger-ui/pull/2689))
24+
25+
1226
## v1.67.0 (2025-03-07)
1327

1428
#### 🐞 Bug fixes, Minor Improvements

packages/jaeger-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "jaeger-ui",
4-
"version": "1.67.0",
4+
"version": "1.68.0",
55
"main": "src/index.tsx",
66
"license": "Apache-2.0",
77
"homepage": ".",

0 commit comments

Comments
 (0)