Skip to content

Comments

fix(container): update image ghcr.io/open-webui/open-webui ( 0.6.27 ➔ 0.6.28 )#3336

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

fix(container): update image ghcr.io/open-webui/open-webui ( 0.6.27 ➔ 0.6.28 )#3336
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.27 -> 0.6.28

Release Notes

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

v0.6.28

Compare Source

Added
  • 🔍 The "@​" command for model selection now supports real-time search and filtering, improving usability and aligning its behavior with other input commands. #​17307, Commit
  • 🛠️ External tool server data handling is now more robust, automatically attempting to parse specifications as JSON before falling back to YAML, regardless of the URL extension. Commit
  • 🎯 The "Title" field is now automatically focused when creating a new chat folder, streamlining the folder creation process. #​17315, Commit
  • 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
  • 🌐 Brazilian Portuguese and Simplified Chinese translations were expanded and refined.
Fixed
  • 🔊 A regression affecting Text-to-Speech for local providers using the OpenAI engine was fixed by reverting a URL joining change. #​17316, Commit
  • 🪧 A regression was fixed where the input modal for prompts with placeholders would not open, causing the raw prompt text to be pasted into the chat input field instead. #​17325, Commit
  • 🔑 An issue was resolved where modified connection keys in the OpenAIConnection component did not take effect. #​17324

v0.6.28

Compare Source

[0.6.28] - 2025-09-10
Added
  • 🔍 The "@​" command for model selection now supports real-time search and filtering, improving usability and aligning its behavior with other input commands. #​17307, Commit
  • 🛠️ External tool server data handling is now more robust, automatically attempting to parse specifications as JSON before falling back to YAML, regardless of the URL extension. Commit
  • 🎯 The "Title" field is now automatically focused when creating a new chat folder, streamlining the folder creation process. #​17315, Commit
  • 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
  • 🌐 Brazilian Portuguese and Simplified Chinese translations were expanded and refined.
Fixed
  • 🔊 A regression affecting Text-to-Speech for local providers using the OpenAI engine was fixed by reverting a URL joining change. #​17316, Commit
  • 🪧 A regression was fixed where the input modal for prompts with placeholders would not open, causing the raw prompt text to be pasted into the chat input field instead. #​17325, Commit
  • 🔑 An issue was resolved where modified connection keys in the OpenAIConnection component did not take effect. #​17324

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 Sep 10, 2025
@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.27
+              tag: 0.6.28
             resources:
               limits:
                 memory: 1500Mi
               requests:
                 cpu: 200m
                 memory: 1000Mi

@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.27
+        image: ghcr.io/open-webui/open-webui:0.6.28
         name: app
         resources:
           limits:
             memory: 1500Mi
           requests:
             cpu: 200m

@binaryn3xus binaryn3xus merged commit 8bced27 into main Sep 11, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-open-webui-open-webui-0.x branch September 11, 2025 02:30
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