Skip to content

Commit 9765495

Browse files
authored
Merge pull request #82442 from shreyasiddhartha/OSSM-7920
OSSM- 7920 OSSM 2.6.2 (At Stage): [DOC] Release Notes, Known Issues and Bug Fixes
2 parents a9c8e60 + ea6687f commit 9765495

File tree

7 files changed

+123
-4
lines changed

7 files changed

+123
-4
lines changed

_attributes/common-attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ endif::[]
169169
:product-rosa: Red Hat OpenShift Service on AWS
170170
:SMProductName: Red Hat OpenShift Service Mesh
171171
:SMProductShortName: Service Mesh
172-
:SMProductVersion: 2.6.1
172+
:SMProductVersion: 2.6.2
173173
:MaistraVersion: 2.6
174174
:KialiProduct: Kiali Operator provided by Red Hat
175175
:SMPlugin: OpenShift Service Mesh Console (OSSMC) plugin

modules/ossm-release-2-4-11.adoc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
////
2+
Module included in the following assemblies:
3+
* service_mesh/v2x/servicemesh-release-notes.adoc
4+
////
5+
6+
:_mod-docs-content-type: REFERENCE
7+
[id="ossm-release-2-4-11_{context}"]
8+
= {SMProductName} version 2.4.11
9+
10+
This release of {SMProductName} is included with the {SMProductName} Operator 2.6.2, addresses Common Vulnerabilities and Exposures (CVEs), and is supported on {product-title} 4.14 and later.
11+
12+
[id=ossm-release-2-4-11-components_{context}]
13+
== Component updates
14+
15+
|===
16+
|Component |Version
17+
18+
|Istio
19+
|1.16.7
20+
21+
|Envoy Proxy
22+
|1.24.12
23+
24+
|Kiali Server
25+
|1.65.16
26+
|===
27+
28+
[id="ossm-fixed-issues-2-4-11_{context}"]
29+
== Fixed issues
30+
31+
* https://issues.redhat.com/browse/OSSM-8001[OSSM-8001] Previously, when the `runAsUser` and `runAsGroup` parameters were set to the same value in pods, the proxy GID was incorrectly set to match the container's GID, causing traffic interception issues with iptables rules applied by Istio CNI. Now, containers can have the same value for the `runAsUser` and `runAsGroup` parameters, and iptables rules apply correctly.
32+
33+
* https://issues.redhat.com/browse/OSSM-8074[OSSM-8074] Previously, the {KialiProduct} failed to install the Kiali Server when a {SMProductShortName} had a numeric-only namespace (e.g., `12345`). Now, namespaces with only numerals work correctly.
34+
35+
//add horizontal line rule/line break to help user visually understand that 2.6, 2.5.3, and 2.4.9 are a separate, different release.
36+
'''

modules/ossm-release-2-5-5.adoc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
////
2+
Module included in the following assemblies:
3+
* service_mesh/v2x/servicemesh-release-notes.adoc
4+
////
5+
6+
:_mod-docs-content-type: REFERENCE
7+
[id="ossm-release-2-5-5_{context}"]
8+
= {SMProductName} version 2.5.5
9+
10+
This release of {SMProductName} is included with the {SMProductName} Operator 2.6.2, addresses Common Vulnerabilities and Exposures (CVEs), and is supported on {product-title} 4.14 and later.
11+
12+
13+
[id=ossm-release-2-5-5-components_{context}]
14+
== Component updates
15+
16+
|===
17+
|Component |Version
18+
19+
|Istio
20+
|1.18.7
21+
22+
|Envoy Proxy
23+
|1.26.8
24+
25+
|Kiali Server
26+
|1.73.15
27+
|===
28+
29+
[id="ossm-fixed-issues-2-5-5_{context}"]
30+
== Fixed issues
31+
32+
* https://issues.redhat.com/browse/OSSM-8001[OSSM-8001] Previously, when the `runAsUser` and `runAsGroup` parameters were set to the same value in pods, the proxy GID was incorrectly set to match the container's GID, causing traffic interception issues with iptables rules applied by Istio CNI. Now, containers can have the same value for the `runAsUser` and `runAsGroup` parameters, and iptables rules apply correctly.
33+
34+
* https://issues.redhat.com/browse/OSSM-8074[OSSM-8074] Previously, the {KialiProduct} failed to install the Kiali Server when a {SMProductShortName} had a numeric-only namespace (e.g., `12345`). Now, namespaces with only numerals work correctly.

modules/ossm-release-2-6-0.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ This release of {SMProductName} includes versions 2.5.3 and 2.4.9, adds new feat
1717

1818
This release ends maintenance support for {SMProductName} version 2.3. If you are using {SMProductShortName} version 2.3, you should update to a supported version.
1919

20-
include::snippets/ossm-current-version-support-snippet.adoc[]
2120
//FIPS messaging verified with Matt Werner, CS, OCP on 06/27/2024 via Slack. It is also the same FIPS messaging currently used by Serverless.
2221
//Per Scott Dodson on 07/15/204 via Slack, confirmed that RHEL 2.9 has been submitted for FIPS validation. Admonition updated accordingly.
2322
//Per Kirsten Newcomer on 07/16/2024 via Slack, FIPS messaging for Service Mesh has been changed. Jamie (PM) has agreed with change.

modules/ossm-release-2-6-1.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Module included in the following assemblies:
99

1010
This release of {SMProductName} includes 2.6.1, 2.5.4, and 2.4.10; addresses Common Vulnerabilities and Exposures (CVEs); contains a bug fix; and is supported on {product-title} 4.14 and later.
1111

12-
include::snippets/ossm-current-version-support-snippet.adoc[]
13-
1412
The most current version of the {KialiProduct} can be used with all supported versions of {SMProductName}. The version of {SMProductShortName} is specified by using the `ServiceMeshControlPlane` resource. The version of {SMProductShortName} automatically ensures a compatible version of Kiali.
1513

1614
[id=ossm-release-2-6-1-components_{context}]

modules/ossm-release-2-6-2.adoc

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
////
2+
Module included in the following assemblies:
3+
* service_mesh/v2x/servicemesh-release-notes.adoc
4+
////
5+
6+
:_mod-docs-content-type: REFERENCE
7+
[id="ossm-release-2-6-2_{context}"]
8+
= {SMProductName} version 2.6.2
9+
10+
This release of {SMProductName} updates the {SMProductName} Operator version to 2.6.2, and includes the following `ServiceMeshControlPlane` resource version updates: 2.6.2, 2.5.5 and 2.4.11.
11+
12+
This release addresses Common Vulnerabilities and Exposures (CVEs), contains bug fixes, and is supported on {product-title} 4.14 and later.
13+
14+
include::snippets/ossm-current-version-support-snippet.adoc[]
15+
16+
The most current version of the {KialiProduct} can be used with all supported versions of {SMProductName}. The version of {SMProductShortName} is specified by using the `ServiceMeshControlPlane` resource. The version of {SMProductShortName} automatically ensures a compatible version of Kiali.
17+
18+
[id=ossm-release-2-6-2-components_{context}]
19+
== Component updates
20+
21+
|===
22+
|Component |Version
23+
24+
|Istio
25+
|1.20.8
26+
27+
|Envoy Proxy
28+
|1.28.7
29+
30+
|Kiali Server
31+
|1.73.15
32+
|===
33+
34+
[id="ossm-new-features-2-6-2_{context}"]
35+
== New features
36+
37+
* The {cert-manager-operator} is now supported on {ibm-power-title}, {ibm-z-title}, and {ibm-linuxone-name}.
38+
39+
[id="ossm-fixed-issues-2-6-2_{context}"]
40+
== Fixed issues
41+
42+
* https://issues.redhat.com/browse/OSSM-8099[OSSM-8099] Previously, there was an issue supporting persistent session labels when the endpoints were in the draining phase. Now, there is a method of handling draining endpoints for the stateful header sessions.
43+
44+
* https://issues.redhat.com/browse/OSSM-8001[OSSM-8001] Previously, when `runAsUser` and `runAsGroup` were set to the same value in pods, the proxy GID was incorrectly set to match the container's GID, causing traffic interception issues with iptables rules applied by Istio CNI. Now, containers can have the same value for runAsUser and runAsGroup, and iptables rules apply correctly.
45+
46+
* https://issues.redhat.com/browse/OSSM-8074[OSSM-8074] Previously, the Kiali Operator failed to install the Kiali server when a {SMProductShortName} had a numeric-only namespace (e.g., `12345`). Now, namespaces with only numerals work correctly.

service_mesh/v2x/servicemesh-release-notes.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ toc::[]
1010

1111
include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
1212

13+
include::modules/ossm-release-2-6-2.adoc[leveloffset=+1]
14+
15+
include::modules/ossm-release-2-5-5.adoc[leveloffset=+1]
16+
17+
include::modules/ossm-release-2-4-11.adoc[leveloffset=+1]
18+
1319
include::modules/ossm-release-2-6-1.adoc[leveloffset=+1]
1420

1521
include::modules/ossm-release-2-5-4.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)