Skip to content

Comments

fix(container): update image ghcr.io/open-webui/open-webui ( 0.6.33 ➔ 0.6.34 )#3496

Merged
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-open-webui-open-webui-0.x
Oct 16, 2025
Merged

fix(container): update image ghcr.io/open-webui/open-webui ( 0.6.33 ➔ 0.6.34 )#3496
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-open-webui-open-webui-0.x

Conversation

@unsc-oni-ancilla
Copy link
Contributor

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: 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 these updates again.


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

This PR has been generated by Renovate Bot.

@unsc-oni-ancilla unsc-oni-ancilla bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Oct 16, 2025
@unsc-oni-ancilla
Copy link
Contributor Author

--- HelmRelease: default/open-webui Deployment: default/open-webui

+++ HelmRelease: default/open-webui Deployment: default/open-webui

@@ -38,13 +38,13 @@

       containers:
       - env:
         - name: OLLAMA_BASE_URL
           value: http://10.0.30.6:11434
         - name: TZ
           value: America/New_York
-        image: ghcr.io/open-webui/open-webui:0.6.33
+        image: ghcr.io/open-webui/open-webui:0.6.34
         name: app
         resources:
           limits:
             memory: 1500Mi
           requests:
             cpu: 200m

@unsc-oni-ancilla
Copy link
Contributor Author

--- kubernetes/apps/default/open-webui/app Kustomization: default/open-webui HelmRelease: default/open-webui

+++ kubernetes/apps/default/open-webui/app Kustomization: default/open-webui HelmRelease: default/open-webui

@@ -29,13 +29,13 @@

           app:
             env:
               OLLAMA_BASE_URL: http://10.0.30.6:11434
               TZ: America/New_York
             image:
               repository: ghcr.io/open-webui/open-webui
-              tag: 0.6.33
+              tag: 0.6.34
             resources:
               limits:
                 memory: 1500Mi
               requests:
                 cpu: 200m
                 memory: 1000Mi

@binaryn3xus binaryn3xus merged commit 0192c0e into main Oct 16, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-open-webui-open-webui-0.x branch October 16, 2025 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant