From 57c4b4e92553c36e351fcd75e024cffa6eb14fde Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Fri, 27 Mar 2026 08:15:23 +0100 Subject: [PATCH] Update open-webui to v0.8.12 (#5202) --- open-webui/docker-compose.yml | 2 +- open-webui/umbrel-app.yml | 29 +++++++++-------------------- 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/open-webui/docker-compose.yml b/open-webui/docker-compose.yml index 2d612ede..2515c921 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.11@sha256:a1e098b30bf4e06fe2bac1c7af1282b1c8adccd34aff02f9f7e843ffc257452b + image: ghcr.io/open-webui/open-webui:v0.8.12@sha256:8113fa5510020ef05a44afc0c42d33eabeeb2524a996e3e3fb8c437c00f0d792 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 1d3a18dc..ad3e089b 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.11" +version: "0.8.12" 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,25 +38,14 @@ dependencies: - ollama releaseNotes: >- Key highlights in this release include: - - 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 + - Fixed terminal server connections now proxying through the backend, preventing API key exposure and CORS errors + - Fixed the /api/v1/files/ endpoint returning a 500 error that prevented file listing via the API + - Fixed administrators being unable to see models when no access control is configured + - Fixed rich UI embeds from tool calls now rendering outside collapsed groups and remaining visible + - Fixed exceptions in middleware caused by invalid return values from terminal tools + - Fixed missing beautifulsoup4 dependency that caused errors when starting Open WebUI + - Fixed license data not loading correctly in the interface + - Translation updates for Simplified Chinese, Catalan, Portuguese (Brazil), Finnish, and Lithuanian Full release notes are found at https://github.com/open-webui/open-webui/releases