Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 1.48.0 #4661

Merged
merged 6 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,38 @@ next release (yyyy-mm-dd)

### UI Changes

1.48.0 (2023-08-15)
-------------------

### Backend Changes

#### Bug fixes, Minor Improvements

* [fix] Disable tracing of OTLP Receiver ([@yurishkuro](https://github.com/yurishkuro) in [#4662](https://github.com/jaegertracing/jaeger/pull/4662))
* [hotrod/observer_test] Switch to OpenTelemetry ([@afzal442](https://github.com/afzal442) in [#4635](https://github.com/jaegertracing/jaeger/pull/4635))
* [memstore-plugin]Switch to OpenTelemetry SDK ([@afzal442](https://github.com/afzal442) in [#4643](https://github.com/jaegertracing/jaeger/pull/4643))
* [tracegen] Allow to control cardinality of attribute keys ([@yurishkuro](https://github.com/yurishkuro) in [#4634](https://github.com/jaegertracing/jaeger/pull/4634))
* Replace OT const wth OTEL trace.span for zipkin comp ([@afzal442](https://github.com/afzal442) in [#4625](https://github.com/jaegertracing/jaeger/pull/4625))
* Replace OpenTracing instrumentation with OpenTelemetry in grpc storage plugin ([@afzal442](https://github.com/afzal442) in [#4611](https://github.com/jaegertracing/jaeger/pull/4611))
* Replace OT trace with `otel trace` spans type to span model ([@afzal442](https://github.com/afzal442) in [#4614](https://github.com/jaegertracing/jaeger/pull/4614))
* Replace cassandra-spanstore tracing instrumentation with`OTEL` ([@afzal442](https://github.com/afzal442) in [#4599](https://github.com/jaegertracing/jaeger/pull/4599))
* Replace es-spanstore tracing instrumentation with OpenTelemetry ([@afzal442](https://github.com/afzal442) in [#4596](https://github.com/jaegertracing/jaeger/pull/4596))
* Replace metricsstore/reader tracing instrumentation with OpenTelemetry ([@afzal442](https://github.com/afzal442) in [#4595](https://github.com/jaegertracing/jaeger/pull/4595))
* Replace Jaeger SDK with OTEL SDK + OT Bridge ([@afzal442](https://github.com/afzal442) in [#4574](https://github.com/jaegertracing/jaeger/pull/4574))
* [kafka-consumer] Ingester should use topic name from actual Kafka consumer instead of configuration ([@abliqo](https://github.com/abliqo) in [#4593](https://github.com/jaegertracing/jaeger/pull/4593))
* Enable CORS settings on OTLP HTTP endpoint ([@pmuls99](https://github.com/pmuls99) in [#4586](https://github.com/jaegertracing/jaeger/pull/4586))
* [hotrod] Return trace ID via traceresponse header ([@yurishkuro](https://github.com/yurishkuro) in [#4584](https://github.com/jaegertracing/jaeger/pull/4584))
* [hotrod] Remove most references to OpenTracing ([@yurishkuro](https://github.com/yurishkuro) in [#4585](https://github.com/jaegertracing/jaeger/pull/4585))
* [hotrod] Validate user input to avoid security warnings from code scanning ([@yurishkuro](https://github.com/yurishkuro) in [#4583](https://github.com/jaegertracing/jaeger/pull/4583))
* [hotrod] Upgrade HotROD to use OpenTelemetry instrumentation ([@afzal442](https://github.com/afzal442) in [#4548](https://github.com/jaegertracing/jaeger/pull/4548))
* [kafka-consumer] Use wait group to ensure goroutine is finished before returning from Close ([@kennyaz](https://github.com/kennyaz) in [#4582](https://github.com/jaegertracing/jaeger/pull/4582))
* [tracegen] Enable BlockOnQueueFull in OTel SDK to avoid dropped spans ([@haanhvu](https://github.com/haanhvu) in [#4578](https://github.com/jaegertracing/jaeger/pull/4578))
* [hotrod] Handle both OT and OTEL baggage ([@yurishkuro](https://github.com/yurishkuro) in [#4572](https://github.com/jaegertracing/jaeger/pull/4572))

### UI Changes

* UI pinned to version [1.32.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1320-2023-08-14).

1.47.0 (2023-07-05)
-------------------
### Backend Changes
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Here are the release managers for future versions with the tentative release dat

| Version | Release Manager | Tentative release date |
|---------|-----------------|------------------------|
| 1.48.0 | @pavolloffay | 2 August 2023 |
| 1.49.0 | @joe-elliott | 6 September 2023 |
| 1.50.0 | @albertteoh | 4 October 2023 |
| 1.51.0 | @yurishkuro | 5 November 2023 |
| 1.52.0 | @jkowall | 5 December 2023 |
| 1.53.0 | @pavolloffay | 3 January 2023 |

2 changes: 1 addition & 1 deletion jaeger-ui
Submodule jaeger-ui updated 34 files
+2 −0 .codecov.yml
+13 −1 .github/dependabot.yml
+16 −0 CHANGELOG.md
+37 −13 README.md
+8 −9 package.json
+4 −11 packages/jaeger-ui/package.json
+14 −13 packages/jaeger-ui/src/components/App/Page.test.js
+3 −1 packages/jaeger-ui/src/components/DeepDependencies/SidePanel/index.css
+1 −2 packages/jaeger-ui/src/components/QualityMetrics/ScoreCard.test.js
+14 −21 packages/jaeger-ui/src/components/SearchTracePage/SearchResults/ScatterPlot.jsx
+31 −28 packages/jaeger-ui/src/components/SearchTracePage/SearchResults/ScatterPlot.test.js
+5 −2 packages/jaeger-ui/src/components/SearchTracePage/SearchResults/index.test.js
+5 −4 packages/jaeger-ui/src/components/SearchTracePage/SearchResults/index.tsx
+12 −12 packages/jaeger-ui/src/components/TraceDiff/TraceDiffGraph/__snapshots__/renderNode.test.js.snap
+1 −0 packages/jaeger-ui/src/components/TracePage/TraceStatistics/index.tsx
+16 −34 packages/jaeger-ui/src/components/TracePage/TraceTimelineViewer/SpanBar.tsx
+4 −1 packages/jaeger-ui/src/components/TracePage/TraceTimelineViewer/SpanBarRow.test.js
+2 −0 packages/jaeger-ui/src/components/TracePage/TraceTimelineViewer/SpanDetail/KeyValuesTable.tsx
+5 −2 packages/jaeger-ui/src/components/common/CopyIcon.css
+6 −3 packages/jaeger-ui/src/components/common/CopyIcon.tsx
+4 −1 packages/jaeger-ui/src/components/common/LoadingIndicator.css
+3 −1 packages/jaeger-ui/src/components/common/VirtSelect.css
+2 −2 packages/jaeger-ui/src/components/common/__snapshots__/CopyIcon.test.js.snap
+3 −5 packages/jaeger-ui/src/demo/trace-generators.js
+7 −7 packages/jaeger-ui/src/model/link-patterns.tsx
+0 −15 packages/jaeger-ui/src/selectors/span.js
+0 −24 packages/jaeger-ui/src/selectors/span.test.js
+1 −2 packages/jaeger-ui/src/selectors/trace.test.js
+2 −2 packages/jaeger-ui/src/types/metrics.tsx
+110 −0 packages/jaeger-ui/src/utils/ReactShallowRenderer.test.js
+0 −1 packages/jaeger-ui/tsconfig.lint.json
+5 −5 packages/plexus/package.json
+2 −5 scripts/get-changelog.js
+1,367 −1,097 yarn.lock