You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,43 @@ Run `make changelog` to generate content.
9
9
10
10
</details>
11
11
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))
0 commit comments