Update ghcr.io/open-webui/open-webui Docker tag to v0.6.27 #1405

Merged
renovate-bot merged 1 commits from renovate/ghcr.io-open-webui-open-webui-0.x into main 2025-09-09 15:05:38 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui patch v0.6.26 -> 0.6.27

Release Notes

open-webui/open-webui (ghcr.io/open-webui/open-webui)

v0.6.27

Compare Source

Added
  • 📁 Emoji folder icons were added, allowing users to personalize workspace organization with visual cues, including improved chevron display. Commit, Commit, Commit, Commit
  • 📁 The 'Search Collection' input field now dynamically displays the total number of files within the knowledge base. Commit
  • ☁️ A provider toggle in connection settings now allows users to manually specify Azure OpenAI deployments. Commit
  • Model list caching performance was optimized by fixing cache key generation to reduce redundant API calls. #​17158
  • 🎨 Azure OpenAI image generation is now supported, with configurations for IMAGES_OPENAI_API_VERSION via environment variable and admin UI. #​17147, #​16274, Docs:#​679
  • Comprehensive N+1 query performance is optimized by reducing database queries from 1+N to 1+1 patterns across major listing endpoints. #​17165, #​17160, #​17161, #​17162, #​17159, #​17166
  • The PDF.js library is now dynamically loaded, significantly reducing initial page load size and improving responsiveness. #​17222
  • The heic2any library is now dynamically loaded across various message input components, including channels, for faster page loads. #​17225, #​17229
  • 📚 The knowledge API now supports a "delete_file" query parameter, allowing configurable file deletion behavior. Commit
  • 📊 Llama.cpp timing statistics are now integrated into the usage field for comprehensive model performance metrics. Commit
  • 🗄️ The PGVECTOR_CREATE_EXTENSION environment variable now allows control over automatic pgvector extension creation. Commit, Commit, Docs:#​672
  • 🔒 Comprehensive server-side OAuth token management was implemented, securely storing encrypted tokens in a new database table and introducing an automatic refresh mechanism, enabling seamless and secure forwarding of valid user-specific OAuth tokens to downstream services, including OpenAI-compatible endpoints and external tool servers via the new "system_oauth" authentication type, resolving long-standing issues such as large token size limitations, stale/expired tokens, and reliable token propagation, and enhancing overall security by minimizing client-side token exposure, configurable via "ENABLE_OAUTH_ID_TOKEN_COOKIE" and "OAUTH_SESSION_TOKEN_ENCRYPTION_KEY" environment variables. Docs:#​683, #​17210, #​8957, #​11029, #​17178, #​17183, Commit, Commit, Commit, Commit, Commit, Commit, Commit, Commit, Commit, Commit
  • 🔒 Conditional Permission Hardening for OpenShift Deployments: Added a build argument to enable optional permission hardening for OpenShift and container environments. Commit
  • 👥 Regex pattern support is added for OAuth blocked groups, allowing more flexible group filtering rules. Commit
  • 💬 Web search result display was enhanced to include titles and favicons, providing a clearer overview of search sources. Commit, Commit, Commit, #​17197, #​14179, Commit, Commit, Commit, Commit, Commit, Commit
  • 💬 A new setting was added to control whether clicking a suggested prompt automatically sends the message or only inserts the text. #​17192, Commit
  • 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
  • 🌐 Translations for Portuguese (Brazil), Simplified Chinese, Catalan, and Spanish were enhanced and expanded.
Fixed
  • 🔍 Hybrid search functionality now correctly handles lexical-semantic weight labels and avoids errors when BM25 weight is zero. #​17049, #​17046
  • 🛑 Task stopping errors are prevented by gracefully handling multiple stop requests for the same task. #​17195
  • 🐍 Code execution package detection precision is improved in Pyodide to prevent unnecessary package inclusions. Commit
  • 🛠️ Tool message format API compliance is fixed by ensuring content fields in tool call responses contain valid string values instead of null. Commit
  • 📱 Mobile app config API authentication now supports Authorization header token verification with cookie fallback for iOS and Android requests. #​17175
  • 💾 Knowledge file save race conditions are prevented by serializing API calls and adding an "isSaving" guard. #​17137, Commit
  • 🔐 The SSO login button visibility is restored for OIDC PKCE authentication without a client secret. #​17012
  • 🔊 Text-to-Speech (TTS) API requests now use proper URL joining methods, ensuring reliable functionality regardless of trailing slashes in the base URL. #​17061
  • 🛡️ Admin account creation on Hugging Face Spaces now correctly detects the configured port, resolving issues with custom port deployments. #​17064
  • 📁 Unicode filename support is improved for external document loaders by properly URL-encoding filenames in HTTP headers. #​17013, #​17000
  • 🔗 Web page and YouTube attachments are now correctly processed by setting their type as "text" and using collection names for accurate content retrieval. Commit
  • ✍️ Message input composition event handling is fixed to properly manage text input for multilingual users using Input Method Editors (IME). #​17085
  • 💬 Follow-up tooltip duplication is removed, streamlining the user interface and preventing visual clutter. #​17186
  • 🎨 Chat button text display is corrected by preventing clipping of descending characters and removing unnecessary capitalization. #​17191
  • 🧠 RAG Loop/Error with Gemma 3.1 2B Instruct is fixed by correctly unwrapping unexpected single-item list responses from models. Commit, #​17213
  • 🖼️ HEIC conversion failures are resolved, improving robustness of image handling. #​17225
  • 📦 The slim Docker image size regression has been fixed by refining the build process to correctly exclude components when USE_SLIM=true. #​16997, Commit, Commit
  • 📁 Knowledge base update validation errors are resolved, ensuring seamless management via UI or API. #​17244, Commit
  • 🔐 Resolved a security issue where a global web search setting overrode model-specific restrictions, ensuring model-level settings are now correctly prioritized. #​17151, Commit
  • 🔐 OAuth redirect reliability is improved by robustly preserving the intended redirect path using session storage. #​17235, Commit, #​15575, Commit
  • 🔐 Fixed a security vulnerability where knowledge base access within chat folders persisted after permissions were revoked. #​17182, Commit
  • 🔒 OIDC access denied errors are now displayed as user-friendly toast notifications instead of raw JSON. #​17208, Commit
  • 💬 Chat exception handling is enhanced to prevent system instability during message generation and ensure graceful error recovery. Commit
  • 🔒 Static asset authentication is improved by adding crossorigin="use-credentials" attributes to all link elements, enabling proper cookie forwarding for proxy environments and authenticated requests to favicon, manifest, and stylesheet resources. #​17280, Commit
