1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSSM-4708: 2.4.3 Release Notes

This commit is contained in:
Gwynne Monahan
2023-08-23 11:00:25 -05:00
committed by openshift-cherrypick-robot
parent 567f49594b
commit 2066f2935f
3 changed files with 41 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ endif::[]
:product-rosa: Red Hat OpenShift Service on AWS
:SMProductName: Red Hat OpenShift Service Mesh
:SMProductShortName: Service Mesh
:SMProductVersion: 2.4.2
:SMProductVersion: 2.4.3
:MaistraVersion: 2.4
//Service Mesh v1
:SMProductVersion1x: 1.1.18.2

View File

@@ -14,7 +14,7 @@ Provide the following info for each issue if possible:
*Result* - How has the behavior changed as a result? Try to avoid “It is fixed” or “The issue is resolved” or “The error no longer presents”.
////
The following issues been resolved in the current release:
The following issues have been resolved in previous releases:
[id="ossm-rn-fixed-issues-ossm_{context}"]
== {SMProductShortName} fixed issues

View File

@@ -15,6 +15,44 @@ Module included in the following assemblies:
This release adds improvements related to the following components and concepts.
== New features {SMProductName} version 2.4.3
* The {SMProductName} Operator is now available on ARM-based clusters as a Technology Preview feature.
* The `envoyExtAuthzGrpc` field has been added, which is used to configure an external authorization provider using the gRPC API.
* Common Vulnerabilities and Exposures (CVEs) have been addressed.
* This release is supported on {product-title} 4.10 and newer versions.
=== Component versions included in {SMProductName} version 2.4.3
//THESE MAY NEED TO BE UPDATED FOR 2.4.3
//Kiali updated to 1.65.8 on 09/06/2023
//09/06/2023: According to distributed tracing release notes, Jaeger component version remains unchanged.
|===
|Component |Version
|Istio
|1.16.7
|Envoy Proxy
|1.24.10
|Jaeger
|1.42.0
|Kiali
|1.65.8
|===
//COMPONENTS ABOVE MAY NEED TO BE UPDATED FOR 2.4.3
=== {SMProductName} operator to ARM-based clusters
:FeatureName: {SMProductName} operator to ARM based clusters
include::snippets/technology-preview.adoc[]
This release makes the {SMProductName} Operator available on ARM-based clusters as a Technology Preview feature. Images are available for Istio, Envoy, Prometheus, Kiali, and Grafana. Images are not available for Jaeger, so Jaeger must be disabled as a {SMProductShortName} add-on.
=== Remote Procedure Calls (gRPC) API support for external authorization configuration
This enhancement adds the `envoyExtAuthzGrpc` field to configure an external authorization provider using the gRPC API.
== New features {SMProductName} version 2.4.2
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs), contains bug fixes, and is supported on {product-title} 4.10 and later versions.
@@ -122,7 +160,7 @@ This enhancement introduces a generally available version of the Prometheus exte
----
spec:
meshConfig:
extenstionProviders:
extensionProviders:
- name: prometheus
prometheus: {}
---