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 ) #374

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2025

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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

deepsource-io bot commented Jan 24, 2025

Here's the code health analysis summary for commits 27f2fd9..6d83f1f. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource KubeLinter LogoKubeLinter✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

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

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

@@ -32,13 +32,13 @@

         containers:
           app:
             env:
               OLLAMA_API_BASE_URL: http://ollama.default.svc.cluster.local:11434
             image:
               repository: ghcr.io/open-webui/open-webui
-              tag: 0.5.6
+              tag: 0.5.7
         replicas: 1
     ingress:
       app:
         annotations:
           external-dns.alpha.kubernetes.io/target: external...PLACEHOLDER_SECRET_DOMAIN..
         className: external

Copy link

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

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

@@ -33,13 +33,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: OLLAMA_API_BASE_URL
           value: http://ollama.default.svc.cluster.local:11434
-        image: ghcr.io/open-webui/open-webui:0.5.6
+        image: ghcr.io/open-webui/open-webui:0.5.7
         name: app
         volumeMounts:
         - mountPath: /app/backend/data
           name: config
       volumes:
       - name: config

@Tanguille Tanguille merged commit da82543 into main Jan 24, 2025
11 checks passed
@Tanguille Tanguille deleted the renovate/ghcr.io-open-webui-open-webui-0.5.x branch January 24, 2025 06:54
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