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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@
6
6
7
7
### Fixes
8
8
9
+
## v1.24.0 (2022-06-01)
10
+
11
+
### Enhancements
12
+
13
+
- Support new user analytics events in the Monitor Tab ([@VladislavBryukhanov](https://github.com/VladislavBryukhanov) in [#943](https://github.com/jaegertracing/jaeger-ui/pull/943))
14
+
- Use red on scatterplot for traces if any spans have an error=true tag ([@esnible](https://github.com/esnible) in [#951](https://github.com/jaegertracing/jaeger-ui/pull/951))
Copy file name to clipboardExpand all lines: RELEASE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@
8
8
1. The PR title should match the format "Prepare release vX.Y.Z".
9
9
1. CHANGELOG.md
10
10
- Change the version of the current release from "Next (unreleased)" to "vX.Y.Z (Month D, YYYY)" where "vX.Y.Z" is the semver for this release.
11
-
- Make sure all relevant changes made since the last release are present and listed under the current release. [`scripts/get-changelog.js`](https://github.com/jaegertracing/jaeger-ui/blob/52780c897f21131472de9b81c96ebd63853917ee/scripts/get-changelog.js) might be useful.
11
+
- Make sure all relevant changes made since the last release are present and listed under the current release.
12
+
- Tip: Run `node scripts/get-changelog.js` script that prints a dozen most recent commits in the chagelog format.
12
13
- If necessary, add a note detailing any impact to externally facing APIs.
13
14
1. Update `packages/jaeger-ui/package.json#version` to refer to the version being released.
0 commit comments