From 87102ff36b33d3f6f7ef6fcbd3d40f436c1cb0ed Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Thu, 26 Mar 2026 11:36:14 +0100 Subject: [PATCH] Update open-webui to v0.8.11 (#5186) --- open-webui/docker-compose.yml | 2 +- open-webui/umbrel-app.yml | 33 ++++++++++++++++++++------------- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/open-webui/docker-compose.yml b/open-webui/docker-compose.yml index 5bf43b14..2d612ede 100644 --- a/open-webui/docker-compose.yml +++ b/open-webui/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: ghcr.io/open-webui/open-webui:v0.8.10@sha256:ee057955040ce91e3e787e4b7978c9c23e828972c68d01d787ed40f9a307df9f + image: ghcr.io/open-webui/open-webui:v0.8.11@sha256:a1e098b30bf4e06fe2bac1c7af1282b1c8adccd34aff02f9f7e843ffc257452b volumes: - ${APP_DATA_DIR}/data/open-webui:/app/backend/data environment: diff --git a/open-webui/umbrel-app.yml b/open-webui/umbrel-app.yml index e0d78021..1d3a18dc 100644 --- a/open-webui/umbrel-app.yml +++ b/open-webui/umbrel-app.yml @@ -3,7 +3,7 @@ id: open-webui name: Open WebUI tagline: Chat with Ollama models like DeepSeek-R1 and LLama, or use an OpenAI API key category: ai -version: "0.8.10" +version: "0.8.11" port: 2876 description: >- Open WebUI lets you chat with advanced AI models running locally on your own device or connect to online models using an API key. @@ -38,18 +38,25 @@ dependencies: - ollama releaseNotes: >- Key highlights in this release include: - - Administrators can now configure a custom OIDC logout URL for providers like AWS Cognito - - Added MariaDB Vector as a new supported vector database backend - - Chat messages sent to task models for title and tag generation can now be truncated to reduce token usage - - Fixed a bug where HTTP errors in pipeline filters could silently corrupt chat payloads - - Fixed knowledge file updates leaving stale embeddings in the database causing duplicate search results - - Fixed Docker deployments failing to start due to a missing OpenTelemetry dependency - - Fixed non-admin users being unable to view tools due to a missing function import - - Fixed YAML file uploads failing when Docling was enabled - - Fixed custom model fallback not working when the base model is unavailable - - Fixed images in queued messages appearing blank - - Fixed Azure text-to-speech using incomplete locale codes in SSML - - Fixed token usage analytics not being filtered by user group correctly + - Page and markdown rendering are now approximately 25% faster with significantly less memory usage + - Responses API now properly handles tool call streaming and supports experimental stateful sessions + - File viewing in knowledge bases now supports pagination for reading large files in chunks + - Knowledge search now respects model-attached knowledge bases when searching + - Tools can now return binary data such as images, displayed directly in chat + - Users can now drag chats from the sidebar and drop them into the message input as references + - Files and folders in the File Navigator can now be renamed by double-clicking or using the context menu + - Terminal folders can now be downloaded as ZIP archives + - Memory management now supports search and sort for easier navigation + - Fixed a security vulnerability where external clients could bypass model access controls + - Fixed OAuth session persistence so users stay logged in for the configured duration + - Fixed password complexity rules not being enforced when users change their password + - Fixed OAuth role enforcement not properly denying access for users with non-matching roles + - Fixed memory tool registration causing a retry loop with thinking-capable models + - Fixed duplicate items appearing in paginated lists across chats, knowledge, notes, and search + - Fixed tool server connection updates not being saved to persistent storage + - Fixed shared chats crashing when viewed by unauthenticated users + - Fixed RAG query generation failing with thinking models like DeepSeek-R1 + - Fixed Ollama embedding requests failing on long documents by adding truncation support Full release notes are found at https://github.com/open-webui/open-webui/releases