Skip to content
Merged
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
7 changes: 7 additions & 0 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---
Name: Release Notes
Dir: ossm-release-notes
Distros: openshift-service-mesh
Topics:
- Name: Service Mesh 3.x release notes
File: ossm-release-notes-assembly
---
Name: About
Dir: about
Distros: openshift-service-mesh
Expand Down
62 changes: 62 additions & 0 deletions modules/ossm-release-3-0-TP-1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
////
Module included in the following assemblies:
* service-mesh-docs-main/ossm-release-notes-assembly.adoc
////

:_mod-docs-content-type: REFERENCE
[id="ossm-release-3-0-TP-1_{context}"]
= {SMProductName} 3.0 Technology Preview

This release of {SMProductName} is Technology Preview.

// Simple table to help clarify for users the component versions they can use with OSSM 3.0 TP1. Likely a more complicated table will be needed for GA. OSSM 3.0 separates all the Operators such as OCP, Istio, Envoy, Kiali, OTEL/Tempo, etc. This is only what is known to work with OSSM 3.0 TP1.

[id="ossm-release-3-0-TP1-component-versions_{context}"]
== Supported component versions

|===
|Component |Version

|{ocp-product-title}
|14.0+

|Istio
|1.23.0

|Envoy Proxy
|1.31

|Kiali Operator
|1.89

|Kiali Server
|1.89
|===

[id="ossm-release-3-0-TP1-unavailable-features_{context}"]
== Unavailable features in this release

The following features are not supported in this Technology Preview release:

* {SMPlugin}
* Istio's Ambient mode
* Istio's Virtual Machine support
* {ibm-power-name} and {ibm-z-name} platforms

[id="ossm-release-3-0-TP1-unavailable-clusters_{context}"]
== Unavailable clusters in this release

The following clusters are not supported in this Technology Preview release:

* Production clusters
* Clusters with {SMProductShortName} 2.x

// 09/12/2024: IBM Power and 390x platforms added to unavailable features per https://issues.redhat.com/browse/OSSM-8068

// 08/22/2024: Possible more items may be added in the next week.
// Per Jira description from PM: "A bare bones release notes page to capture known features that are not currently available. As nothing is technically supported yet, "unsupported" doesn't really carry weight and the focus will be on features that are either unavailable of have not been tested yet in any manner."
// TP1 content. TP banner is persistent and was handled by a different PR from Tim O'Keefe. See https://docs.openshift.com/service-mesh/3.0.0tp1/about/ossm-about-openshift-service-mesh.html
// Possible file name may change
// Possible assembly file may change
// Assemblies, topic map info needs to be worked out still for 3.0.
// Noting for future reference: Rel notes for GA will have new features, bug fixes, etc. in addition to a Component table. Component table may be its own file as there are more components to update, including supported OCP versions since stand alone format removes the connection to the OCP version. Service Mesh docs are versioned now instead of OCP docs since stand alone moves Service Mesh docs up a level.
1 change: 1 addition & 0 deletions ossm-release-notes/_attributes
1 change: 1 addition & 0 deletions ossm-release-notes/images
1 change: 1 addition & 0 deletions ossm-release-notes/modules
29 changes: 29 additions & 0 deletions ossm-release-notes/ossm-release-notes-assembly.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
:_content-type: ASSEMBLY
[id="ossm-release-notes-assembly"]
= {SMProductName} 3.x release notes
include::_attributes/common-attributes.adoc[]
:context: ossm-release-notes-assembly

toc::[]

[id="making-open-source-more-inclusive_{context}"]
== Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see link:https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language[our CTO Chris Wright's message].

// Copied from OCP core file: making-open-source-more-inclusive.adoc
// Will make inclusive statement its own module for OSSM 3.0 GA.

include::snippets/technology-preview.adoc[]

include::modules/ossm-release-3-0-TP-1.adoc[leveloffset=+1]

// commented out in case it is needed for GA
// [role="_additional-resources"]
// [id="additional-resources_{context}"]
// .Additional resources


// This is OSSM 3.0 TP 1 content. Technology Preview banner is persistent and was handled by a separate PR from Tim O'Keefe. It has also been added to rel notes so users will see it twice: once at the top of the page, and again within rel notes. OCP writers suggested it should appear in rel notes, even if it means the user sees it twice.
// NOTE: the banner does not appear in preview. You can see it here: https://docs.openshift.com/service-mesh/3.0.0tp1/about/ossm-about-openshift-service-mesh.html
// Content may change, file names may change, directories may change, the order of directories may change, everything may change for OSSM 3.0 GA.
1 change: 1 addition & 0 deletions ossm-release-notes/snippets
2 changes: 1 addition & 1 deletion snippets/technology-preview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[IMPORTANT]
====
[subs="attributes+"]
{FeatureName} is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
{SMProductName} 3.0 is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.

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].
====
Expand Down