Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/open-webui/open-webui ( 0.5.6 → 0.5.7 ) #8081

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

rosey-the-renovator-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui patch 0.5.6 -> 0.5.7

Release Notes

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

v0.5.7

Compare Source

Added
  • 🌍 Enhanced Internationalization (i18n): Refined and expanded translations for greater global accessibility and a smoother experience for international users.
Fixed
  • 🔗 Connection Model ID Resolution: Resolved an issue preventing model IDs from registering in connections.
  • 💡 Prefix ID for Ollama Connections: Fixed a bug where prefix IDs in Ollama connections were non-functional.
  • 🔧 Ollama Model Enable/Disable Functionality: Addressed the issue of enable/disable toggles not working for Ollama base models.
  • 🔒 RBAC Permissions for Tools and Models: Corrected incorrect Role-Based Access Control (RBAC) permissions for tools and models, ensuring that users now only access features according to their assigned privileges, enhancing security and role clarity.

v0.5.7

Compare Source

[0.5.7] - 2025-01-23
Added
  • 🌍 Enhanced Internationalization (i18n): Refined and expanded translations for greater global accessibility and a smoother experience for international users.
Fixed
  • 🔗 Connection Model ID Resolution: Resolved an issue preventing model IDs from registering in connections.
  • 💡 Prefix ID for Ollama Connections: Fixed a bug where prefix IDs in Ollama connections were non-functional.
  • 🔧 Ollama Model Enable/Disable Functionality: Addressed the issue of enable/disable toggles not working for Ollama base models.
  • 🔒 RBAC Permissions for Tools and Models: Corrected incorrect Role-Based Access Control (RBAC) permissions for tools and models, ensuring that users now only access features according to their assigned privileges, enhancing security and role clarity.

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.

| datasource | package                       | from  | to    |
| ---------- | ----------------------------- | ----- | ----- |
| docker     | ghcr.io/open-webui/open-webui | 0.5.6 | 0.5.7 |
@rosey-the-renovator-bot
Copy link
Contributor Author

--- kubernetes/main/apps/collab/open-webui/app Kustomization: flux-system/collab-open-webui HelmRelease: collab/open-webui

+++ kubernetes/main/apps/collab/open-webui/app Kustomization: flux-system/collab-open-webui HelmRelease: collab/open-webui

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

               ENABLE_RAG_WEB_SEARCH: true
               OLLAMA_BASE_URL: http://ollama.ai.svc.cluster.local:11434
               RAG_WEB_SEARCH_ENGINE: searxng
               SEARXNG_QUERY_URL: http://searxng.collab.svc.cluster.local:8080/search?q=<query>
             image:
               repository: ghcr.io/open-webui/open-webui
-              tag: 0.5.6
+              tag: 0.5.7
             resources:
               limits:
                 memory: 2Gi
               requests:
                 cpu: 15m
                 memory: 2Gi

@rosey-the-renovator-bot
Copy link
Contributor Author

--- HelmRelease: collab/open-webui StatefulSet: collab/open-webui

+++ HelmRelease: collab/open-webui StatefulSet: collab/open-webui

@@ -47,13 +47,13 @@

         - name: OLLAMA_BASE_URL
           value: http://ollama.ai.svc.cluster.local:11434
         - name: RAG_WEB_SEARCH_ENGINE
           value: searxng
         - name: SEARXNG_QUERY_URL
           value: http://searxng.collab.svc.cluster.local:8080/search?q=<query>
-        image: ghcr.io/open-webui/open-webui:0.5.6
+        image: ghcr.io/open-webui/open-webui:0.5.7
         name: app
         resources:
           limits:
             memory: 2Gi
           requests:
             cpu: 15m

@rwlove rwlove merged commit 69cd43f into main Jan 24, 2025
16 checks passed
@rwlove rwlove deleted the renovate/ghcr.io-open-webui-open-webui-0.x branch January 24, 2025 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant