Skip to content

OSSM-9882 Update New features, enhancements, bug fixes, and known issues for OSSM 3.1 RNs #95747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: service-mesh-docs-main
Choose a base branch
from
Open
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
12 changes: 12 additions & 0 deletions modules/ossm-release-notes-3-1-fixed-issues.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Module included in the following assemblies:
//
// * service-mesh-docs-main/ossm-release-notes/ossm-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="ossm-release-3-1-fixed-issues_{context}"]
= {SMProductName} version 3.1 fixed issues

[id="kiali-fixed-issues_{context}"]
== Kiali fixed issues

* Previously, the {KialiProduct} used the `k8s_cluster_info` Ansible module from the `kubernetes.core` collection, which caused failures in certain environments during the `Get API version information from the cluster` task. As a result, Kiali deployment failure occurred, affecting service visibility and management. Now, the {KialiProduct} avoids the `k8s_cluster_info` module, resolving the issue and ensuring smooth Kiali installation for users. (link:https://issues.redhat.com/browse/OSSM-9659[OSSM-9659])
15 changes: 15 additions & 0 deletions modules/ossm-release-notes-3-1-new-features-enhancements.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Module included in the following assemblies:
//
// * service-mesh-docs-main/ossm-release-notes/ossm-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="ossm-release-3-1-new-features-enhancements_{context}"]
= {SMProductName} version 3.1 new features and enhancements

This release makes {SMProductName} 3.1 generally available, adds new features, addresses Common Vulnerabilities and Exposures (CVEs), and is supported on {ocp-product-title} 4.14 and later.

For a list of supported component versions and support features, see "Service Mesh 3.0 feature support tables".

For a complete list of changes between {SMProduct} 2 and {SMProduct} 3, see "Important information to know if you are migrating from OpenShift Service Mesh 2.6".


10 changes: 10 additions & 0 deletions modules/ossm-release-notes-3-1-technology-preview-features.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Module included in the following assemblies:
//
// * service-mesh-docs-main/ossm-release-notes/ossm-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="ossm-release-3-1-technology-preview-features_{context}"]
= {SMProductName} version 3.1 Technology Preview features

Some features in this release are currently in Technology Preview. These experimental features are not intended for production use. For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].

3 changes: 3 additions & 0 deletions ossm-release-notes/ossm-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ For additional information about the {SMProductName} life cycle and supported pl
//03/25/2025:
//Gwynne is rotating off Service Mesh. For next writer and CS: Continue to refine the IA for rel notes. The structure and IA will likely make more sense as there are more z-streams and versions released, making it easier to see how best to lay rel notes out in docs.redhat. Should anything be its own tile to make it easier to find for users?

include::modules/ossm-release-notes-3-1-technology-preview-features.adoc[leveloffset=+1]
include::modules/ossm-release-notes-3-1-new-features-enhancements.adoc[leveloffset=+1]
include::modules/ossm-release-notes-3-1-fixed-issues.adoc[leveloffset=+1]
include::modules/ossm-release-notes-3-0-3.adoc[leveloffset=+1]
include::modules/ossm-release-notes-3-0-2.adoc[leveloffset=+1]
include::modules/ossm-release-notes-3-0-1.adoc[leveloffset=+1]
Expand Down