Skip to content

Commit 550a231

Browse files
authored
Merge pull request #96545 from rh-tokeefe/OLS-1953
OLS-1953: Create OLS 1.0.3 release notes
2 parents ddcdc64 + cd604a0 commit 550a231

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

modules/ols-1-0-3-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-1-0-3-fixed-issues_{context}"]
7+
= Fixed issues
8+
9+
The following issues are fixed with {ols-official} 1.0.3:
10+
11+
* Before this update, the {ols-long} service could not reload BYO Knowledge images with floating tags. This condition occurred even after a restart because the `ImagePullPolicy` parameter was hardcoded to `PullIfNotPresent`. As a result, BYO Knowledge images failed to reload from the container registry, causing users to experience stale images. With this update, when the {ols-long} service restarts, it pulls the BYO Knowledge images from the container registry, ensuring consistent access to BYO Knowledge images. link:https://issues.redhat.com/browse/OLS-1956[OLS-1956].

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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-1-0-3-release-notes_{context}"]
6+
= {ols-long} version 1.0.3
7+
8+
{ols-official} 1.0.3 is now available on {ocp-product-title} 4.15 and later.
9+
10+
[id="ols-1-0-3-enhancements_{context}"]
11+
== Enhancements
12+
13+
The following enhancements are made with {ols-official} 1.0.3:
14+
15+
* This release makes {ols-official} 1.0.3 generally available, and is supported on {ocp-product-title} 4.15 and later.
16+
17+
18+
* With this update, when you specify BYO Knowledge information sources in `OLSConfig.spec.ols.rag` specification file you only have to specify the URL path for the image.
19+
+
20+
The custom resource (CR) uses the following default settings:
21+
+
22+
.Example configuration
23+
[source,yaml,subs="attributes,verbatim"]
24+
----
25+
spec:
26+
ols:
27+
rag:
28+
- image: quay.io/<username>/my-byok-image:latest # <1>
29+
----
30+
<1> Where `image` specifies the tag for the image that was pushed to the image registry so that the {ols-long} Operator can access the custom content. The {ols-long} Operator can work with more than one RAG database that you create.
31+
+
32+
Previously, the `indexPath` and `indexID` parameters were required. Now they are optional. The default values for the parameters are `/rag/vector_db` and `vector_db_index` respectively.

release_notes/ols-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The release notes highlight what is new and what has changed with each {ols-offi
1313
{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].
1414
====
1515

16+
include::modules/ols-1-0-3-release-notes.adoc[leveloffset=+1]
17+
include::modules/ols-1-0-3-fixed-issues.adoc[leveloffset=2]
1618
include::modules/ols-1-0-2-release-notes.adoc[leveloffset=+1]
1719
include::modules/ols-1-0-2-fixed-issues.adoc[leveloffset=2]
1820
include::modules/ols-1-0-1-release-notes.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)