Changed
  • 🛠️ Renamed "Tools" to "External Tools" across the UI for clearer distinction between built-in and external functionalities. Commit
  • 🛡️ Default permission validation for message regeneration and deletion actions is enhanced to provide more restrictive access controls, improving chat security and user data protection. #​17285

v0.6.27

Compare Source

[0.6.27] - 2025-09-09

Added
  • 📁 Emoji folder icons were added, allowing users to personalize workspace organization with visual cues, including improved chevron display. Commit, Commit, Commit, Commit
  • 📁 The 'Search Collection' input field now dynamically displays the total number of files within the knowledge base. Commit
  • ☁️ A provider toggle in connection settings now allows users to manually specify Azure OpenAI deployments. Commit
  • Model list caching performance was optimized by fixing cache key generation to reduce redundant API calls. #​17158
  • 🎨 Azure OpenAI image generation is now supported, with configurations for IMAGES_OPENAI_API_VERSION via environment variable and admin UI. #​17147, #​16274, Docs:#​679
  • Comprehensive N+1 query performance is optimized by reducing database queries from 1+N to 1+1 patterns across major listing endpoints. #​17165, #​17160, #​17161, #​17162, #​17159, #​17166
  • The PDF.js library is now dynamically loaded, significantly reducing initial page load size and improving responsiveness. #​17222
  • The heic2any library is now dynamically loaded across various message input components, including channels, for faster page loads. #​17225, #​17229
  • 📚 The knowledge API now supports a "delete_file" query parameter, allowing configurable file deletion behavior. Commit
  • 📊 Llama.cpp timing statistics are now integrated into the usage field for comprehensive model performance metrics. Commit
  • 🗄️ The PGVECTOR_CREATE_EXTENSION environment variable now allows control over automatic pgvector extension creation. Commit, Commit, Docs:#​672
  • 🔒 Comprehensive server-side OAuth token management was implemented, securely storing encrypted tokens in a new database table and introducing an automatic refresh mechanism, enabling seamless and secure forwarding of valid user-specific OAuth tokens to downstream services, including OpenAI-compatible endpoints and external tool servers via the new "system_oauth" authentication type, resolving long-standing issues such as large token size limitations, stale/expired tokens, and reliable token propagation, and enhancing overall security by minimizing client-side token exposure, configurable via "ENABLE_OAUTH_ID_TOKEN_COOKIE" and "OAUTH_SESSION_TOKEN_ENCRYPTION_KEY" environment variables. Docs:#​683, #​17210, #​8957, #​11029, #​17178, #​17183, Commit, Commit, Commit, Commit, Commit, Commit, Commit, Commit, Commit, Commit
  • 🔒 Conditional Permission Hardening for OpenShift Deployments: Added a build argument to enable optional permission hardening for OpenShift and container environments. Commit
  • 👥 Regex pattern support is added for OAuth blocked groups, allowing more flexible group filtering rules. Commit
  • 💬 Web search result display was enhanced to include titles and favicons, providing a clearer overview of search sources. Commit, Commit, Commit, #​17197, #​14179, Commit, Commit, Commit, Commit, Commit, Commit
  • 💬 A new setting was added to control whether clicking a suggested prompt automatically sends the message or only inserts the text. #​17192, Commit
  • 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
  • 🌐 Translations for Portuguese (Brazil), Simplified Chinese, Catalan, and Spanish were enhanced and expanded.
Fixed
  • 🔍 Hybrid search functionality now correctly handles lexical-semantic weight labels and avoids errors when BM25 weight is zero. #​17049, #​17046
  • 🛑 Task stopping errors are prevented by gracefully handling multiple stop requests for the same task. #​17195
  • 🐍 Code execution package detection precision is improved in Pyodide to prevent unnecessary package inclusions. Commit
  • 🛠️ Tool message format API compliance is fixed by ensuring content fields in tool call responses contain valid string values instead of null. Commit
  • 📱 Mobile app config API authentication now supports Authorization header token verification with cookie fallback for iOS and Android requests. #​17175
  • 💾 Knowledge file save race conditions are prevented by serializing API calls and adding an "isSaving" guard. #​17137, Commit
  • 🔐 The SSO login button visibility is restored for OIDC PKCE authentication without a client secret. #​17012
  • 🔊 Text-to-Speech (TTS) API requests now use proper URL joining methods, ensuring reliable functionality regardless of trailing slashes in the base URL. #​17061
  • 🛡️ Admin account creation on Hugging Face Spaces now correctly detects the configured port, resolving issues with custom port deployments. #​17064
  • 📁 Unicode filename support is improved for external document loaders by properly URL-encoding filenames in HTTP headers. #​17013, #​17000
  • 🔗 Web page and YouTube attachments are now correctly processed by setting their type as "text" and using collection names for accurate content retrieval. Commit
  • ✍️ Message input composition event handling is fixed to properly manage text input for multilingual users using Input Method Editors (IME). #​17085
  • 💬 Follow-up tooltip duplication is removed, streamlining the user interface and preventing visual clutter. #​17186
  • 🎨 Chat button text display is corrected by preventing clipping of descending characters and removing unnecessary capitalization. #​17191
  • 🧠 RAG Loop/Error with Gemma 3.1 2B Instruct is fixed by correctly unwrapping unexpected single-item list responses from models. Commit, #​17213
  • 🖼️ HEIC conversion failures are resolved, improving robustness of image handling. #​17225
  • 📦 The slim Docker image size regression has been fixed by refining the build process to correctly exclude components when USE_SLIM=true. #​16997, Commit, Commit
  • 📁 Knowledge base update validation errors are resolved, ensuring seamless management via UI or API. #​17244, Commit
  • 🔐 Resolved a security issue where a global web search setting overrode model-specific restrictions, ensuring model-level settings are now correctly prioritized. #​17151, Commit
  • 🔐 OAuth redirect reliability is improved by robustly preserving the intended redirect path using session storage. #​17235, Commit, #​15575, Commit
  • 🔐 Fixed a security vulnerability where knowledge base access within chat folders persisted after permissions were revoked. #​17182, Commit
  • 🔒 OIDC access denied errors are now displayed as user-friendly toast notifications instead of raw JSON. #​17208, Commit
  • 💬 Chat exception handling is enhanced to prevent system instability during message generation and ensure graceful error recovery. Commit
  • 🔒 Static asset authentication is improved by adding crossorigin="use-credentials" attributes to all link elements, enabling proper cookie forwarding for proxy environments and authenticated requests to favicon, manifest, and stylesheet resources. #​17280, Commit
