Conversation
- Updated CHANGELOG.md with release notes - Updated jaeger-ui submodule - Rotated release managers table Signed-off-by: Jonah Kowall <jkowall@kowall.net>
There was a problem hiding this comment.
Pull request overview
Prepares the v2.15.0 release by updating release notes, bumping the jaeger-ui submodule, and rotating release manager assignments.
Changes:
- Added v2.15.0 release notes to
CHANGELOG.md - Updated
jaeger-uisubmodule pointer to v2.15.0 - Rotated the release managers table in
RELEASE.md
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| jaeger-ui | Updates submodule commit to the v2.15.0 UI version. |
| RELEASE.md | Reorders/rotates release manager entries and tentative dates. |
| CHANGELOG.md | Adds v2.15.0 backend/UI release notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | 2.16.0 | @mahadzaryab1 | 5 March 2026 | | ||
| | 2.17.0 | @albertteoh | 1 April 2026 | | ||
| | 2.18.0 | @pavolloffay | 6 May 2026 | | ||
| | 2.19.0 | @joe-elliott | 3 June 2026 | | ||
| | 2.14.0 | @yurishkuro | 7 July 2026 | | ||
| | 2.15.0 | @jkowall | 5 August 2026 | |
There was a problem hiding this comment.
The versions/dates in the "future versions" table are out of order (e.g., 2.14.0 appears after 2.19.0, and 2.15.0 is listed after 2.14.0). Reorder the rows so versions are monotonically increasing (and/or dates are chronological), which makes the release schedule easier to scan and reduces the chance of mistakes during future rotations.
| | 2.16.0 | @mahadzaryab1 | 5 March 2026 | | |
| | 2.17.0 | @albertteoh | 1 April 2026 | | |
| | 2.18.0 | @pavolloffay | 6 May 2026 | | |
| | 2.19.0 | @joe-elliott | 3 June 2026 | | |
| | 2.14.0 | @yurishkuro | 7 July 2026 | | |
| | 2.15.0 | @jkowall | 5 August 2026 | | |
| | 2.14.0 | @mahadzaryab1 | 5 March 2026 | | |
| | 2.15.0 | @albertteoh | 1 April 2026 | | |
| | 2.16.0 | @pavolloffay | 6 May 2026 | | |
| | 2.17.0 | @joe-elliott | 3 June 2026 | | |
| | 2.18.0 | @yurishkuro | 7 July 2026 | | |
| | 2.19.0 | @jkowall | 5 August 2026 | |
| | 2.18.0 | @pavolloffay | 6 May 2026 | | ||
| | 2.19.0 | @joe-elliott | 3 June 2026 | | ||
| | 2.14.0 | @yurishkuro | 7 July 2026 | | ||
| | 2.15.0 | @jkowall | 5 August 2026 | |
There was a problem hiding this comment.
This row’s table formatting is inconsistent with the surrounding rows (spacing/alignment in the date column). Please format it to match the existing table style (consistent spacing and trailing column padding) so the markdown table renders uniformly.
| | 2.15.0 | @jkowall | 5 August 2026 | | |
| | 2.15.0 | @jkowall | 5 August 2026 | |
0f78783 to
868b720
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * Fix: traceidsearchinput invisible text in light mode ([@yosri-brh](https://github.com/yosri-brh) in [#3464](https://github.com/jaegertracing/jaeger-ui/pull/3464)) | ||
| * [fix] fix the dark mode for tracediff nodes ([@gulshank0](https://github.com/gulshank0) in [#3474](https://github.com/jaegertracing/jaeger-ui/pull/3474)) | ||
| * Bug : increase increment/decrement buttons visibility in ddg in dark mode ([@gulshank0](https://github.com/gulshank0) in [#3450](https://github.com/jaegertracing/jaeger-ui/pull/3450)) | ||
| * Fix typeerror in operations metrics reducer when no trace data exists ([@Copilot](https://github.com/apps/copilot-swe-agent) in [#3460](https://github.com/jaegertracing/jaeger-ui/pull/3460)) |
There was a problem hiding this comment.
Typo in the changelog entry: 'typeerror' should be 'TypeError'.
| * Fix typeerror in operations metrics reducer when no trace data exists ([@Copilot](https://github.com/apps/copilot-swe-agent) in [#3460](https://github.com/jaegertracing/jaeger-ui/pull/3460)) | |
| * Fix TypeError in operations metrics reducer when no trace data exists ([@Copilot](https://github.com/apps/copilot-swe-agent) in [#3460](https://github.com/jaegertracing/jaeger-ui/pull/3460)) |
| * [mcp] phase 2 step 4: search_traces ([@Copilot](https://github.com/apps/copilot-swe-agent) in [#7858](https://github.com/jaegertracing/jaeger/pull/7858)) | ||
| * [clickhouse][chore] update test driver to handle multiple queries ([@mahadzaryab1](https://github.com/mahadzaryab1) in [#7839](https://github.com/jaegertracing/jaeger/pull/7839)) | ||
| * [mcp] phase 2 step 3: storage integration ([@Copilot](https://github.com/apps/copilot-swe-agent) in [#7849](https://github.com/jaegertracing/jaeger/pull/7849)) | ||
| * Mcp server/phase 1.2: sdk integration with streamable http transport ([@Copilot](https://github.com/apps/copilot-swe-agent) in [#7846](https://github.com/jaegertracing/jaeger/pull/7846)) |
There was a problem hiding this comment.
Acronym capitalization in the changelog: 'http' should be 'HTTP'.
| * Mcp server/phase 1.2: sdk integration with streamable http transport ([@Copilot](https://github.com/apps/copilot-swe-agent) in [#7846](https://github.com/jaegertracing/jaeger/pull/7846)) | |
| * Mcp server/phase 1.2: sdk integration with streamable HTTP transport ([@Copilot](https://github.com/apps/copilot-swe-agent) in [#7846](https://github.com/jaegertracing/jaeger/pull/7846)) |
| * Move critical path types to their own domain model file ([@yurishkuro](https://github.com/yurishkuro) in [#3296](https://github.com/jaegertracing/jaeger-ui/pull/3296)) | ||
| * Rename domain type link to hyperlink and upgrade link-getter to otel ([@yurishkuro](https://github.com/yurishkuro) in [#3295](https://github.com/jaegertracing/jaeger-ui/pull/3295)) | ||
| * Rename otel traceid/spanid to traceid/spanid to match legacy domain model ([@yurishkuro](https://github.com/yurishkuro) in [#3294](https://github.com/jaegertracing/jaeger-ui/pull/3294)) | ||
| * Rename pure typescript files to have .ts extension, not .tsx ([@yurishkuro](https://github.com/yurishkuro) in [#3290](https://github.com/jaegertracing/jaeger-ui/pull/3290)) |
There was a problem hiding this comment.
Product name capitalization in the changelog: 'typescript' should be 'TypeScript'.
| * Rename pure typescript files to have .ts extension, not .tsx ([@yurishkuro](https://github.com/yurishkuro) in [#3290](https://github.com/jaegertracing/jaeger-ui/pull/3290)) | |
| * Rename pure TypeScript files to have .ts extension, not .tsx ([@yurishkuro](https://github.com/yurishkuro) in [#3290](https://github.com/jaegertracing/jaeger-ui/pull/3290)) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7988 +/- ##
=======================================
Coverage 95.56% 95.56%
=======================================
Files 316 316
Lines 16773 16773
=======================================
Hits 16029 16029
Misses 581 581
Partials 163 163
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Jonah Kowall <jkowall@kowall.net>
868b720 to
2b0ef43
Compare
This PR prepares the release for v2.15.0. ## Changes - [x] Updated CHANGELOG.md with release notes - [x] Updated jaeger-ui submodule to v2.15.0 - [x] Rotated release managers table in RELEASE.md After this PR is merged, continue with the release process as outlined in the release issue. --------- Signed-off-by: Jonah Kowall <jkowall@kowall.net>
This PR prepares the release for v2.15.0. ## Changes - [x] Updated CHANGELOG.md with release notes - [x] Updated jaeger-ui submodule to v2.15.0 - [x] Rotated release managers table in RELEASE.md After this PR is merged, continue with the release process as outlined in the release issue. --------- Signed-off-by: Jonah Kowall <jkowall@kowall.net>
This PR prepares the release for v2.15.0. ## Changes - [x] Updated CHANGELOG.md with release notes - [x] Updated jaeger-ui submodule to v2.15.0 - [x] Rotated release managers table in RELEASE.md After this PR is merged, continue with the release process as outlined in the release issue. --------- Signed-off-by: Jonah Kowall <jkowall@kowall.net>
This PR prepares the release for v2.15.0.
Changes
After this PR is merged, continue with the release process as outlined in the release issue.