Skip to content

Commit 54f4fc2

Browse files
authored
Merge pull request #43218 from JStickler/OSSMDOC-483
OSSMDOC-483 distributed tracing 2.3 Release Notes.
2 parents ab9046d + cd2bed9 commit 54f4fc2

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

_attributes/distr-tracing-document-attributes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
:DTProductName: Red Hat OpenShift distributed tracing
1818
:DTShortName: distributed tracing
19-
:DTProductVersion: 2.1
19+
:DTProductVersion: 2.3
2020

2121
:JaegerName: Red Hat OpenShift distributed tracing platform
2222
:JaegerShortName: distributed tracing platform
23-
:JaegerVersion: 1.30.0
23+
:JaegerVersion: 1.30.1
2424

2525
:OTELName: Red Hat OpenShift distributed tracing data collection
2626
:OTELShortName: distributed tracing data collection
27-
:OTELVersion: 0.42.0
27+
:OTELVersion: 0.44.0
2828

2929
:product-build:
3030
:DownloadURL: registry.redhat.io

modules/distr-tracing-rn-fixed-issues.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ This issue was resolved by exposing only the HTTP(S) port of the query service,
3636
* link:https://issues.redhat.com/browse/TRACING-1208[TRACING-1208] Authentication "500 Internal Error" when accessing Jaeger UI. When trying to authenticate to the UI using OAuth, I get a 500 error because oauth-proxy sidecar doesn't trust the custom CA bundle defined at installation time with the `additionalTrustBundle`.
3737
3838
* link:https://issues.redhat.com/browse/TRACING-1166[TRACING-1166] It is not currently possible to use the Jaeger streaming strategy within a disconnected environment. When a Kafka cluster is being provisioned, it results in a error: `Failed to pull image registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:f9ceca004f1b7dccb3b82d9a8027961f9fe4104e0ed69752c0bdd8078b4a1076`.
39+
40+
* link:https://issues.redhat.com/browse/TRACING-809[TRACING-809] Jaeger Ingester is incompatible with Kafka 2.3. When there are two or more instances of the Jaeger Ingester and enough traffic it will continuously generate rebalancing messages in the logs. This is due to a regression in Kafka 2.3 that was fixed in Kafka 2.3.1. For more information, see https://github.com/jaegertracing/jaeger/issues/1819[Jaegertracing-1819].
41+
42+
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1918920[BZ-1918920]/link:https://issues.redhat.com/browse/LOG-1619[LOG-1619] The Elasticsearch pods does not get restarted automatically after an update. As a workaround, restart the pods manually.

modules/distr-tracing-rn-known-issues.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,3 @@ These are the known issues for {DTProductName}:
2828
** AMQ Streams Operator channel: *amq-streams-1.6.x*
2929
+
3030
To resolve this issue, switch the subscription channel for your AMQ Streams Operator to either *amq-streams-1.7.x* or *stable*.
31-
32-
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1918920[BZ-1918920] The Elasticsearch pods does not get restarted automatically after an update. As a workaround, restart the pods manually.
33-
34-
* link:https://issues.redhat.com/browse/TRACING-809[TRACING-809] Jaeger Ingester is incompatible with Kafka 2.3. When there are two or more instances of the Jaeger Ingester and enough traffic it will continuously generate rebalancing messages in the logs. This is due to a regression in Kafka 2.3 that was fixed in Kafka 2.3.1. For more information, see https://github.com/jaegertracing/jaeger/issues/1819[Jaegertracing-1819].

modules/distr-tracing-rn-new-features.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ Result – If changed, describe the current user experience.
1313

1414
This release adds improvements related to the following components and concepts.
1515

16+
== New features and enhancements {DTProductName} 2.3.0
17+
18+
This release of {DTProductName} addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.
19+
20+
=== Component versions supported in {DTProductName} version 2.3.0
21+
22+
|===
23+
|Component |Version
24+
|Jaeger
25+
|1.30.1
26+
27+
|OpenTelemetry
28+
|0.44.0
29+
|===
30+
1631
== New features and enhancements {DTProductName} 2.2.0
1732

1833
This release of {DTProductName} addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.

0 commit comments

Comments
 (0)