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-new-features.adoc
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This release adds improvements related to the following components and concepts.
18
18
[id="new-features-ossm-2-5"]
19
19
== New features {SMProductName} version 2.5
20
20
21
-
This release of {SMProductName} adds new features, addresses Common Vulnerabilities and Exposures (CVEs), contains bug fixes, and is supported on {product-title} 4.13 and later.
21
+
This release of {SMProductName} adds new features, addresses Common Vulnerabilities and Exposures (CVEs), contains bug fixes, and is supported on {product-title} 4.12 and later.
22
22
23
23
This release ends maintenance support for OpenShift {SMProductShortName} version 2.2. If you are using OpenShift {SMProductShortName} version 2.2, you should update to a supported version.
24
24
@@ -55,28 +55,28 @@ This release adds documentation for migrating from a multitenant mesh to a clust
55
55
56
56
=== {SMProductName} Operator on ARM-based clusters
57
57
58
-
This release provides the {SMProductName} Operator on ARM-based clusters as a generally available feature.
58
+
This release provides the {SMProductName} Operator on ARM-based clusters as a generally available feature.
59
59
60
60
=== Integration with {DTProductName} (Tempo) Stack
61
61
62
62
This release introduces a generally available integration of the tracing extension provider(s). You can expose tracing data to the {DTProductName} (Tempo) stack by appending a named element and the `zipkin` provider to the `spec.meshConfig.extensionProviders` specification. Then, a telemetry custom resource configures Istio proxies to collect trace spans and send them to the Tempo distributor service endpoint.
63
63
64
64
[NOTE]
65
65
====
66
-
{DTProductName} (Tempo) Stack is not supported on {ibm-z-title}.
66
+
{DTProductName} (Tempo) Stack is not supported on {ibm-z-title}.
67
67
====
68
68
69
69
=== OpenShift Service Mesh Console plugin
70
70
71
-
This release introduces a generally available version of the OpenShift {SMProductShortName} Console (OSSMC) plugin.
71
+
This release introduces a generally available version of the OpenShift {SMProductShortName} Console (OSSMC) plugin.
72
72
73
-
The OSSMC plugin is an extension to the OpenShift Console that provides visibility into your Service Mesh. With the OSSMC plugin installed, a new Service Mesh menu option is available in the left-hand navigation of the web console, as well as new Service Mesh tabs that enhance existing Workloads and Service console pages.
73
+
The OSSMC plugin is an extension to the OpenShift Console that provides visibility into your Service Mesh. With the OSSMC plugin installed, a new Service Mesh menu option is available on the navigation pane of the web console, as well as new Service Mesh tabs that enhance existing Workloads and Service console pages.
74
74
75
-
The features of the OSSMC plugin are very similar to those of the standalone Kiali Console. The OSSMC plugin does not replace the Kiali Console, and after installing the OSSMC plugin, you can still access the standalone Kiali Console.
75
+
The features of the OSSMC plugin are very similar to those of the standalone Kiali Console. The OSSMC plugin does not replace the Kiali Console, and after installing the OSSMC plugin, you can still access the standalone Kiali Console.
The default setting for Istio OpenShift Routing (IOR) has changed. Starting with this release, automatic routes are disabled by default for new instances of the `ServiceMeshControlPlane` resource.
79
+
The default setting for Istio OpenShift Routing (IOR) has changed. Starting with this release, automatic routes are disabled by default for new instances of the `ServiceMeshControlPlane` resource.
80
80
81
81
For new instances of the `ServiceMeshControlPlane` resources, you can use automatic routes by setting the `enabled` field to `true` in the `gateways.openshiftRoute` specification of the `ServiceMeshControlPlane` resource.
82
82
@@ -95,11 +95,11 @@ When updating existing instances of the `ServiceMeshControlPlane` resource to {S
The `concurrency` parameter in the `networking.istio` API configures how many worker threads the Istio proxy runs.
98
+
The `concurrency` parameter in the `networking.istio` API configures how many worker threads the Istio proxy runs.
99
99
100
-
For consistency across deployments, Istio now configures the `concurrency` parameter based upon the CPU limit allocated to the proxy container. For example, a limit of 2500m would set the `concurrency` parameter to `3`. If you set the `concurrency` parameter to a different value, then Istio uses that value to configure how many threads the proxy runs instead of using the CPU limit.
100
+
For consistency across deployments, Istio now configures the `concurrency` parameter based upon the CPU limit allocated to the proxy container. For example, a limit of 2500m would set the `concurrency` parameter to `3`. If you set the `concurrency` parameter to a different value, then Istio uses that value to configure how many threads the proxy runs instead of using the CPU limit.
101
101
102
-
Previously, the default setting for the parameter was `2`.
102
+
Previously, the default setting for the parameter was `2`.
103
103
104
104
=== Gateway API CRD versions
105
105
:FeatureName: {product-title} Gateway API support
@@ -172,8 +172,8 @@ This release of {SMProductName} addresses Common Vulnerabilities and Exposures (
172
172
//Istio stays the same
173
173
//Envoy updated to 1.24.12
174
174
//According to distributed tracing release 2.9, the latest at time of OSSM 2.4.4, Jaeger has been updated to 1.47.0
175
-
//Kiali updated to 1.65.9
176
-
//Kiali updated to 1.65.10 on 10/31/2023 due to security fix
175
+
//Kiali updated to 1.65.9
176
+
//Kiali updated to 1.65.10 on 10/31/2023 due to security fix
0 commit comments