chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.9.2 #6211
Reference in New Issue
Block a user
Delete Branch "renovate/unified-open-webui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.9.1→v0.9.2Release Notes
open-webui/open-webui (ghcr.io/open-webui/open-webui)
v0.9.2Compare Source
Added
reminder_minutesparameter, allowing models to set custom reminder durations instead of the default 10-minute notification.CUSTOM_API_KEY_HEADERenvironment variable, enabling compatibility with reverse proxies that use theAuthorizationheader for their own authentication.Fixed
<$skillId|label>message tags is now handled server-side, and tags are stripped before messages reach the model.sslmode,options, andtarget_session_attrswithout any stripping or conversion.UV_LINK_MODE=copyis now set in the Dockerfile to force reliable file installation.fetch_urlbuilt-in tool now safely handlesNonecontent returned by web loaders instead of crashing with aTypeError.WWW-Authenticateheader doesn't contain aresource_metadatalink, improving compatibility with more MCP server implementations.Authorizationheaders by falling back to cookie and request state tokens, preventing errors when used behind forward-auth proxies.[context]or{{CONTEXT}}placeholders, helping administrators avoid accidental redundant context injection.create_automationtool now correctly detects the current model ID even whenmodel_idis not yet set in metadata, falling back to the model dict.resourcecontent type are now correctly detected and theirresource.textpayload is extracted, instead of being silently ignored.content-visibility: auto, letting the browser natively skip rendering of off-screen messages without destroying component trees. This eliminates scroll jump artifacts and mount/destroy thrashing while preserving memory efficiency in long conversations.client_namesupport more gracefully, preventing connection errors with certain Redis configurations.Changed
asyncpgtopsycopg(v3). This is a transparent change for most deployments, but custom connection strings withasyncpg-specific parameters may need adjustment.v0.9.2Compare Source
Added
reminder_minutesparameter, allowing models to set custom reminder durations instead of the default 10-minute notification.CUSTOM_API_KEY_HEADERenvironment variable, enabling compatibility with reverse proxies that use theAuthorizationheader for their own authentication.Fixed
<$skillId|label>message tags is now handled server-side, and tags are stripped before messages reach the model.sslmode,options, andtarget_session_attrswithout any stripping or conversion.UV_LINK_MODE=copyis now set in the Dockerfile to force reliable file installation.fetch_urlbuilt-in tool now safely handlesNonecontent returned by web loaders instead of crashing with aTypeError.WWW-Authenticateheader doesn't contain aresource_metadatalink, improving compatibility with more MCP server implementations.Authorizationheaders by falling back to cookie and request state tokens, preventing errors when used behind forward-auth proxies.[context]or{{CONTEXT}}placeholders, helping administrators avoid accidental redundant context injection.create_automationtool now correctly detects the current model ID even whenmodel_idis not yet set in metadata, falling back to the model dict.resourcecontent type are now correctly detected and theirresource.textpayload is extracted, instead of being silently ignored.content-visibility: auto, letting the browser natively skip rendering of off-screen messages without destroying component trees. This eliminates scroll jump artifacts and mount/destroy thrashing while preserving memory efficiency in long conversations.client_namesupport more gracefully, preventing connection errors with certain Redis configurations.Changed
asyncpgtopsycopg(v3). This is a transparent change for most deployments, but custom connection strings withasyncpg-specific parameters may need adjustment.Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.