Skip to content

Commit 296cbc0

Browse files
authored
Prepare release v.1.72.0 (#3006)
## Description of the changes Prepare release v.1.72.0 ## Checklist - [X] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` --------- Signed-off-by: Jonah Kowall <jkowall@kowall.net>
1 parent 704a552 commit 296cbc0

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

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

1010
</details>
1111

12+
## v1.72.0 (2025-08-05)
13+
14+
#### 🐞 Bug fixes, Minor Improvements
15+
16+
* Do not mark help-wanted issues as stale ([@Parship999](https://github.com/Parship999) in [#3000](https://github.com/jaegertracing/jaeger-ui/pull/3000))
17+
* Fix the issue of operation reset to all when reloading the search screen ([@Parship999](https://github.com/Parship999) in [#2995](https://github.com/jaegertracing/jaeger-ui/pull/2995))
18+
* Enable automated closing of stale pull requests and issues ([@Parship999](https://github.com/Parship999) in [#2994](https://github.com/jaegertracing/jaeger-ui/pull/2994))
19+
* Setup husky pre-commit hook with lint-staged ([@gkbishnoi07](https://github.com/gkbishnoi07) in [#2983](https://github.com/jaegertracing/jaeger-ui/pull/2983))
20+
* Upgrade redux-actions to 3.x ([@Parship999](https://github.com/Parship999) in [#2980](https://github.com/jaegertracing/jaeger-ui/pull/2980))
21+
* Feat: upgrade to eslint 9+ with flat configuration ([@gkbishnoi07](https://github.com/gkbishnoi07) in [#2966](https://github.com/jaegertracing/jaeger-ui/pull/2966))
22+
* Add code coverage explanation to readme.md ([@Parship999](https://github.com/Parship999) in [#2968](https://github.com/jaegertracing/jaeger-ui/pull/2968))
23+
* Fix the ddg node tooltip position ([@Parship999](https://github.com/Parship999) in [#2967](https://github.com/jaegertracing/jaeger-ui/pull/2967))
24+
* Implemented the mouse-over popup functionality for the dots on the time series view ([@Parship999](https://github.com/Parship999) in [#2964](https://github.com/jaegertracing/jaeger-ui/pull/2964))
25+
* Fix ui bug of convertserviceerrorratetopercentages ([@pipiland2612](https://github.com/pipiland2612) in [#2957](https://github.com/jaegertracing/jaeger-ui/pull/2957))
26+
* Fix bug when calculate groupbyoperation metrics ([@pipiland2612](https://github.com/pipiland2612) in [#2923](https://github.com/jaegertracing/jaeger-ui/pull/2923))
27+
28+
#### 👷 CI Improvements
29+
30+
* Fix: enable codeql scan on main to resolve configuration missing error ([@gkbishnoi07](https://github.com/gkbishnoi07) in [#2958](https://github.com/jaegertracing/jaeger-ui/pull/2958))
31+
32+
#### ⚙️ Refactoring
33+
34+
* Convert archivenotifier/index to functional component ([@Parship999](https://github.com/Parship999) in [#2999](https://github.com/jaegertracing/jaeger-ui/pull/2999))
35+
* Convert tracediffgraph.tsx from class to functional component ([@Parship999](https://github.com/Parship999) in [#2998](https://github.com/jaegertracing/jaeger-ui/pull/2998))
36+
* Convert layoutsettings/index.tsx component to functional component ([@Parship999](https://github.com/Parship999) in [#2986](https://github.com/jaegertracing/jaeger-ui/pull/2986))
37+
* Convert deepdependencies/header/index.tsx component to functional component ([@Parship999](https://github.com/Parship999) in [#2985](https://github.com/jaegertracing/jaeger-ui/pull/2985))
38+
* Convert `traces.tsx` from class component to functional component ([@Parship999](https://github.com/Parship999) in [#2959](https://github.com/jaegertracing/jaeger-ui/pull/2959))
39+
* Convert `sidepanel/index.tsx` from class component to functional component ([@Parship999](https://github.com/Parship999) in [#2960](https://github.com/jaegertracing/jaeger-ui/pull/2960))
40+
* Convert `uifindinput.tsx` from class component to functional component ([@Parship999](https://github.com/Parship999) in [#2954](https://github.com/jaegertracing/jaeger-ui/pull/2954))
41+
* Convert `detailtabledropdown.tsx` from class component to functional component ([@Parship999](https://github.com/Parship999) in [#2948](https://github.com/jaegertracing/jaeger-ui/pull/2948))
42+
* Convert `listitem.tsx` from class component to functional component ([@Parship999](https://github.com/Parship999) in [#2950](https://github.com/jaegertracing/jaeger-ui/pull/2950))
43+
* Convert `page.tsx` from class component to functional component ([@Parship999](https://github.com/Parship999) in [#2947](https://github.com/jaegertracing/jaeger-ui/pull/2947))
44+
* Convert `qualitymetrics/header.tsx` from class component to functional component ([@Parship999](https://github.com/Parship999) in [#2915](https://github.com/jaegertracing/jaeger-ui/pull/2915))
45+
* Convert `operationdetailstable/index.tsx` from class component to functional component ([@Parship999](https://github.com/Parship999) in [#2928](https://github.com/jaegertracing/jaeger-ui/pull/2928))
46+
* Convert `traceidsearchinput.tsx` from class component to functional component ([@Parship999](https://github.com/Parship999) in [#2929](https://github.com/jaegertracing/jaeger-ui/pull/2929))
47+
* Fix eslint warnings in ddg component ([@Parship999](https://github.com/Parship999) in [#2920](https://github.com/jaegertracing/jaeger-ui/pull/2920))
48+
1249
## v1.71.0 (2025-07-03)
1350

1451
#### ⚙️ Refactoring

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.71.0",
4+
"version": "1.72.0",
55
"main": "src/index.tsx",
66
"license": "Apache-2.0",
77
"homepage": ".",

0 commit comments

Comments
 (0)