Changed
  • 🛠️ Renamed "Tools" to "External Tools" across the UI for clearer distinction between built-in and external functionalities. Commit
  • 🛡️ Default permission validation for message regeneration and deletion actions is enhanced to provide more restrictive access controls, improving chat security and user data protection. #​17285

[!TIP]
Looking for an Enterprise Plan?Speak with Our Sales Team Today!

Get enhanced capabilities, including custom theming and branding, Service Level Agreement (SLA) support, and more!

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​athoik, @​rgaricano, @​Classic298, @​Elettrotecnica, @​thomascooper, @​garylab, @​Ithanil, @​dependabot[bot], @​acwoo97, @​aleixdorca, @​aREversez, @​AdamJohnSwan, @​hadadrjt, @​Viruzaum, @​joaoback, @​ShirasawaSama

Sponsors 🙌

🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!)

Emerald
  • Tailscale tailscale
  • Warp warp

@​amd, @​agency-agency, @​roosi-gmbh, @​feddersen-group, @​SRKConsulting, @​mushmax, @​rndmcnlly, @​icanbwell, @​Krambu-Travis, @​loitragg, @​GenieDev101, @​CubicleGangster, @​GitDatamind, @​TOWaB, @​TheZigGroup, @​Classic298, @​comet-ml, @​FominVO, @​catalyst-net-nz, @​JrdnHans, @​hkosm, @​VeroFess, @​joaoback


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/open-webui/open-webui](https://github.com/open-webui/open-webui) | patch | `v0.6.26` -> `0.6.27` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.6.27`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0627---2025-09-09) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.6.27...v0.6.27) ##### Added - 📁 Emoji folder icons were added, allowing users to personalize workspace organization with visual cues, including improved chevron display. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/1588f42fe777ad5d807e3f2fc8dbbc47a8db87c0), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/b70c0f36c0f5bbfc2a767429984d6fba1a7bb26c), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/11dea8795bfce42aa5d8d58ef316ded05173bd87), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/c0a47169fa059154d5f5a9ea6b94f9a66d82f255) - 📁 The 'Search Collection' input field now dynamically displays the total number of files within the knowledge base. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/fbbe1117ae4c9c8fec6499d790eee275818eccc5) - ☁️ A provider toggle in connection settings now allows users to manually specify Azure OpenAI deployments. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/5bdd334b74fbd154085f2d590f4afdba32469c8a) - ⚡ Model list caching performance was optimized by fixing cache key generation to reduce redundant API calls. [#&#8203;17158](https://github.com/open-webui/open-webui/pull/17158) - 🎨 Azure OpenAI image generation is now supported, with configurations for IMAGES\_OPENAI\_API\_VERSION via environment variable and admin UI. [#&#8203;17147](https://github.com/open-webui/open-webui/pull/17147), [#&#8203;16274](https://github.com/open-webui/open-webui/discussions/16274), [Docs:#&#8203;679](https://github.com/open-webui/docs/pull/679) - ⚡ Comprehensive N+1 query performance is optimized by reducing database queries from 1+N to 1+1 patterns across major listing endpoints. [#&#8203;17165](https://github.com/open-webui/open-webui/pull/17165), [#&#8203;17160](https://github.com/open-webui/open-webui/pull/17160), [#&#8203;17161](https://github.com/open-webui/open-webui/pull/17161), [#&#8203;17162](https://github.com/open-webui/open-webui/pull/17162), [#&#8203;17159](https://github.com/open-webui/open-webui/pull/17159), [#&#8203;17166](https://github.com/open-webui/open-webui/pull/17166) - ⚡ The PDF.js library is now dynamically loaded, significantly reducing initial page load size and improving responsiveness. [#&#8203;17222](https://github.com/open-webui/open-webui/pull/17222) - ⚡ The heic2any library is now dynamically loaded across various message input components, including channels, for faster page loads. [#&#8203;17225](https://github.com/open-webui/open-webui/pull/17225), [#&#8203;17229](https://github.com/open-webui/open-webui/pull/17229) - 📚 The knowledge API now supports a "delete\_file" query parameter, allowing configurable file deletion behavior. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/22c4ef4fb096498066b73befe993ae3a82f7a8e7) - 📊 Llama.cpp timing statistics are now integrated into the usage field for comprehensive model performance metrics. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/e830b4959ecd4b2795e29e53026984a58a7696a9) - 🗄️ The PGVECTOR\_CREATE\_EXTENSION environment variable now allows control over automatic pgvector extension creation. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/c2b4976c82d335ed524bd80dc914b5e2f5bfbd9e), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/b45219c8b15b48d5ee3d42983e1107bbcefbab01), [Docs:#&#8203;672](https://github.com/open-webui/docs/pull/672) - 🔒 Comprehensive server-side OAuth token management was implemented, securely storing encrypted tokens in a new database table and introducing an automatic refresh mechanism, enabling seamless and secure forwarding of valid user-specific OAuth tokens to downstream services, including OpenAI-compatible endpoints and external tool servers via the new "system\_oauth" authentication type, resolving long-standing issues such as large token size limitations, stale/expired tokens, and reliable token propagation, and enhancing overall security by minimizing client-side token exposure, configurable via "ENABLE\_OAUTH\_ID\_TOKEN\_COOKIE" and "OAUTH\_SESSION\_TOKEN\_ENCRYPTION\_KEY" environment variables. [Docs:#&#8203;683](https://github.com/open-webui/docs/pull/683), [#&#8203;17210](https://github.com/open-webui/open-webui/pull/17210), [#&#8203;8957](https://github.com/open-webui/open-webui/discussions/8957), [#&#8203;11029](https://github.com/open-webui/open-webui/discussions/11029), [#&#8203;17178](https://github.com/open-webui/open-webui/issues/17178), [#&#8203;17183](https://github.com/open-webui/open-webui/issues/17183), [Commit](https://github.com/open-webui/open-webui/commit/217f4daef09b36d3d4cc4681e11d3ebd9984a1a5), [Commit](https://github.com/open-webui/open-webui/commit/fc11e4384fe98fac659e10596f67c23483578867), [Commit](https://github.com/open-webui/open-webui/commit/f11bdc6ab5dd5682bb3e27166e77581f5b8af3e0), [Commit](https://github.com/open-webui/open-webui/commit/f71834720e623761d972d4d740e9bbd90a3a86c6), [Commit](https://github.com/open-webui/open-webui/commit/b5bb6ae177dcdc4e8274d7e5ffa50bc8099fd466), [Commit](https://github.com/open-webui/open-webui/commit/b786d1e3f3308ef4f0f95d7130ddbcaaca4fc927), [Commit](https://github.com/open-webui/open-webui/commit/8a9f8627017bd0a74cbd647891552b26e56aabb7), [Commit](https://github.com/open-webui/open-webui/commit/30d1dc2c60e303756120fe1c5538968c4e6139f4), [Commit](https://github.com/open-webui/open-webui/commit/2b2d123531eb3f42c0e940593832a64e2806240d), [Commit](https://github.com/open-webui/open-webui/commit/6f6412dd16c63c2bb4df79a96b814bf69cb3f880) - 🔒 Conditional Permission Hardening for OpenShift Deployments: Added a build argument to enable optional permission hardening for OpenShift and container environments. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/0ebe4f8f8490451ac8e85a4846f010854d9b54e5) - 👥 Regex pattern support is added for OAuth blocked groups, allowing more flexible group filtering rules. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/df66e21472646648d008ebb22b0e8d5424d491df) - 💬 Web search result display was enhanced to include titles and favicons, providing a clearer overview of search sources. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/33f04a771455e3fabf8f0e8ebb994ae7f41b8ed4), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/0a85dd4bca23022729eafdbc82c8c139fa365af2), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/16090bc2721fde492afa2c4af5927e2b668527e1), [#&#8203;17197](https://github.com/open-webui/open-webui/pull/17197), [#&#8203;14179](https://github.com/open-webui/open-webui/issues/14179), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/1cdb7aed1ee9bf81f2fd0404be52dcfa64f8ed4f), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/f2525ebc447c008cf7269ef20ce04fa456f302c4), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/7f523de408ede4075349d8de71ae0214b7e1a62e), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/3d37e4a42d344051ae715ab59bd7b5718e46c343), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/cd5e2be27b613314aadda6107089331783987985), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/6dc0df247347aede2762fe2065cf30275fd137ae) - 💬 A new setting was added to control whether clicking a suggested prompt automatically sends the message or only inserts the text. [#&#8203;17192](https://github.com/open-webui/open-webui/issues/17192), [Commit](https://github.com/open-webui/open-webui/commit/e023a98f11fc52feb21e4065ec707cc98e50c7d3) - 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security. - 🌐 Translations for Portuguese (Brazil), Simplified Chinese, Catalan, and Spanish were enhanced and expanded. ##### Fixed - 🔍 Hybrid search functionality now correctly handles lexical-semantic weight labels and avoids errors when BM25 weight is zero. [#&#8203;17049](https://github.com/open-webui/open-webui/pull/17049), [#&#8203;17046](https://github.com/open-webui/open-webui/issues/17046) - 🛑 Task stopping errors are prevented by gracefully handling multiple stop requests for the same task. [#&#8203;17195](https://github.com/open-webui/open-webui/pull/17195) - 🐍 Code execution package detection precision is improved in Pyodide to prevent unnecessary package inclusions. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/bbe116795860a81a647d9567e0d9cb1950650095) - 🛠️ Tool message format API compliance is fixed by ensuring content fields in tool call responses contain valid string values instead of null. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/37bf0087e5b8a324009c9d06b304027df351ea6b) - 📱 Mobile app config API authentication now supports Authorization header token verification with cookie fallback for iOS and Android requests. [#&#8203;17175](https://github.com/open-webui/open-webui/pull/17175) - 💾 Knowledge file save race conditions are prevented by serializing API calls and adding an "isSaving" guard. [#&#8203;17137](https://github.com/open-webui/open-webui/pull/17137), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/4ca936f0bf9813bee11ec8aea41d7e34fb6b16a9) - 🔐 The SSO login button visibility is restored for OIDC PKCE authentication without a client secret. [#&#8203;17012](https://github.com/open-webui/open-webui/pull/17012) - 🔊 Text-to-Speech (TTS) API requests now use proper URL joining methods, ensuring reliable functionality regardless of trailing slashes in the base URL. [#&#8203;17061](https://github.com/open-webui/open-webui/pull/17061) - 🛡️ Admin account creation on Hugging Face Spaces now correctly detects the configured port, resolving issues with custom port deployments. [#&#8203;17064](https://github.com/open-webui/open-webui/pull/17064) - 📁 Unicode filename support is improved for external document loaders by properly URL-encoding filenames in HTTP headers. [#&#8203;17013](https://github.com/open-webui/open-webui/pull/17013), [#&#8203;17000](https://github.com/open-webui/open-webui/issues/17000) - 🔗 Web page and YouTube attachments are now correctly processed by setting their type as "text" and using collection names for accurate content retrieval. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/487979859a6ffcfd60468f523822cdf838fbef5b) - ✍️ Message input composition event handling is fixed to properly manage text input for multilingual users using Input Method Editors (IME). [#&#8203;17085](https://github.com/open-webui/open-webui/pull/17085) - 💬 Follow-up tooltip duplication is removed, streamlining the user interface and preventing visual clutter. [#&#8203;17186](https://github.com/open-webui/open-webui/pull/17186) - 🎨 Chat button text display is corrected by preventing clipping of descending characters and removing unnecessary capitalization. [#&#8203;17191](https://github.com/open-webui/open-webui/pull/17191) - 🧠 RAG Loop/Error with Gemma 3.1 2B Instruct is fixed by correctly unwrapping unexpected single-item list responses from models. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/1bc9711afd2b72cd07c4e539a83783868733767c), [#&#8203;17213](https://github.com/open-webui/open-webui/issues/17213) - 🖼️ HEIC conversion failures are resolved, improving robustness of image handling. [#&#8203;17225](https://github.com/open-webui/open-webui/pull/17225) - 📦 The slim Docker image size regression has been fixed by refining the build process to correctly exclude components when USE\_SLIM=true. [#&#8203;16997](https://github.com/open-webui/open-webui/issues/16997), [Commit](https://github.com/open-webui/open-webui/commit/be373e9fd42ac73b0302bdb487e16dbeae178b4e), [Commit](https://github.com/open-webui/open-webui/commit/0ebe4f8f8490451ac8e85a4846f010854d9b54e5) - 📁 Knowledge base update validation errors are resolved, ensuring seamless management via UI or API. [#&#8203;17244](https://github.com/open-webui/open-webui/issues/17244), [Commit](https://github.com/open-webui/open-webui/commit/9aac1489080a5c9441e89b1a56de0d3a672bc5fb) - 🔐 Resolved a security issue where a global web search setting overrode model-specific restrictions, ensuring model-level settings are now correctly prioritized. [#&#8203;17151](https://github.com/open-webui/open-webui/issues/17151), [Commit](https://github.com/open-webui/open-webui/commit/9368d0ac751ec3072d5a96712b80a9b20a642ce6) - 🔐 OAuth redirect reliability is improved by robustly preserving the intended redirect path using session storage. [#&#8203;17235](https://github.com/open-webui/open-webui/issues/17235), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/4f2b821088367da18374027919594365c7a3f459), [#&#8203;15575](https://github.com/open-webui/open-webui/pull/15575), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/d9f97c832c556fae4b116759da0177bf4fe619de) - 🔐 Fixed a security vulnerability where knowledge base access within chat folders persisted after permissions were revoked. [#&#8203;17182](https://github.com/open-webui/open-webui/issues/17182), [Commit](https://github.com/open-webui/open-webui/commit/40e40d1dddf9ca937e99af41c8ca038dbc93a7e6) - 🔒 OIDC access denied errors are now displayed as user-friendly toast notifications instead of raw JSON. [#&#8203;17208](https://github.com/open-webui/open-webui/issues/17208), [Commit](https://github.com/open-webui/open-webui/commit/3d6d050ad82d360adc42d6e9f42e8faf8d13c9f4) - 💬 Chat exception handling is enhanced to prevent system instability during message generation and ensure graceful error recovery. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/f56889c5c7f0cf1a501c05d35dfa614e4f8b6958) - 🔒 Static asset authentication is improved by adding crossorigin="use-credentials" attributes to all link elements, enabling proper cookie forwarding for proxy environments and authenticated requests to favicon, manifest, and stylesheet resources. [#&#8203;17280](https://github.com/open-webui/open-webui/pull/17280), [Commit](https://github.com/open-webui/open-webui/commit/f17d8b5d19e1a05df7d63f53e939c99772a59c1e) ##### Changed - 🛠️ Renamed "Tools" to "External Tools" across the UI for clearer distinction between built-in and external functionalities. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/0bca4e230ef276bec468889e3be036242ad11086f) - 🛡️ Default permission validation for message regeneration and deletion actions is enhanced to provide more restrictive access controls, improving chat security and user data protection. [#&#8203;17285](https://github.com/open-webui/open-webui/pull/17285) ### [`v0.6.27`](https://github.com/open-webui/open-webui/releases/tag/v0.6.27) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.6.26...v0.6.27) #### \[0.6.27] - 2025-09-09 ##### Added - 📁 Emoji folder icons were added, allowing users to personalize workspace organization with visual cues, including improved chevron display. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/1588f42fe777ad5d807e3f2fc8dbbc47a8db87c0), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/b70c0f36c0f5bbfc2a767429984d6fba1a7bb26c), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/11dea8795bfce42aa5d8d58ef316ded05173bd87), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/c0a47169fa059154d5f5a9ea6b94f9a66d82f255) - 📁 The 'Search Collection' input field now dynamically displays the total number of files within the knowledge base. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/fbbe1117ae4c9c8fec6499d790eee275818eccc5) - ☁️ A provider toggle in connection settings now allows users to manually specify Azure OpenAI deployments. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/5bdd334b74fbd154085f2d590f4afdba32469c8a) - ⚡ Model list caching performance was optimized by fixing cache key generation to reduce redundant API calls. [#&#8203;17158](https://github.com/open-webui/open-webui/pull/17158) - 🎨 Azure OpenAI image generation is now supported, with configurations for IMAGES\_OPENAI\_API\_VERSION via environment variable and admin UI. [#&#8203;17147](https://github.com/open-webui/open-webui/pull/17147), [#&#8203;16274](https://github.com/open-webui/open-webui/discussions/16274), [Docs:#&#8203;679](https://github.com/open-webui/docs/pull/679) - ⚡ Comprehensive N+1 query performance is optimized by reducing database queries from 1+N to 1+1 patterns across major listing endpoints. [#&#8203;17165](https://github.com/open-webui/open-webui/pull/17165), [#&#8203;17160](https://github.com/open-webui/open-webui/pull/17160), [#&#8203;17161](https://github.com/open-webui/open-webui/pull/17161), [#&#8203;17162](https://github.com/open-webui/open-webui/pull/17162), [#&#8203;17159](https://github.com/open-webui/open-webui/pull/17159), [#&#8203;17166](https://github.com/open-webui/open-webui/pull/17166) - ⚡ The PDF.js library is now dynamically loaded, significantly reducing initial page load size and improving responsiveness. [#&#8203;17222](https://github.com/open-webui/open-webui/pull/17222) - ⚡ The heic2any library is now dynamically loaded across various message input components, including channels, for faster page loads. [#&#8203;17225](https://github.com/open-webui/open-webui/pull/17225), [#&#8203;17229](https://github.com/open-webui/open-webui/pull/17229) - 📚 The knowledge API now supports a "delete\_file" query parameter, allowing configurable file deletion behavior. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/22c4ef4fb096498066b73befe993ae3a82f7a8e7) - 📊 Llama.cpp timing statistics are now integrated into the usage field for comprehensive model performance metrics. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/e830b4959ecd4b2795e29e53026984a58a7696a9) - 🗄️ The PGVECTOR\_CREATE\_EXTENSION environment variable now allows control over automatic pgvector extension creation. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/c2b4976c82d335ed524bd80dc914b5e2f5bfbd9e), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/b45219c8b15b48d5ee3d42983e1107bbcefbab01), [Docs:#&#8203;672](https://github.com/open-webui/docs/pull/672) - 🔒 Comprehensive server-side OAuth token management was implemented, securely storing encrypted tokens in a new database table and introducing an automatic refresh mechanism, enabling seamless and secure forwarding of valid user-specific OAuth tokens to downstream services, including OpenAI-compatible endpoints and external tool servers via the new "system\_oauth" authentication type, resolving long-standing issues such as large token size limitations, stale/expired tokens, and reliable token propagation, and enhancing overall security by minimizing client-side token exposure, configurable via "ENABLE\_OAUTH\_ID\_TOKEN\_COOKIE" and "OAUTH\_SESSION\_TOKEN\_ENCRYPTION\_KEY" environment variables. [Docs:#&#8203;683](https://github.com/open-webui/docs/pull/683), [#&#8203;17210](https://github.com/open-webui/open-webui/pull/17210), [#&#8203;8957](https://github.com/open-webui/open-webui/discussions/8957), [#&#8203;11029](https://github.com/open-webui/open-webui/discussions/11029), [#&#8203;17178](https://github.com/open-webui/open-webui/issues/17178), [#&#8203;17183](https://github.com/open-webui/open-webui/issues/17183), [Commit](https://github.com/open-webui/open-webui/commit/217f4daef09b36d3d4cc4681e11d3ebd9984a1a5), [Commit](https://github.com/open-webui/open-webui/commit/fc11e4384fe98fac659e10596f67c23483578867), [Commit](https://github.com/open-webui/open-webui/commit/f11bdc6ab5dd5682bb3e27166e77581f5b8af3e0), [Commit](https://github.com/open-webui/open-webui/commit/f71834720e623761d972d4d740e9bbd90a3a86c6), [Commit](https://github.com/open-webui/open-webui/commit/b5bb6ae177dcdc4e8274d7e5ffa50bc8099fd466), [Commit](https://github.com/open-webui/open-webui/commit/b786d1e3f3308ef4f0f95d7130ddbcaaca4fc927), [Commit](https://github.com/open-webui/open-webui/commit/8a9f8627017bd0a74cbd647891552b26e56aabb7), [Commit](https://github.com/open-webui/open-webui/commit/30d1dc2c60e303756120fe1c5538968c4e6139f4), [Commit](https://github.com/open-webui/open-webui/commit/2b2d123531eb3f42c0e940593832a64e2806240d), [Commit](https://github.com/open-webui/open-webui/commit/6f6412dd16c63c2bb4df79a96b814bf69cb3f880) - 🔒 Conditional Permission Hardening for OpenShift Deployments: Added a build argument to enable optional permission hardening for OpenShift and container environments. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/0ebe4f8f8490451ac8e85a4846f010854d9b54e5) - 👥 Regex pattern support is added for OAuth blocked groups, allowing more flexible group filtering rules. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/df66e21472646648d008ebb22b0e8d5424d491df) - 💬 Web search result display was enhanced to include titles and favicons, providing a clearer overview of search sources. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/33f04a771455e3fabf8f0e8ebb994ae7f41b8ed4), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/0a85dd4bca23022729eafdbc82c8c139fa365af2), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/16090bc2721fde492afa2c4af5927e2b668527e1), [#&#8203;17197](https://github.com/open-webui/open-webui/pull/17197), [#&#8203;14179](https://github.com/open-webui/open-webui/issues/14179), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/1cdb7aed1ee9bf81f2fd0404be52dcfa64f8ed4f), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/f2525ebc447c008cf7269ef20ce04fa456f302c4), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/7f523de408ede4075349d8de71ae0214b7e1a62e), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/3d37e4a42d344051ae715ab59bd7b5718e46c343), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/cd5e2be27b613314aadda6107089331783987985), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/6dc0df247347aede2762fe2065cf30275fd137ae) - 💬 A new setting was added to control whether clicking a suggested prompt automatically sends the message or only inserts the text. [#&#8203;17192](https://github.com/open-webui/open-webui/issues/17192), [Commit](https://github.com/open-webui/open-webui/commit/e023a98f11fc52feb21e4065ec707cc98e50c7d3) - 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security. - 🌐 Translations for Portuguese (Brazil), Simplified Chinese, Catalan, and Spanish were enhanced and expanded. ##### Fixed - 🔍 Hybrid search functionality now correctly handles lexical-semantic weight labels and avoids errors when BM25 weight is zero. [#&#8203;17049](https://github.com/open-webui/open-webui/pull/17049), [#&#8203;17046](https://github.com/open-webui/open-webui/issues/17046) - 🛑 Task stopping errors are prevented by gracefully handling multiple stop requests for the same task. [#&#8203;17195](https://github.com/open-webui/open-webui/pull/17195) - 🐍 Code execution package detection precision is improved in Pyodide to prevent unnecessary package inclusions. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/bbe116795860a81a647d9567e0d9cb1950650095) - 🛠️ Tool message format API compliance is fixed by ensuring content fields in tool call responses contain valid string values instead of null. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/37bf0087e5b8a324009c9d06b304027df351ea6b) - 📱 Mobile app config API authentication now supports Authorization header token verification with cookie fallback for iOS and Android requests. [#&#8203;17175](https://github.com/open-webui/open-webui/pull/17175) - 💾 Knowledge file save race conditions are prevented by serializing API calls and adding an "isSaving" guard. [#&#8203;17137](https://github.com/open-webui/open-webui/pull/17137), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/4ca936f0bf9813bee11ec8aea41d7e34fb6b16a9) - 🔐 The SSO login button visibility is restored for OIDC PKCE authentication without a client secret. [#&#8203;17012](https://github.com/open-webui/open-webui/pull/17012) - 🔊 Text-to-Speech (TTS) API requests now use proper URL joining methods, ensuring reliable functionality regardless of trailing slashes in the base URL. [#&#8203;17061](https://github.com/open-webui/open-webui/pull/17061) - 🛡️ Admin account creation on Hugging Face Spaces now correctly detects the configured port, resolving issues with custom port deployments. [#&#8203;17064](https://github.com/open-webui/open-webui/pull/17064) - 📁 Unicode filename support is improved for external document loaders by properly URL-encoding filenames in HTTP headers. [#&#8203;17013](https://github.com/open-webui/open-webui/pull/17013), [#&#8203;17000](https://github.com/open-webui/open-webui/issues/17000) - 🔗 Web page and YouTube attachments are now correctly processed by setting their type as "text" and using collection names for accurate content retrieval. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/487979859a6ffcfd60468f523822cdf838fbef5b) - ✍️ Message input composition event handling is fixed to properly manage text input for multilingual users using Input Method Editors (IME). [#&#8203;17085](https://github.com/open-webui/open-webui/pull/17085) - 💬 Follow-up tooltip duplication is removed, streamlining the user interface and preventing visual clutter. [#&#8203;17186](https://github.com/open-webui/open-webui/pull/17186) - 🎨 Chat button text display is corrected by preventing clipping of descending characters and removing unnecessary capitalization. [#&#8203;17191](https://github.com/open-webui/open-webui/pull/17191) - 🧠 RAG Loop/Error with Gemma 3.1 2B Instruct is fixed by correctly unwrapping unexpected single-item list responses from models. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/1bc9711afd2b72cd07c4e539a83783868733767c), [#&#8203;17213](https://github.com/open-webui/open-webui/issues/17213) - 🖼️ HEIC conversion failures are resolved, improving robustness of image handling. [#&#8203;17225](https://github.com/open-webui/open-webui/pull/17225) - 📦 The slim Docker image size regression has been fixed by refining the build process to correctly exclude components when USE\_SLIM=true. [#&#8203;16997](https://github.com/open-webui/open-webui/issues/16997), [Commit](https://github.com/open-webui/open-webui/commit/be373e9fd42ac73b0302bdb487e16dbeae178b4e), [Commit](https://github.com/open-webui/open-webui/commit/0ebe4f8f8490451ac8e85a4846f010854d9b54e5) - 📁 Knowledge base update validation errors are resolved, ensuring seamless management via UI or API. [#&#8203;17244](https://github.com/open-webui/open-webui/issues/17244), [Commit](https://github.com/open-webui/open-webui/commit/9aac1489080a5c9441e89b1a56de0d3a672bc5fb) - 🔐 Resolved a security issue where a global web search setting overrode model-specific restrictions, ensuring model-level settings are now correctly prioritized. [#&#8203;17151](https://github.com/open-webui/open-webui/issues/17151), [Commit](https://github.com/open-webui/open-webui/commit/9368d0ac751ec3072d5a96712b80a9b20a642ce6) - 🔐 OAuth redirect reliability is improved by robustly preserving the intended redirect path using session storage. [#&#8203;17235](https://github.com/open-webui/open-webui/issues/17235), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/4f2b821088367da18374027919594365c7a3f459), [#&#8203;15575](https://github.com/open-webui/open-webui/pull/15575), [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/d9f97c832c556fae4b116759da0177bf4fe619de) - 🔐 Fixed a security vulnerability where knowledge base access within chat folders persisted after permissions were revoked. [#&#8203;17182](https://github.com/open-webui/open-webui/issues/17182), [Commit](https://github.com/open-webui/open-webui/commit/40e40d1dddf9ca937e99af41c8ca038dbc93a7e6) - 🔒 OIDC access denied errors are now displayed as user-friendly toast notifications instead of raw JSON. [#&#8203;17208](https://github.com/open-webui/open-webui/issues/17208), [Commit](https://github.com/open-webui/open-webui/commit/3d6d050ad82d360adc42d6e9f42e8faf8d13c9f4) - 💬 Chat exception handling is enhanced to prevent system instability during message generation and ensure graceful error recovery. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/f56889c5c7f0cf1a501c05d35dfa614e4f8b6958) - 🔒 Static asset authentication is improved by adding crossorigin="use-credentials" attributes to all link elements, enabling proper cookie forwarding for proxy environments and authenticated requests to favicon, manifest, and stylesheet resources. [#&#8203;17280](https://github.com/open-webui/open-webui/pull/17280), [Commit](https://github.com/open-webui/open-webui/commit/f17d8b5d19e1a05df7d63f53e939c99772a59c1e) ##### Changed - 🛠️ Renamed "Tools" to "External Tools" across the UI for clearer distinction between built-in and external functionalities. [Commit](https://github.com/open-webui/open-webui/pull/17070/commits/0bca4e230ef276bec468889e3be036242ad11086f) - 🛡️ Default permission validation for message regeneration and deletion actions is enhanced to provide more restrictive access controls, improving chat security and user data protection. [#&#8203;17285](https://github.com/open-webui/open-webui/pull/17285) > \[!TIP]\ > **Looking for an [Enterprise Plan](https://docs.openwebui.com/enterprise)?** – **[Speak with Our Sales Team Today!](mailto:sales@openwebui.com)** > > Get **enhanced capabilities**, including **custom theming and branding**, **Service Level Agreement (SLA) support**, and **more!** 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;athoik](https://github.com/athoik), [@&#8203;rgaricano](https://github.com/rgaricano), [@&#8203;Classic298](https://github.com/Classic298), [@&#8203;Elettrotecnica](https://github.com/Elettrotecnica), [@&#8203;thomascooper](https://github.com/thomascooper), [@&#8203;garylab](https://github.com/garylab), [@&#8203;Ithanil](https://github.com/Ithanil), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;acwoo97](https://github.com/acwoo97), [@&#8203;aleixdorca](https://github.com/aleixdorca), [@&#8203;aREversez](https://github.com/aREversez), [@&#8203;AdamJohnSwan](https://github.com/AdamJohnSwan), [@&#8203;hadadrjt](https://github.com/hadadrjt), [@&#8203;Viruzaum](https://github.com/Viruzaum), [@&#8203;joaoback](https://github.com/joaoback), [@&#8203;ShirasawaSama](https://github.com/ShirasawaSama) #### Sponsors 🙌 🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!) ##### Emerald - **Tailscale** <a href="https://tailscale.com/blog/self-host-a-local-ai-stack/?utm_source=OpenWebUI&utm_medium=paid-ad-placement&utm_campaign=OpenWebUI-Docs" target="_blank"> <img src="https://docs.openwebui.com/sponsors/banners/tailscale-banner.png" alt="tailscale" style="width: 8rem; height: 8rem; border-radius: .75rem;" /> </a> - **Warp** <a href="https://warp.dev/open-webui" target="_blank"> <img src="https://docs.openwebui.com/sponsors/banners/warp-banner.png" alt="warp" style="width: 8rem; height: 8rem; border-radius: .75rem;" /> </a> [@&#8203;amd](https://github.com/amd), [@&#8203;agency-agency](https://github.com/agency-agency), [@&#8203;roosi-gmbh](https://github.com/roosi-gmbh), [@&#8203;feddersen-group](https://github.com/feddersen-group), [@&#8203;SRKConsulting](https://github.com/SRKConsulting), [@&#8203;mushmax](https://github.com/mushmax), [@&#8203;rndmcnlly](https://github.com/rndmcnlly), [@&#8203;icanbwell](https://github.com/icanbwell), [@&#8203;Krambu-Travis](https://github.com/Krambu-Travis), [@&#8203;loitragg](https://github.com/loitragg), [@&#8203;GenieDev101](https://github.com/GenieDev101), [@&#8203;CubicleGangster](https://github.com/CubicleGangster), [@&#8203;GitDatamind](https://github.com/GitDatamind), [@&#8203;TOWaB](https://github.com/TOWaB), [@&#8203;TheZigGroup](https://github.com/TheZigGroup), [@&#8203;Classic298](https://github.com/Classic298), [@&#8203;comet-ml](https://github.com/comet-ml), [@&#8203;FominVO](https://github.com/FominVO), [@&#8203;catalyst-net-nz](https://github.com/catalyst-net-nz), [@&#8203;JrdnHans](https://github.com/JrdnHans), [@&#8203;hkosm](https://github.com/hkosm), [@&#8203;VeroFess](https://github.com/VeroFess), [@&#8203;joaoback](https://github.com/joaoback) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45OS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the
automerge
image
labels 2025-09-09 15:05:30 +00:00
renovate-bot added 1 commit 2025-09-09 15:05:31 +00:00
Update ghcr.io/open-webui/open-webui Docker tag to v0.6.27
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 2m16s
833dd19283
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-09-09 15:05:34 +00:00
renovate-bot merged commit 3c5787b68c into main 2025-09-09 15:05:38 +00:00
renovate-bot deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2025-09-09 15:05:39 +00:00
Sign in to join this conversation.
No description provided.