Skip to content

Commit 05bbf00

Browse files
authored
Merge pull request #60137 from rh-tokeefe/OSSM-3488
OSSM-3488: Installation and upgrade tasks for OSSM 2.4 release
2 parents 792d2ff + 2f6af86 commit 05bbf00

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed

modules/ossm-supported-configurations.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following configurations are supported for the current release of {SMProduct
1515

1616
The {SMProductName} Operator supports multiple versions of the `ServiceMeshControlPlane` resource. Version {MaistraVersion} {SMProductShortName} control planes are supported on the following platform versions:
1717

18-
* Red Hat {product-title} version 4.9 or later.
18+
* Red Hat {product-title} version 4.10 or later.
1919
* {product-dedicated} version 4.
2020
ifndef::openshift-rosa[]
2121
* Azure Red Hat OpenShift (ARO) version 4.
@@ -36,16 +36,16 @@ Explicitly unsupported cases include:
3636
{SMProductName} supports the following network configurations.
3737

3838
* OpenShift-SDN
39-
* OVN-Kubernetes is supported on {product-title} 4.7.32+, {product-title} 4.8.12+, and {product-title} 4.9+.
39+
* OVN-Kubernetes is available on all supported versions of {product-title}.
4040
* Third-Party Container Network Interface (CNI) plugins that have been certified on {product-title} and passed {SMProductShortName} conformance testing. See link:https://access.redhat.com/articles/5436171[Certified OpenShift CNI Plug-ins] for more information.
4141

4242
[id="ossm-supported-configurations-sm_{context}"]
43-
== Supported configurations for Service Mesh
43+
== Supported configurations for {SMProductShortName}
4444

4545
ifndef::openshift-rosa[]
4646
* This release of {SMProductName} is only available on {product-title} x86_64, {ibmzProductName}, and {ibmpowerProductName}.
47-
** {ibmzProductName} is only supported on {product-title} 4.6 and later.
48-
** {ibmpowerProductName} is only supported on {product-title} 4.6 and later.
47+
** {ibmzProductName} is only supported on {product-title} 4.10 and later.
48+
** {ibmpowerProductName} is only supported on {product-title} 4.10 and later.
4949
endif::openshift-rosa[]
5050
ifdef::openshift-rosa[]
5151
* This release of {SMProductName} is only available on {product-title} x86_64.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// Module included in the following assemblies:
2+
// * service_mesh/v2x/upgrading-ossm.adoc
3+
4+
:_content-type: CONCEPT
5+
[id="ossm-upgrade-23-24-changes_{context}"]
6+
= Upgrade changes from version 2.3 to version 2.4
7+
8+
Upgrading the {SMProductShortName} control plane from version 2.3 to 2.4 introduces the following behavioral changes:
9+
10+
* Support for Istio OpenShift Routing (IOR) has been deprecated. IOR functionality is still enabled, but it will be removed in a future release.
11+
12+
* The following cipher suites are no longer supported, and were removed from the list of ciphers used in client and server side TLS negotiations.
13+
14+
** ECDHE-ECDSA-AES128-SHA
15+
** ECDHE-RSA-AES128-SHA
16+
** AES128-GCM-SHA256
17+
** AES128-SHA
18+
** ECDHE-ECDSA-AES256-SHA
19+
** ECDHE-RSA-AES256-SHA
20+
** AES256-GCM-SHA384
21+
** AES256-SHA
22+
+
23+
Applications that require access to services that use one of these cipher suites will fail to connect when the proxy initiates a TLS connection.

service_mesh/v2x/upgrading-ossm.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Although you can deploy multiple versions of the control plane in the same clust
3636

3737
For more information about migrating your extensions, refer to xref:../../service_mesh/v2x/ossm-extensions.adoc#ossm-extensions-migration-overview_ossm-extensions[Migrating from ServiceMeshExtension to WasmPlugin resources].
3838

39+
include::modules/ossm-upgrade-23-24-changes.adoc[leveloffset=+2]
40+
3941
include::modules/ossm-upgrade-22-23-changes.adoc[leveloffset=+2]
4042

4143
include::modules/ossm-upgrade-21-22-changes.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)