Skip to content

Commit 217baa1

Browse files
authored
Prepare release v1.24.0 (#955)
1 parent e55b3a6 commit 217baa1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
### Fixes
88

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))
15+
916
## v1.23.0 (2022-05-10)
1017

1118
### Enhancements

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
1. The PR title should match the format "Prepare release vX.Y.Z".
99
1. CHANGELOG.md
1010
- 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.
1213
- If necessary, add a note detailing any impact to externally facing APIs.
1314
1. Update `packages/jaeger-ui/package.json#version` to refer to the version being released.
1415
1. Create a GitHub release.

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

0 commit comments

Comments
 (0)