Skip to content

Comments

fix(container): update image ghcr.io/open-webui/open-webui ( 0.7.1 ➔ 0.7.2 )#3866

Merged
binaryn3xus merged 1 commit intomainfrom
renovate/ghcr.io-open-webui-open-webui-0.x
Jan 11, 2026
Merged

fix(container): update image ghcr.io/open-webui/open-webui ( 0.7.1 ➔ 0.7.2 )#3866
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.7.10.7.2

Release Notes

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

v0.7.2

Compare Source

Fixed
  • ⚡ Users no longer experience database connection timeouts under high concurrency due to connections being held during LLM calls, telemetry collection, and file status streaming. #​20545, #​20542, #​20547
  • 📝 Users can now create and save prompts in the workspace prompts editor without encountering errors. Commit
  • 🎙️ Users can now use local Whisper for speech-to-text when STT_ENGINE is left empty (the default for local mode). #​20534
  • 📊 The Evaluations page now loads faster by eliminating duplicate API calls to the leaderboard and feedbacks endpoints. Commit
  • 🌐 Fixed missing Settings tab i18n label keys. #​20526

v0.7.2

Compare Source

[0.7.2] - 2026-01-10
Fixed
  • ⚡ Users no longer experience database connection timeouts under high concurrency due to connections being held during LLM calls, telemetry collection, and file status streaming. #​20545, #​20542, #​20547
  • 📝 Users can now create and save prompts in the workspace prompts editor without encountering errors. Commit
  • 🎙️ Users can now use local Whisper for speech-to-text when STT_ENGINE is left empty (the default for local mode). #​20534
  • 📊 The Evaluations page now loads faster by eliminating duplicate API calls to the leaderboard and feedbacks endpoints. Commit
  • 🌐 Fixed missing Settings tab i18n label keys. #​20526

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 Jan 10, 2026
@unsc-oni-ancilla
Copy link
Contributor Author

--- HelmRelease: ai/open-webui Deployment: ai/open-webui

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

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

       containers:
       - envFrom:
         - configMapRef:
             name: open-webui-env
         - secretRef:
             name: github-fleet-auth-secret
-        image: ghcr.io/open-webui/open-webui:0.7.1
+        image: ghcr.io/open-webui/open-webui:0.7.2
         name: app
         resources:
           limits:
             cpu: 2
             memory: 4Gi
           requests:

@unsc-oni-ancilla
Copy link
Contributor Author

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

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

@@ -41,13 +41,13 @@

             - configMapRef:
                 name: open-webui-env
             - secretRef:
                 name: github-fleet-auth-secret
             image:
               repository: ghcr.io/open-webui/open-webui
-              tag: 0.7.1
+              tag: 0.7.2
             resources:
               limits:
                 cpu: 2
                 memory: 4Gi
               requests:
                 cpu: 1

@binaryn3xus binaryn3xus merged commit fde5847 into main Jan 11, 2026
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-open-webui-open-webui-0.x branch January 11, 2026 17:24
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