Bump lightspeed version to 0.3.0#233
Bump lightspeed version to 0.3.0#233openshift-merge-bot[bot] merged 2 commits intorh-ecosystem-edge:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eranco74 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
WalkthroughReplaces in-image patching and USER switches by updating assisted-chat Containerfiles to a newer lightspeed-stack base image (removing patch-install/apply and root steps), removes rag-runtime/toolgroup entries from template.yaml, and updates lightspeed-stack and llama-stack submodule commits. Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer / CI
participant Build as Image build (Docker/BuildKit)
participant Base as lightspeed-stack base image
participant Runtime as Container runtime
rect rgba(120,160,240,0.06)
Dev->>Build: Trigger image build
Build->>Base: FROM quay.io/lightspeed-core/lightspeed-stack:0.3.0@sha...
note right of Base #e6f7ee: New base removes need for in-image patches
Build-->>Runtime: Produce runtime image (USER 1001, EXPOSE 8080)
end
sequenceDiagram
participant BuildOld as Old image build
participant Tools as Patch tooling (microdnf/patch)
participant Patch as Remote patch fetch/apply
rect rgba(240,200,140,0.06)
BuildOld->>Tools: Install patch tooling (root)
BuildOld->>Patch: Download & apply patch (root)
Tools-->>BuildOld: Modify image layers
BuildOld->>BuildOld: Switch back to USER 1001
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/hold |
|
Forgot to bump the llama-stack submodule |
0.3.0 Release is using llama-stack 0.2.22 We no longer need the env var replacement patch (applied during the container file build) since it was merged to LLS v0.2.20. Bump llama-stack submodule to v0.2.22 Signed-off-by: Eran Cohen <eranco@redhat.com> Signed-off-by: Eran Cohen <eranco@redhat.com>
|
Closes #178 |
|
/unhold |
|
/lgtm |
|
/retest |
…'t use RAG and the current configuration is no longer valid This resolves: RuntimeError: Failed to resolve 'tool_runtime' provider 'rag-runtime' of type 'inline::rag-runtime': required dependency 'files' is not available. Please add a 'files' provider to your configuration or check if the provider is properly configured. Signed-off-by: Eran Cohen <eranco@redhat.com>
|
/retest |
|
/lgtm |
|
/test eval-test |
|
/retest |
|
@eranco74: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
3a5a3f0
into
rh-ecosystem-edge:main
0.3.0 Release is using llama-stack 0.2.22
We no longer need the env var replacement patch (applied during the container file build) since it was merged to LLS v0.2.20.
Summary by CodeRabbit