Skip to content

Commit f7e5c06

Browse files
authored
Merge pull request #80723 from gwynnemonahan/OSSM-7054
OSSM-7054 OSSM 2.6.1 (At Stage): [DOC] Release Notes, Known Issues and Bug Fixes
2 parents e869e98 + 48f1a7d commit f7e5c06

File tree

7 files changed

+100
-5
lines changed

7 files changed

+100
-5
lines changed

_attributes/common-attributes.adoc

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

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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-10_{context}"]
8+
= {SMProductName} version 2.4.10
9+
10+
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs) and is supported on {product-title} 4.14 and later.
11+
12+
[id=ossm-release-2-4-10-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.15
26+
|===
27+
28+
//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.
29+
'''

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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-4_{context}"]
8+
= {SMProductName} version 2.5.4
9+
10+
This release of {SMProductName} addresses Common Vulnerabilities and Exposures (CVEs) and is supported on {product-title} 4.14 and later.
11+
12+
[id=ossm-release-2-5-4-components_{context}]
13+
== Component updates
14+
15+
|===
16+
|Component |Version
17+
18+
|Istio
19+
|1.18.5
20+
21+
|Envoy Proxy
22+
|1.26.8
23+
24+
|Kiali Server
25+
|1.73.14
26+
|===

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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-1_{context}"]
8+
= {SMProductName} version 2.6.1
9+
10+
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.
11+
12+
include::snippets/ossm-current-version-support-snippet.adoc[]
13+
14+
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.
15+
16+
[id=ossm-release-2-6-1-components_{context}]
17+
== Component updates
18+
19+
|===
20+
|Component |Version
21+
22+
|Istio
23+
|1.20.8
24+
25+
|Envoy Proxy
26+
|1.28.5
27+
28+
|Kiali Server
29+
|1.73.14
30+
|===
31+
32+
[id="ossm-fixed-issues-2-6-1_{context}"]
33+
== Fixed issues
34+
35+
* https://issues.redhat.com/browse/OSSM-6766[OSSM-6766] Previously, the {SMPlugin} failed if the user wanted to update a namespace (for example, enabling or disabling injection), or create any Istio object (for example, creating traffic policies). Now, the {SMPlugin} does not fail if the user updates a namespace or creates any Istio object.
36+
37+
// Removed from ossm-rn-known-issues file. ossm-rn-known-issues remains a separate file and is not part of the new OSSM release notes format where fixed issues and known issues are included in the file relating to a specific release.

modules/ossm-rn-known-issues.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ New issues for Kiali should be created in the link:https://issues.redhat.com/pro
201201

202202
These are the known issues in Kiali:
203203

204-
* https://issues.redhat.com/browse/OSSM-6766[OSSM-6766] The {SMPlugin} fails if the user wants to update a namespace (for example, enable/disable injection) or create any Istio object (for example, create traffic policies).
205-
206-
Workaround: Use the standalone Kiali application to update a namespace or create any Istio object.
207204
//Keep KIALI-2206 in RN as this is for information purposes.
208205
* link:https://issues.jboss.org/browse/KIALI-2206[KIALI-2206] When you are accessing the Kiali console for the first time, and there is no cached browser data for Kiali, the “View in Grafana” link on the Metrics tab of the Kiali Service Details page redirects to the wrong location. The only way you would encounter this issue is if you are accessing Kiali for the first time.
209206
//Keep KIALI-507 in RN as this is for information purposes.

modules/ossm-rn-new-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This release adds improvements related to the following components and concepts.
2424
[id="new-features-ossm-2-6"]
2525
== New features {SMProductName} version 2.6
2626

27-
This release of {SMProductName} adds new features, addresses Common Vulnerabilities and Exposures (CVEs), and is supported on {product-title} 4.12 and later.
27+
This release of {SMProductName} adds new features, addresses Common Vulnerabilities and Exposures (CVEs), and is supported on {product-title} 4.14 and later.
2828

2929
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.
3030

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-1.adoc[leveloffset=+1]
14+
15+
include::modules/ossm-release-2-5-4.adoc[leveloffset=+1]
16+
17+
include::modules/ossm-release-2-4-10.adoc[leveloffset=+1]
18+
1319
include::modules/ossm-rn-new-features.adoc[leveloffset=+1]
1420

1521
// Tech preview not supported in ROSA/OSD

0 commit comments

Comments
 (0)