From 8c60351166514c5fa9d83979dfbf7efd91247bb1 Mon Sep 17 00:00:00 2001 From: Tim O'Keefe Date: Thu, 5 Dec 2024 14:54:37 -0500 Subject: [PATCH] OLS-1284: OpenShift Lightspeed Release Notes 0.2.1 --- modules/ols-0-2-1-release-notes.adoc | 25 +++++++++++++++++++++++++ release_notes/ols-release-notes.adoc | 1 + 2 files changed, 26 insertions(+) create mode 100644 modules/ols-0-2-1-release-notes.adoc diff --git a/modules/ols-0-2-1-release-notes.adoc b/modules/ols-0-2-1-release-notes.adoc new file mode 100644 index 000000000000..8598629a0e04 --- /dev/null +++ b/modules/ols-0-2-1-release-notes.adoc @@ -0,0 +1,25 @@ +// Module included in the following assemblies: +// release_notes/ols-release-notes.adoc + +:_mod-docs-content-type: REFERENCE +[id="ols-0-2-1-release-notes_{context}"] += {ols-long} version 0.2.1 + +{ols-official} 0.2.1 is now available on {ocp-product-title} 4.15 or later. + +[id="ols-0-2-1-enhancements_{context}"] +== Enhancements + +The following enhancements have been made with {ols-official} 0.2.1: + +* The text area of the {ols-long} User Interface now generates a preview when you attach an event to a prompt. The preview presents the actual YAML text for the event, helping you determine if attaching the event will provide additional context for the question being asked. + +* This release adds the ability to attach a YAML file to a question you ask on any page accessible from *Virtualization* in the {ocp-product-title} web console. This release also adds the ability to attach events and logs for `VirtualMachines` and `VirtualMachineInstances`. + +* Beginning in this release you can set the `api_version` parameter for the {azure-openai} provider in the `OLSConfig` Custom Resource. + +* This release provides the ability to make use of the cluster-wide Transport Layer Security (TLS) profile and to make use of the TLS custom profile for the {ols-long} stack. + +* This release adds the ability for users to provide their own TLS certificates for communication between the {ols-long} console and the {ols-long} service. + +* With this release, the {ols-long} User Interface displays an email link that can be used to contact the {ols-official} Development Team. \ No newline at end of file diff --git a/release_notes/ols-release-notes.adoc b/release_notes/ols-release-notes.adoc index 3a558c220bf4..00bde211a735 100644 --- a/release_notes/ols-release-notes.adoc +++ b/release_notes/ols-release-notes.adoc @@ -8,6 +8,7 @@ toc::[] The release notes highlight what is new and what has changed with each {ols-official} release. +include::modules/ols-0-2-1-release-notes.adoc[leveloffset=+1] include::modules/ols-0-2-0-release-notes.adoc[leveloffset=+1] include::modules/ols-0-1-7-release-notes.adoc[leveloffset=+1] include::modules/ols-0-1-6-release-notes.adoc[leveloffset=+1]