From cc13cc01d4f357a18abfa0e9b29f24dce86f4dcd Mon Sep 17 00:00:00 2001 From: Tim O'Keefe Date: Fri, 16 Aug 2024 16:56:54 -0400 Subject: [PATCH] OLS-949: OLS 0.1.5 release notes --- _attributes/common-attributes.adoc | 1 + _topic_maps/_topic_map.yml | 6 ++++++ modules/ols-0-1-5-release-notes.adoc | 21 +++++++++++++++++++++ modules/ols-release-notes-known-issues.adoc | 13 +++++++++++++ release_notes/_attributes | 1 + release_notes/docinfo.xml | 12 ++++++++++++ release_notes/images | 1 + release_notes/modules | 1 + release_notes/ols-release-notes.adoc | 13 +++++++++++++ release_notes/snippets | 1 + 10 files changed, 70 insertions(+) create mode 100644 modules/ols-0-1-5-release-notes.adoc create mode 100644 modules/ols-release-notes-known-issues.adoc create mode 120000 release_notes/_attributes create mode 100644 release_notes/docinfo.xml create mode 120000 release_notes/images create mode 120000 release_notes/modules create mode 100644 release_notes/ols-release-notes.adoc create mode 120000 release_notes/snippets diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index 966d95385f16..86b86ed39135 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -33,6 +33,7 @@ :watsonx: IBM WatsonX //Microsoft :azure-official: Microsoft Azure +:entra-id: Microsoft Entra ID //service mesh v3 :SMProductName: Red Hat OpenShift Service Mesh :SMProductShortName: Service Mesh diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index 2de9426fef42..944e3c55ec92 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -1,3 +1,9 @@ +Name: Release Notes +Dir: release_notes +Distros: openshift-lightspeed +Topics: +- Name: Release Notes + File: ols-release-notes --- Name: About Dir: about diff --git a/modules/ols-0-1-5-release-notes.adoc b/modules/ols-0-1-5-release-notes.adoc new file mode 100644 index 000000000000..99e6c8289797 --- /dev/null +++ b/modules/ols-0-1-5-release-notes.adoc @@ -0,0 +1,21 @@ +// Module included in the following assemblies: +// release_notes/ols-release-notes.adoc + +:_mod-docs-content-type: REFERENCE +[id="ols-0-1-5-release-notes_{context}"] += {ols-long} version 0.1.5 + +Issued: 12 September 2024 + +{ols-offical} 0.1.5 is now available on {ocp-product-title} 4.15 or later. + +[id="ols-0-1-5-enhancements_{context}"] +== Enhancements + +The following enhancements have been made with {ols-offical} 0.1.5: + +* This release introduces support for Large Language Model (LLM) authentication using {azure-official} with {entra-id}. + +* This release introduces the ability to attach logs on the *Details* page for the `DaemonSet`, `Deployment`, `Job`, `ReplicaSet` and `StatefulSet` resource types. When asking {ols-long} a question, attaching logs helps provide additional context so {ols-short} can provide a more refined answer. + +* When the {ols-long} Service is not running, the chat window now indicates that the Service is not ready. \ No newline at end of file diff --git a/modules/ols-release-notes-known-issues.adoc b/modules/ols-release-notes-known-issues.adoc new file mode 100644 index 000000000000..a1b887843133 --- /dev/null +++ b/modules/ols-release-notes-known-issues.adoc @@ -0,0 +1,13 @@ +// This module is used in the following assemblies: +// release_notes/ols-release-notes.adoc + +:_mod-docs-content-type: REFERENCE +[id="ols-release-notes-known-issues_{context}"] += Known issues + +This section captures the issues identified in {ols-long} releases. + +[id="ols-known-issues-version-0-1-5_{context}"] +== Known issues identified in version 0.1.5 + +* OLS-757: The {ols-long} image size has grown due to changes associated with the hermetic build process. As a result, the time to obtain the image has increased by a few minutes. \ No newline at end of file diff --git a/release_notes/_attributes b/release_notes/_attributes new file mode 120000 index 000000000000..93957f02273f --- /dev/null +++ b/release_notes/_attributes @@ -0,0 +1 @@ +../_attributes \ No newline at end of file diff --git a/release_notes/docinfo.xml b/release_notes/docinfo.xml new file mode 100644 index 000000000000..ab7d8cc21dba --- /dev/null +++ b/release_notes/docinfo.xml @@ -0,0 +1,12 @@ +Release Notes +{product-title} +{product-version} +Release Notes + + This documentation provides information about each OpenShift Lightspeed release. + + + + Red Hat OpenShift Documentation Team + + diff --git a/release_notes/images b/release_notes/images new file mode 120000 index 000000000000..5e67573196d8 --- /dev/null +++ b/release_notes/images @@ -0,0 +1 @@ +../images \ No newline at end of file diff --git a/release_notes/modules b/release_notes/modules new file mode 120000 index 000000000000..464b823aca16 --- /dev/null +++ b/release_notes/modules @@ -0,0 +1 @@ +../modules \ No newline at end of file diff --git a/release_notes/ols-release-notes.adoc b/release_notes/ols-release-notes.adoc new file mode 100644 index 000000000000..df7530e9aa0d --- /dev/null +++ b/release_notes/ols-release-notes.adoc @@ -0,0 +1,13 @@ +:_mod-docs-content-type: ASSEMBLY +[id="ols-release-notes"] += OpenShift Lightspeed release notes +include::_attributes/common-attributes.adoc[] +:context: ols-release-notes + +toc::[] + +The release notes highlight what is new and what has changed with each {ols-offical} release. + +include::modules/ols-0-1-5-release-notes.adoc[leveloffset=+1] + +// include::modules/ols-release-notes-known-issues.adoc[leveloffset=+2] diff --git a/release_notes/snippets b/release_notes/snippets new file mode 120000 index 000000000000..9f5bc7e4dde0 --- /dev/null +++ b/release_notes/snippets @@ -0,0 +1 @@ +../snippets \ No newline at end of file