Skip to content

Conversation

@red-hat-konflux-kflux-prd-rh02
Copy link

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
llama-stack ==0.2.22 -> ==0.4.0 age confidence

Release Notes

llamastack/llama-stack (llama-stack)

v0.4.0

Compare Source

llama-stack v0.4.0

🎯 Notable Features in llama-stack v0.4.0

🏗️ Architecture Improvements
  • API/Provider Separation: Split API and provider specs into separate llama-stack-api package for better modularity (#​3895)
  • FastAPI Migration: Converted multiple APIs to FastAPI router system (Files, Providers, Inspect, Datasets, Benchmarks) for improved performance and maintainability
  • Inspect API Update: /v1/inspect now only lists v1 APIs by default (#​3948)
🔍 Vector Store Enhancements
  • Query Rewrite Support: Added query rewrite capabilities in vector_store.search (#​4171)
  • Qdrant Improvements: Hybrid and keyword search support (#​4006)
  • ChromaDB Enhancements: Keyword search and delete_chunk implementation (#​3057)
  • Persistence: Vector stores now persist across server restarts (#​3977)
  • Metadata & Embeddings: Return embeddings and metadata from vector store methods (#​4046)
🤖 Model & Inference
  • Model Discovery: List available models via provider_data header (#​3968, #​3928)
  • New Providers:
    • OpenAI-compatible Bedrock provider (#​3748)
    • OCI GenAI service integration (#​3876)
    • OCI embeddings support (#​4300)
  • Standardized Configuration: Unified base_url for inference providers (#​4177)
📋 Responses API Improvements
🆕 New APIs
  • Read-only Connectors API (#​4258)
  • File Processor API skeleton (#​4113)
  • Admin API
    • Stack Administration: New /admin API (v1alpha) for administrative operations (#​4401)
    • Endpoints: Provider management, health checks, version info, and route listing
    • Deprecates: Standalone /providers and /inspect APIs (still functional for backward compatibility)
🗑️ Deprecations & Removals
  • Deprecated register/unregister resource APIs (#​4099)
  • Removed Agents (sessions/turns) API (#​4055)
  • Removed SDG Stub API (#​4035)
🔒 Security Fixes
  • Fixed RBAC bypass vulnerabilities in model access (#​4270)
  • Prevented ABAC bypass in vector store operations (#​4394)
  • JWT token redaction in logs (#​4325)
🛠️ Infrastructure & DX
  • Multi-architecture builds with ARM compatibility (#​4290)
  • OpenTelemetry auto-instrumentation support (#​4281)
  • SQLite WAL mode to prevent database locking (#​4048)
  • File deletion permission enforcement (#​4275)
⚠️ Breaking Changes + Noteworthy Functional Changes to be Aware of
Configuration Files
  • StackRunConfig → StackConfig: Configuration class renamed
  • run.yaml → config.yaml: Runtime configuration file renamed
  • build.yaml removed: Build configuration consolidated into config.yaml
  • New required config sections: vector_stores, safety, and structured storage.stores configuration
Vector Store API
  • vector_db_id → vector_store_id: Renamed across all endpoints and data structures (#​3923)
  • ChunkMetadata now required: No longer optional in Chunk class (#​4413)
  • Embeddings refactored: Removed from base Chunk class, added new EmbeddedChunk class (#​4413)
  • Removed chunk_id property: Dropped from Chunk class (#​3954)
  • Search response structure changed: Updated return format (#​4080)
API Removals
  • Agents API removed: Sessions and turns endpoints deleted—use Responses + Conversations instead (#​4055)
  • SDG API Stubs removed: Synthetic data generation endpoints deleted (#​4035)
  • /v1/openai/v1/* routes removed: Use /v1/* routes instead (#​4054)
  • Deprecated v1 routes with v1alpha equivalents were removed (#​4054)
  • Register/unregister resources deprecated: Resource registration APIs deprecated (#​4099)
Provider Configuration
  • Bedrock env variable: Token variable renamed to match AWS/boto3 conventions—update your environment (#​4152)
  • Inference base_url standardized: Unified configuration format across providers (#​4177)
API Behavior Changes
  • Parallel tool calls: New parallel_tool_calls parameter affects execution flow (#​4124)
  • Logprobs parameter: Use include parameter instead of direct field (#​4261)
  • Telemetry architecture: Complete redesign around OpenTelemetry auto-instrumentation (#​4127)

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@coderabbitai
Copy link

coderabbitai bot commented Dec 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/main/llama-stack-0.x branch from 7b32d0e to 234cfea Compare December 3, 2025 20:04
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update dependency llama-stack to v0.3.3 Update dependency llama-stack to v0.3.4 Dec 3, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/main/llama-stack-0.x branch from 234cfea to f8d7ec4 Compare December 15, 2025 20:03
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update dependency llama-stack to v0.3.4 Update dependency llama-stack to v0.3.5 Dec 15, 2025
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/main/llama-stack-0.x branch from f8d7ec4 to d8c2332 Compare January 7, 2026 00:13
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update dependency llama-stack to v0.3.5 Update dependency llama-stack to v0.4.0 Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant