-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OLS-1953: Create OLS 1.0.3 release notes #96545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gabriel-rh
merged 1 commit into
openshift:lightspeed-docs-main
from
rh-tokeefe:OLS-1953
Jul 30, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// This module is used in the following assemblies: | ||
|
||
// * lightspeed-docs-main/release_notes/ols-release-notes.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="ols-1-0-3-fixed-issues_{context}"] | ||
= Fixed issues | ||
|
||
The following issues are fixed with {ols-official} 1.0.3: | ||
|
||
* 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]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// Module included in the following assemblies: | ||
// * lightspeed-docs-main/release_notes/ols-release-notes.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
[id="ols-1-0-3-release-notes_{context}"] | ||
= {ols-long} version 1.0.3 | ||
|
||
{ols-official} 1.0.3 is now available on {ocp-product-title} 4.15 and later. | ||
|
||
[id="ols-1-0-3-enhancements_{context}"] | ||
== Enhancements | ||
|
||
The following enhancements are made with {ols-official} 1.0.3: | ||
|
||
* This release makes {ols-official} 1.0.3 generally available, and is supported on {ocp-product-title} 4.15 and later. | ||
|
||
|
||
* 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. | ||
+ | ||
The custom resource (CR) uses the following default settings: | ||
+ | ||
.Example configuration | ||
[source,yaml,subs="attributes,verbatim"] | ||
---- | ||
spec: | ||
ols: | ||
rag: | ||
- image: quay.io/<username>/my-byok-image:latest # <1> | ||
---- | ||
<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. | ||
+ | ||
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is a bit odd to see absolute offset
leveloffset=2
instead ofleveloffset=+2
but it is ok here - just a suggestion for the future