Skip to content

Commit 5fd72e1

Browse files
authored
Merge pull request #93243 from rh-tokeefe/OLS-1752
OLS-1752: Create release notes for OLS 0.3.5
2 parents b97ad6f + 9fe1673 commit 5fd72e1

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

modules/ols-0-3-5-fixed-issues.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// This module is used in the following assemblies:
2+
3+
// * lightspeed-docs-main/release_notes/ols-release-notes.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="ols-0-3-5-fixed-issues_{context}"]
7+
= Fixed issues
8+
9+
The following issues are fixed with {ols-official} 0.3.5:
10+
11+
* Previously, the {ols-long} service could not support a self-hosted large language model (LLM) with OpenAI-compatible API endpoints by using a self-signed certificate with a custom CA to secure its HTTPS endpoints. Now the {ols-short} service can support a self-signed certificate with a custom CA to secure HTTPS connections to the LLM provider. link:https://issues.redhat.com/browse/OLS-1715[OLS-1715].

modules/ols-0-3-5-release-notes.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// Module included in the following assemblies:
2+
// * lightspeed-docs-main/release_notes/ols-release-notes.adoc
3+
4+
:_mod-docs-content-type: REFERENCE
5+
[id="ols-0-3-5-release-notes_{context}"]
6+
= {ols-long} version 0.3.5
7+
8+
{ols-official} 0.3.5 is now available on {ocp-product-title} 4.15 and later.
9+
10+
[IMPORTANT]
11+
====
12+
{ols-official} is designed for Federal Information Processing Standards (FIPS). When running on {ocp-product-title} in FIPS mode, it uses the {rhel} cryptographic libraries submitted (or planned to be submitted) to NIST for FIPS validation on only the `x86_64`, `ppc64le`, and `s390X` architectures. For more information about the NIST validation program, see link:https://csrc.nist.gov/Projects/cryptographic-module-validation-program/validated-modules[Cryptographic Module Validation Program]. For the latest NIST status of the individual versions of {rhel} cryptographic libraries that have been submitted for validation, see link:https://access.redhat.com/en/compliance[Product compliance].
13+
====
14+
15+
[id="ols-0-3-5-enhancements_{context}"]
16+
== Enhancements
17+
18+
The following enhancements are made with {ols-official} 0.3.5:
19+
20+
* Beginning in this release, the {ols-long} conversation history is saved to the PostgresSQL database and is retained in persistent volume. The conversation history persists if the PostgreSQL pod restarts or is rescheduled. PostgresSQL persistence is disabled by default. To enable the feature, define the `size` and `class` parameters in the `ols.storage` specification of the `OLSConfig` custom resource (CR).
21+
22+
* This release introduces the cluster interaction feature as a Technology Preview feature. Use the cluster interaction feature to enhance the knowledge available to the large language model (LLM) with information about an {ocp-product-title} cluster. Providing cluster-specific information, such as the namespaces or pods that the cluster contains, enables the LLM to generate responses unique to the cluster.
23+
24+
:FeatureName: The cluster interaction feature
25+
include::snippets/technology-preview.adoc[]

release_notes/ols-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ toc::[]
88

99
The release notes highlight what is new and what has changed with each {ols-official} release.
1010

11+
include::modules/ols-0-3-5-release-notes.adoc[leveloffset=+1]
12+
include::modules/ols-0-3-5-fixed-issues.adoc[leveloffset=+2]
1113
include::modules/ols-0-3-4-release-notes.adoc[leveloffset=+1]
1214
include::modules/ols-0-3-4-fixed-issues.adoc[leveloffset=+2]
1315
include::modules/ols-0-3-3-release-notes.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)