Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _attributes/common-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/ossm-rn-fixed-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
40 changes: 39 additions & 1 deletion modules/ossm-rn-new-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -122,7 +160,7 @@ This enhancement introduces a generally available version of the Prometheus exte
----
spec:
meshConfig:
extenstionProviders:
extensionProviders:
- name: prometheus
prometheus: {}
---
Expand Down