Skip to content

Commit 41df80e

Browse files
authored
Merge pull request #50804 from rh-tokeefe/OSSMDOC-587
OSSMDOC-587: service mesh 2.2.3 z stream release notes
2 parents e7026d2 + ee7ad36 commit 41df80e

File tree

3 files changed

+71
-1
lines changed

3 files changed

+71
-1
lines changed

_attributes/common-attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ endif::[]
127127
:product-dedicated: Red Hat OpenShift Dedicated
128128
:SMProductName: Red Hat OpenShift Service Mesh
129129
:SMProductShortName: Service Mesh
130-
:SMProductVersion: 2.2.2
130+
:SMProductVersion: 2.2.3
131131
:MaistraVersion: 2.2
132132
//Service Mesh v1
133133
:SMProductVersion1x: 1.1.18.2

modules/ossm-rn-fixed-issues.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ The following issues been resolved in the current release:
1919
[id="ossm-rn-fixed-issues-ossm_{context}"]
2020
== {SMProductShortName} fixed issues
2121

22+
* https://issues.redhat.com/browse/OSSM-2053[OSSM-2053] Using {SMProductName} Operator 2.2 or 2.3, during SMCP reconciliation, the SMMR controller removed the member namespaces from `SMMR.status.configuredMembers`. This caused the services in the member namespaces to become unavailable for a few moments.
23+
+
24+
Using {SMProductName} Operator 2.2 or 2.3, the SMMR controller no longer removes the namespaces from `SMMR.status.configuredMembers`. Instead, the controller adds the namespaces to `SMMR.status.pendingMembers` to indicate that they are not up-to-date. During reconciliation, as each namespace synchronizes with the SMCP, the namespace is automatically removed from `SMMR.status.pendingMembers`.
25+
2226
* https://issues.redhat.com/browse/OSSM-1668[OSSM-1668] A new field `spec.security.jwksResolverCA` was added to the Version 2.1 `SMCP` but was missing in the 2.2.0 and 2.2.1 releases. When upgrading from an Operator version where this field was present to an Operator version that was missing this field, the `.spec.security.jwksResolverCA` field was not available in the `SMCP`.
2327

2428
* https://issues.redhat.com/browse/OSSM-1325[OSSM-1325] istiod pod crashes and displays the following error message: `fatal error: concurrent map iteration and map write`.

modules/ossm-rn-new-features.adoc

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,28 @@ This release of {SMProductName} addresses Common Vulnerabilities and Exposures (
2424
|===
2525
|Component |Version
2626

27+
|Istio
28+
|1.12.9
29+
30+
|Envoy Proxy
31+
|1.20.8
32+
33+
|Jaeger
34+
|1.36
35+
36+
|Kiali
37+
|1.48.3
38+
|===
39+
40+
== New features {SMProductName} version 2.2.2
41+
42+
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs), bug fixes, and is supported on OpenShift Container Platform 4.9 or later.
43+
44+
=== Component versions included in {SMProductName} version 2.2.2
45+
46+
|===
47+
|Component |Version
48+
2749
|Istio
2850
|1.12.7
2951

@@ -131,6 +153,28 @@ spec:
131153
----
132154
Restricting route attachment on Gateway API listeners is possible using the `SameNamespace` or `All` settings. Istio ignores usage of label selectors in `listeners.allowedRoutes.namespaces` and reverts to the default behavior (`SameNamespace`).
133155

156+
== New features {SMProductName} 2.1.5.1
157+
158+
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs), bug fixes, and is supported on OpenShift Container Platform 4.9 or later.
159+
160+
=== Component versions included in {SMProductName} version 2.1.5.1
161+
162+
|===
163+
|Component |Version
164+
165+
|Istio
166+
|1.9.9
167+
168+
|Envoy Proxy
169+
|1.17.5
170+
171+
|Jaeger
172+
|1.36
173+
174+
|Kiali
175+
|1.36.13
176+
|===
177+
134178
== New features {SMProductName} 2.1.5
135179

136180
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs), bug fixes, and is supported on OpenShift Container Platform 4.9 or later.
@@ -381,6 +425,28 @@ Kiali 1.36 includes the following features and enhancements:
381425
* Namespace and cluster boxing to support federated service mesh views
382426
* New validations, wizards, and distributed tracing enhancements
383427

428+
== New features {SMProductName} 2.0.11.1
429+
430+
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs), bug fixes, and is supported on OpenShift Container Platform 4.9 or later.
431+
432+
=== Component versions included in {SMProductName} version 2.0.11.1
433+
434+
|===
435+
|Component |Version
436+
437+
|Istio
438+
|1.6.14
439+
440+
|Envoy Proxy
441+
|1.14.5
442+
443+
|Jaeger
444+
|1.36
445+
446+
|Kiali
447+
|1.24.17
448+
|===
449+
384450
== New features {SMProductName} 2.0.11
385451

386452
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs), bug fixes, and is supported on OpenShift Container Platform 4.9 or later.

0 commit comments

Comments
 (0)