Update ghcr.io/open-webui/open-webui Docker tag to v0.6.34 #1776

Merged
renovate-bot merged 1 commits from renovate/ghcr.io-open-webui-open-webui-0.x into main 2025-10-16 18:02:16 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui patch 0.6.33 -> 0.6.34

Release Notes

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

v0.6.34

Compare Source

Added
  • 📄 MinerU is now supported as a document parser backend, with support for both local and managed API deployments. #​18306
  • 🔒 JWT token expiration default is now set to 4 weeks instead of never expiring, with security warnings displayed in backend logs and admin UI when set to unlimited. #​18261, #​18262
  • Page loading performance is improved by preventing unnecessary API requests when sidebar folders are not expanded. #​18179, #​17476
  • 📁 File hash values are now included in the knowledge endpoint response, enabling efficient file synchronization through hash comparison. #​18284, #​18283
  • 🎨 Chat dialog scrollbar visibility is improved by increasing its width, making it easier to use for navigation. #​18369, #​11782
  • 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
  • 🌐 Translations for Catalan, Chinese, Czech, Finnish, German, Kabyle, Korean, Portuguese (Brazil), Spanish, Thai, and Turkish were enhanced and expanded.
Fixed
  • 📚 Focused retrieval mode now works correctly, preventing the system from forcing full context mode and loading all documents in a knowledge base regardless of settings. #​18133
  • 🔧 Filter inlet functions now correctly execute on tool call continuations, ensuring parameter persistence throughout tool interactions. #​18222
  • 🛠️ External tool servers now properly support DELETE requests with body data. #​18289, #​18287
  • 🗄️ Oracle23ai vector database client now correctly handles variable initialization, resolving UnboundLocalError when retrieving items from collections. #​18356
  • 🔧 Model auto-pull functionality now works correctly even when user settings remain unmodified. #​18324
  • 🎨 Duplicate HTML content in artifacts is now prevented by improving code block detection logic. #​18195, #​6154
  • 💬 Pinned chats now appear in the Reference Chats list and can be referenced in conversations. #​18288
  • 📝 Misleading knowledge base warning text in documents settings is clarified to correctly instruct users about reindexing vectors. #​18263
  • 🔔 Toast notifications can now be dismissed even when a modal is open. #​18260
  • 🔘 The "Chats" button in the sidebar now correctly toggles chat list visibility without navigating away from the current page. #​18232
  • 🎯 The Integrations menu no longer closes prematurely when clicking outside the Valves modal. #​18310
  • 🛠️ Tool ID display issues where "undefined" was incorrectly shown in the interface are now resolved. #​18178
  • 🛠️ Model management issues caused by excessively long model IDs are now prevented through validation that limits model IDs to 256 characters. #​18125

v0.6.34

Compare Source

[0.6.34] - 2025-10-16

Added
  • 📄 MinerU is now supported as a document parser backend, with support for both local and managed API deployments. #​18306
  • 🔒 JWT token expiration default is now set to 4 weeks instead of never expiring, with security warnings displayed in backend logs and admin UI when set to unlimited. #​18261, #​18262
  • Page loading performance is improved by preventing unnecessary API requests when sidebar folders are not expanded. #​18179, #​17476
  • 📁 File hash values are now included in the knowledge endpoint response, enabling efficient file synchronization through hash comparison. #​18284, #​18283
  • 🎨 Chat dialog scrollbar visibility is improved by increasing its width, making it easier to use for navigation. #​18369, #​11782
  • 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
  • 🌐 Translations for Catalan, Chinese, Czech, Finnish, German, Kabyle, Korean, Portuguese (Brazil), Spanish, Thai, and Turkish were enhanced and expanded.
