Skip to content

Commit 33ac65e

Browse files
authored
Merge pull request #40987 from JStickler/OSSMDOC-456
OSSMDOC-454: Release Notes for distributed tracing 2.1.0
2 parents a8d2c03 + 14e31a9 commit 33ac65e

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ These limitations exist in {DTProductName}:
2222

2323
These are the known issues for {DTProductName}:
2424

25+
* link:https://issues.redhat.com/browse/TRACING-2337[TRACING-2337] Jaeger is logging a repetitive warning message in the Jaeger logs similar to the following:
26+
+
27+
[source,terminal]
28+
----
29+
{"level":"warn","ts":1642438880.918793,"caller":"channelz/logging.go:62","msg":"[core]grpc: Server.Serve failed to create ServerTransport: connection error: desc = \"transport: http2Server.HandleStreams received bogus greeting from client: \\\"\\\\x16\\\\x03\\\\x01\\\\x02\\\\x00\\\\x01\\\\x00\\\\x01\\\\xfc\\\\x03\\\\x03vw\\\\x1a\\\\xc9T\\\\xe7\\\\xdaCj\\\\xb7\\\\x8dK\\\\xa6\\\"\"","system":"grpc","grpc_log":true}
30+
----
31+
+
32+
This does not affect Jaeger functionality. There is no workaround at this time.
33+
2534
* link:https://issues.redhat.com/browse/TRACING-2057[TRACING-2057] The Kafka API has been updated to `v1beta2` to support the Strimzi Kafka Operator 0.23.0. However, this API version is not supported by AMQ Streams 1.6.3. If you have the following environment, your Jaeger services will not be upgraded, and you cannot create new Jaeger services or modify existing Jaeger services:
2635

2736
** Jaeger Operator channel: *1.17.x stable* or *1.20.x stable*

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ Result – If changed, describe the current user experience.
99
////
1010

1111
[id="distr-tracing-rn-new-features_{context}"]
12+
= New features and enhancements
13+
14+
This release adds improvements related to the following components and concepts.
15+
16+
== New features and enhancements {DTProductName} 2.1.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.1.0
21+
22+
|===
23+
|Component |Version
24+
|Jaeger
25+
|1.29.1
26+
27+
|OpenTelemetry
28+
|0.41.1
29+
|===
30+
1231
== New features and enhancements {DTProductName} 2.0.0
1332

1433
This release marks the rebranding of Red Hat OpenShift Jaeger to {DTProductName}. This release consists of the following changes, additions, and improvements:
@@ -31,11 +50,10 @@ This release marks the rebranding of Red Hat OpenShift Jaeger to {DTProductName}
3150

3251
This release also addresses Common Vulnerabilities and Exposures (CVEs) and bug fixes.
3352

34-
== Component versions supported in {DTProductName} version 2.0.0
53+
=== Component versions supported in {DTProductName} version 2.0.0
3554

3655
|===
3756
|Component |Version
38-
3957
|Jaeger
4058
|1.28.0
4159

modules/distr-tracing-rn-technology-preview.adoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,35 @@ Technology Preview features are not supported with Red Hat production service le
1717
These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process. For more information about the support scope of Red Hat Technology Preview features, see https://access.redhat.com/support/offerings/techpreview/.
1818
====
1919

20+
== {DTProductName} 2.1.0 Technology Preview
21+
22+
This release introduces a breaking change to how to configure certificates in the OpenTelemetry custom resource file. In the new version, the `ca_file` moves under `tls` in the custom resource, as shown in the following examples.
23+
24+
.CA file configuration for OpenTelemetry version 0.33
25+
[source,yaml]
26+
----
27+
spec:
28+
mode: deployment
29+
config: |
30+
exporters:
31+
jaeger:
32+
endpoint: jaeger-production-collector-headless.tracing-system.svc:14250
33+
ca_file: "/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt"
34+
----
35+
36+
.CA file configuration for OpenTelemetry version 0.41.1
37+
[source,yaml]
38+
----
39+
spec:
40+
mode: deployment
41+
config: |
42+
exporters:
43+
jaeger:
44+
endpoint: jaeger-production-collector-headless.tracing-system.svc:14250
45+
tls:
46+
ca_file: "/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt"
47+
----
48+
2049
== {DTProductName} 2.0.0 Technology Preview
2150

2251
This release includes the addition of the {OTELName}, which you install using the {OTELName} Operator. {OTELName} is based on the link:https://opentelemetry.io/[OpenTelemetry] APIs and instrumentation.

0 commit comments

Comments
 (0)