From b80c29034a66d72a8698a3df55549ac2fa3bbbd5 Mon Sep 17 00:00:00 2001 From: shreyasiddhartha Date: Mon, 8 Sep 2025 16:33:41 +0530 Subject: [PATCH] OSSM-10414 --- _attributes/common-attributes.adoc | 2 +- modules/ossm-release-2-6-10.adoc | 31 +++++++++++++++++++ .../v2x/servicemesh-release-notes.adoc | 2 ++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 modules/ossm-release-2-6-10.adoc diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index 55fdc30ec3..405a42f0e0 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -202,7 +202,7 @@ endif::[] :product-rosa: Red{nbsp}Hat OpenShift Service on AWS :SMProductName: Red{nbsp}Hat OpenShift Service Mesh :SMProductShortName: Service Mesh -:SMProductVersion: 2.6.9 +:SMProductVersion: 2.6.10 :MaistraVersion: 2.6 :KialiProduct: Kiali Operator provided by Red Hat :SMPlugin: OpenShift Service Mesh Console (OSSMC) plugin diff --git a/modules/ossm-release-2-6-10.adoc b/modules/ossm-release-2-6-10.adoc new file mode 100644 index 0000000000..698501c40a --- /dev/null +++ b/modules/ossm-release-2-6-10.adoc @@ -0,0 +1,31 @@ +// Module included in the following assemblies: +// +// * service_mesh/v2x/servicemesh-release-notes.adoc + +:_mod-docs-content-type: REFERENCE +[id="ossm-release-2-6-10_{context}"] += {SMProductName} version 2.6.10 + +This release of {SMProductName} updates the {SMProductName} Operator version to 2.6.10, and includes the `ServiceMeshControlPlane` resource version updates for 2.6.10. + +This release addresses Common Vulnerabilities and Exposures (CVEs) and is supported on {product-title} 4.14 and later. + +include::snippets/ossm-current-version-support-snippet.adoc[] + +You can use the most current version of the {KialiProduct} with all supported versions of {SMProductName}. The version of {SMProductShortName} automatically ensures a compatible version of Kiali. + +[id="ossm-release-2-6-10-components_{context}"] +== Component updates + +|=== +|Component |Version + +|Istio +|1.20.8 + +|Envoy Proxy +|1.28.7 + +|Kiali Server +|1.73 +|=== \ No newline at end of file diff --git a/service_mesh/v2x/servicemesh-release-notes.adoc b/service_mesh/v2x/servicemesh-release-notes.adoc index 294cf31f15..49bb200276 100644 --- a/service_mesh/v2x/servicemesh-release-notes.adoc +++ b/service_mesh/v2x/servicemesh-release-notes.adoc @@ -8,6 +8,8 @@ toc::[] // The following include statements pull in the module files that comprise 2.x release notes. +include::modules/ossm-release-2-6-10.adoc[leveloffset=+1] + include::modules/ossm-release-2-6-9.adoc[leveloffset=+1] include::modules/ossm-release-2-5-12.adoc[leveloffset=+1]