You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ossm-rn-fixed-issues.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ The following issues been resolved in the current release:
19
19
[id="ossm-rn-fixed-issues-ossm_{context}"]
20
20
== {SMProductShortName} fixed issues
21
21
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
+
22
26
* 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`.
23
27
24
28
* 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`.
Copy file name to clipboardExpand all lines: modules/ossm-rn-new-features.adoc
+66Lines changed: 66 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,28 @@ This release of {SMProductName} addresses Common Vulnerabilities and Exposures (
24
24
|===
25
25
|Component |Version
26
26
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
+
27
49
|Istio
28
50
|1.12.7
29
51
@@ -131,6 +153,28 @@ spec:
131
153
----
132
154
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`).
133
155
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
+
134
178
== New features {SMProductName} 2.1.5
135
179
136
180
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:
381
425
* Namespace and cluster boxing to support federated service mesh views
382
426
* New validations, wizards, and distributed tracing enhancements
383
427
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
+
384
450
== New features {SMProductName} 2.0.11
385
451
386
452
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