Skip to content

Comments

fix(container): update image ghcr.io/open-webui/open-webui ( 0.6.35 ➔ v0.6.36 )#3584

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

fix(container): update image ghcr.io/open-webui/open-webui ( 0.6.35 ➔ v0.6.36 )#3584
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.35 -> v0.6.36

Release Notes

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

v0.6.36

Compare Source

[0.6.36] - 2025-11-07
Added
  • 🔐 OAuth group parsing now supports configurable separators via the "OAUTH_GROUPS_SEPARATOR" environment variable, enabling proper handling of semicolon-separated group claims from providers like CILogon. #​18987, #​18979
Fixed
  • 🛠️ Tool calling functionality is restored by correcting asynchronous function handling in tool parameter updates. #​18981
  • 🖼️ The ComfyUI image edit workflow editor modal now opens correctly when clicking the Edit button. #​18978
  • 🔥 Firecrawl import errors are resolved by implementing lazy loading and using the correct class name. #​18973
  • 🔌 Socket.IO CORS warning is resolved by properly configuring CORS origins for Socket.IO connections. Commit

v0.6.36

Compare Source

Added
  • 🔐 OAuth group parsing now supports configurable separators via the "OAUTH_GROUPS_SEPARATOR" environment variable, enabling proper handling of semicolon-separated group claims from providers like CILogon. #​18987, #​18979
Fixed
  • 🛠️ Tool calling functionality is restored by correcting asynchronous function handling in tool parameter updates. #​18981
  • 🖼️ The ComfyUI image edit workflow editor modal now opens correctly when clicking the Edit button. #​18978
  • 🔥 Firecrawl import errors are resolved by implementing lazy loading and using the correct class name. #​18973
  • 🔌 Socket.IO CORS warning is resolved by properly configuring CORS origins for Socket.IO connections. Commit

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 Nov 6, 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

@@ -39,13 +39,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.35
+              tag: v0.6.36
             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.35
+        image: ghcr.io/open-webui/open-webui:v0.6.36
         name: app
         resources:
           limits:
             memory: 1500Mi
           requests:
             cpu: 200m

@binaryn3xus binaryn3xus merged commit ece235f into main Nov 6, 2025
11 checks passed
@binaryn3xus binaryn3xus deleted the renovate/ghcr.io-open-webui-open-webui-0.x branch November 6, 2025 22:12
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