Fixed
  • 📚 Focused retrieval mode now works correctly, preventing the system from forcing full context mode and loading all documents in a knowledge base regardless of settings. #​18133
  • 🔧 Filter inlet functions now correctly execute on tool call continuations, ensuring parameter persistence throughout tool interactions. #​18222
  • 🛠️ External tool servers now properly support DELETE requests with body data. #​18289, #​18287
  • 🗄️ Oracle23ai vector database client now correctly handles variable initialization, resolving UnboundLocalError when retrieving items from collections. #​18356
  • 🔧 Model auto-pull functionality now works correctly even when user settings remain unmodified. #​18324
  • 🎨 Duplicate HTML content in artifacts is now prevented by improving code block detection logic. #​18195, #​6154
  • 💬 Pinned chats now appear in the Reference Chats list and can be referenced in conversations. #​18288
  • 📝 Misleading knowledge base warning text in documents settings is clarified to correctly instruct users about reindexing vectors. #​18263
  • 🔔 Toast notifications can now be dismissed even when a modal is open. #​18260
  • 🔘 The "Chats" button in the sidebar now correctly toggles chat list visibility without navigating away from the current page. #​18232
  • 🎯 The Integrations menu no longer closes prematurely when clicking outside the Valves modal. #​18310
  • 🛠️ Tool ID display issues where "undefined" was incorrectly shown in the interface are now resolved. #​18178
  • 🛠️ Model management issues caused by excessively long model IDs are now prevented through validation that limits model IDs to 256 characters. #​18125

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 | `0.6.33` -> `0.6.34` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.6.34`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0634---2025-10-16) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.6.34...v0.6.34) ##### Added - 📄 MinerU is now supported as a document parser backend, with support for both local and managed API deployments. [#&#8203;18306](https://github.com/open-webui/open-webui/pull/18306) - 🔒 JWT token expiration default is now set to 4 weeks instead of never expiring, with security warnings displayed in backend logs and admin UI when set to unlimited. [#&#8203;18261](https://github.com/open-webui/open-webui/pull/18261), [#&#8203;18262](https://github.com/open-webui/open-webui/pull/18262) - ⚡ Page loading performance is improved by preventing unnecessary API requests when sidebar folders are not expanded. [#&#8203;18179](https://github.com/open-webui/open-webui/pull/18179), [#&#8203;17476](https://github.com/open-webui/open-webui/issues/17476) - 📁 File hash values are now included in the knowledge endpoint response, enabling efficient file synchronization through hash comparison. [#&#8203;18284](https://github.com/open-webui/open-webui/pull/18284), [#&#8203;18283](https://github.com/open-webui/open-webui/issues/18283) - 🎨 Chat dialog scrollbar visibility is improved by increasing its width, making it easier to use for navigation. [#&#8203;18369](https://github.com/open-webui/open-webui/pull/18369), [#&#8203;11782](https://github.com/open-webui/open-webui/issues/11782) - 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security. - 🌐 Translations for Catalan, Chinese, Czech, Finnish, German, Kabyle, Korean, Portuguese (Brazil), Spanish, Thai, and Turkish were enhanced and expanded. ##### Fixed - 📚 Focused retrieval mode now works correctly, preventing the system from forcing full context mode and loading all documents in a knowledge base regardless of settings. [#&#8203;18133](https://github.com/open-webui/open-webui/issues/18133) - 🔧 Filter inlet functions now correctly execute on tool call continuations, ensuring parameter persistence throughout tool interactions. [#&#8203;18222](https://github.com/open-webui/open-webui/issues/18222) - 🛠️ External tool servers now properly support DELETE requests with body data. [#&#8203;18289](https://github.com/open-webui/open-webui/pull/18289), [#&#8203;18287](https://github.com/open-webui/open-webui/issues/18287) - 🗄️ Oracle23ai vector database client now correctly handles variable initialization, resolving UnboundLocalError when retrieving items from collections. [#&#8203;18356](https://github.com/open-webui/open-webui/issues/18356) - 🔧 Model auto-pull functionality now works correctly even when user settings remain unmodified. [#&#8203;18324](https://github.com/open-webui/open-webui/pull/18324) - 🎨 Duplicate HTML content in artifacts is now prevented by improving code block detection logic. [#&#8203;18195](https://github.com/open-webui/open-webui/pull/18195), [#&#8203;6154](https://github.com/open-webui/open-webui/issues/6154) - 💬 Pinned chats now appear in the Reference Chats list and can be referenced in conversations. [#&#8203;18288](https://github.com/open-webui/open-webui/issues/18288) - 📝 Misleading knowledge base warning text in documents settings is clarified to correctly instruct users about reindexing vectors. [#&#8203;18263](https://github.com/open-webui/open-webui/pull/18263) - 🔔 Toast notifications can now be dismissed even when a modal is open. [#&#8203;18260](https://github.com/open-webui/open-webui/pull/18260) - 🔘 The "Chats" button in the sidebar now correctly toggles chat list visibility without navigating away from the current page. [#&#8203;18232](https://github.com/open-webui/open-webui/pull/18232) - 🎯 The Integrations menu no longer closes prematurely when clicking outside the Valves modal. [#&#8203;18310](https://github.com/open-webui/open-webui/pull/18310) - 🛠️ Tool ID display issues where "undefined" was incorrectly shown in the interface are now resolved. [#&#8203;18178](https://github.com/open-webui/open-webui/pull/18178) - 🛠️ Model management issues caused by excessively long model IDs are now prevented through validation that limits model IDs to 256 characters. [#&#8203;18125](https://github.com/open-webui/open-webui/issues/18125) ### [`v0.6.34`](https://github.com/open-webui/open-webui/releases/tag/v0.6.34) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.6.33...v0.6.34) #### \[0.6.34] - 2025-10-16 ##### Added - 📄 MinerU is now supported as a document parser backend, with support for both local and managed API deployments. [#&#8203;18306](https://github.com/open-webui/open-webui/pull/18306) - 🔒 JWT token expiration default is now set to 4 weeks instead of never expiring, with security warnings displayed in backend logs and admin UI when set to unlimited. [#&#8203;18261](https://github.com/open-webui/open-webui/pull/18261), [#&#8203;18262](https://github.com/open-webui/open-webui/pull/18262) - ⚡ Page loading performance is improved by preventing unnecessary API requests when sidebar folders are not expanded. [#&#8203;18179](https://github.com/open-webui/open-webui/pull/18179), [#&#8203;17476](https://github.com/open-webui/open-webui/issues/17476) - 📁 File hash values are now included in the knowledge endpoint response, enabling efficient file synchronization through hash comparison. [#&#8203;18284](https://github.com/open-webui/open-webui/pull/18284), [#&#8203;18283](https://github.com/open-webui/open-webui/issues/18283) - 🎨 Chat dialog scrollbar visibility is improved by increasing its width, making it easier to use for navigation. [#&#8203;18369](https://github.com/open-webui/open-webui/pull/18369), [#&#8203;11782](https://github.com/open-webui/open-webui/issues/11782) - 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security. - 🌐 Translations for Catalan, Chinese, Czech, Finnish, German, Kabyle, Korean, Portuguese (Brazil), Spanish, Thai, and Turkish were enhanced and expanded. ##### Fixed - 📚 Focused retrieval mode now works correctly, preventing the system from forcing full context mode and loading all documents in a knowledge base regardless of settings. [#&#8203;18133](https://github.com/open-webui/open-webui/issues/18133) - 🔧 Filter inlet functions now correctly execute on tool call continuations, ensuring parameter persistence throughout tool interactions. [#&#8203;18222](https://github.com/open-webui/open-webui/issues/18222) - 🛠️ External tool servers now properly support DELETE requests with body data. [#&#8203;18289](https://github.com/open-webui/open-webui/pull/18289), [#&#8203;18287](https://github.com/open-webui/open-webui/issues/18287) - 🗄️ Oracle23ai vector database client now correctly handles variable initialization, resolving UnboundLocalError when retrieving items from collections. [#&#8203;18356](https://github.com/open-webui/open-webui/issues/18356) - 🔧 Model auto-pull functionality now works correctly even when user settings remain unmodified. [#&#8203;18324](https://github.com/open-webui/open-webui/pull/18324) - 🎨 Duplicate HTML content in artifacts is now prevented by improving code block detection logic. [#&#8203;18195](https://github.com/open-webui/open-webui/pull/18195), [#&#8203;6154](https://github.com/open-webui/open-webui/issues/6154) - 💬 Pinned chats now appear in the Reference Chats list and can be referenced in conversations. [#&#8203;18288](https://github.com/open-webui/open-webui/issues/18288) - 📝 Misleading knowledge base warning text in documents settings is clarified to correctly instruct users about reindexing vectors. [#&#8203;18263](https://github.com/open-webui/open-webui/pull/18263) - 🔔 Toast notifications can now be dismissed even when a modal is open. [#&#8203;18260](https://github.com/open-webui/open-webui/pull/18260) - 🔘 The "Chats" button in the sidebar now correctly toggles chat list visibility without navigating away from the current page. [#&#8203;18232](https://github.com/open-webui/open-webui/pull/18232) - 🎯 The Integrations menu no longer closes prematurely when clicking outside the Valves modal. [#&#8203;18310](https://github.com/open-webui/open-webui/pull/18310) - 🛠️ Tool ID display issues where "undefined" was incorrectly shown in the interface are now resolved. [#&#8203;18178](https://github.com/open-webui/open-webui/pull/18178) - 🛠️ Model management issues caused by excessively long model IDs are now prevented through validation that limits model IDs to 256 characters. [#&#8203;18125](https://github.com/open-webui/open-webui/issues/18125) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJpbWFnZSJdfQ==-->
renovate-bot added the
image
automerge
labels 2025-10-16 18:02:10 +00:00
renovate-bot added 1 commit 2025-10-16 18:02:14 +00:00
Update ghcr.io/open-webui/open-webui Docker tag to v0.6.34
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
4e31fd9af4
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-10-16 18:02:15 +00:00
renovate-bot merged commit 00a615de4d into main 2025-10-16 18:02:16 +00:00
renovate-bot deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2025-10-16 18:02:16 +00:00
Sign in to join this conversation.
No description provided.