From 894e6990012337f68fb740cb0e9164b6eb19aec5 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Mon, 14 Aug 2023 11:22:21 +0200
Subject: [PATCH 1/5] Prepare release 1.48.0
Signed-off-by: Pavol Loffay
---
CHANGELOG.md | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 454abfefd14..f146d95dd33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,36 @@ next release (yyyy-mm-dd)
### UI Changes
+1.48.0 (2023-08-14)
+-------------------
+
+### Backend Changes
+
+#### Bug fixes, Minor Improvements
+
+* [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
From f8e7ed1a56979db7e585e8bde99ae5d7afbf1e36 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Mon, 14 Aug 2023 15:06:30 +0200
Subject: [PATCH 2/5] rotate
Signed-off-by: Pavol Loffay
---
RELEASE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE.md b/RELEASE.md
index 36edb5eb5d2..6f29e267174 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -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 |
From ce7301c2781b06783d109edfbffc9f0b8d48d3f2 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Mon, 14 Aug 2023 23:14:19 +0200
Subject: [PATCH 3/5] Bump UI
Signed-off-by: Pavol Loffay
---
jaeger-ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jaeger-ui b/jaeger-ui
index 85fc71bf9a9..97bc130770e 160000
--- a/jaeger-ui
+++ b/jaeger-ui
@@ -1 +1 @@
-Subproject commit 85fc71bf9a9fdc0a27ab305b00c5646e905c0502
+Subproject commit 97bc130770e5fe964b20f690b974085e911f0cb4
From bf120a1ce1526fef57862b516d6d446db7400549 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Mon, 14 Aug 2023 23:19:23 +0200
Subject: [PATCH 4/5] Update changelog
Signed-off-by: Pavol Loffay
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f146d95dd33..b83043c9c12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,8 @@ next release (yyyy-mm-dd)
#### 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))
From 8b401254001329bcb39f96c254b1a4e203b45740 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Mon, 14 Aug 2023 23:20:06 +0200
Subject: [PATCH 5/5] Update changelog
Signed-off-by: Pavol Loffay
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b83043c9c12..44a5c6457a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,7 @@ next release (yyyy-mm-dd)
### UI Changes
-1.48.0 (2023-08-14)
+1.48.0 (2023-08-15)
-------------------
### Backend Changes