chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.9.5#101
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.9.5#101renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
c405e66 to
6e3bfc9
Compare
6e3bfc9 to
291e1dc
Compare
291e1dc to
ade13ee
Compare
ade13ee to
4bf52cf
Compare
4bf52cf to
ed7612c
Compare
ed7612c to
9108b9b
Compare
9108b9b to
68c7bbe
Compare
68c7bbe to
efed61c
Compare
efed61c to
ad7d26f
Compare
ad7d26f to
6f9c2a3
Compare
6f9c2a3 to
6173159
Compare
6173159 to
3c80a3d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6.41→v0.9.5Release Notes
open-webui/open-webui (ghcr.io/open-webui/open-webui)
v0.9.5Compare Source
Added
AIOHTTP_CLIENT_ALLOW_REDIRECTSenvironment variable, preventing redirect-based SSRF where a public URL silently redirects to internal addresses (RFC 1918, loopback, cloud-metadata endpoints). Affected call sites include web fetch, image loading, OAuth discovery, tool server execution, and code interpreter login. #24491IFRAME_CSPenvironment variable, restricting what LLM-generated or user-uploaded HTML can load and execute inside previews. CommitTERMINAL_PROXY_HEADERSenvironment variable (JSON object), enabling deployment-specific security headers like sandbox policies for proxied content. CommitFixed
is_pinnedbeing passed to the SQLAlchemy model on create, and passed twice toNoteResponseon read. #24484, #24486sharing.public_skillspermission, preventing non-admin users from making skills publicly accessible without the required permission. #24494sharing.public_calendarspermission, preventing users from making calendars publicly readable or writable without explicit admin-granted sharing permission. #24493user_idfield through mass-assignment, preventing authenticated users from attributing ratings to other users and corrupting Elo leaderboard rankings and admin feedback exports. #24508process_fileandprocess_files_batchretrieval endpoints now enforce collection write-access checks before embedding content, preventing authenticated users from injecting file content into another user's knowledge-base collection. #24524workspace.toolsorworkspace.tools_importpermission, preventing users with only a write-access grant from overwriting executable tool code while still allowing metadata edits. #24513validate_url()before fetching, aligning the defense-in-depth posture with sibling image-loading paths. #24518paramsdict (including system prompts) from responses to callers without write access, preventing read-only users from viewing admin-curated model configuration. #24525PROFILE_IMAGE_ALLOWED_MIME_TYPES) and setsX-Content-Type-Options: nosniff, preventing stored-XSS through SVG or other executable content types. CommitChanged
GET /api/v1/retrieval/status endpoint has been removed as dead code — retrieval configuration is already available through authenticated admin endpoints. #24497v0.9.5Compare Source
Added
AIOHTTP_CLIENT_ALLOW_REDIRECTSenvironment variable, preventing redirect-based SSRF where a public URL silently redirects to internal addresses (RFC 1918, loopback, cloud-metadata endpoints). Affected call sites include web fetch, image loading, OAuth discovery, tool server execution, and code interpreter login. #24491IFRAME_CSPenvironment variable, restricting what LLM-generated or user-uploaded HTML can load and execute inside previews. CommitTERMINAL_PROXY_HEADERSenvironment variable (JSON object), enabling deployment-specific security headers like sandbox policies for proxied content. CommitFixed
is_pinnedbeing passed to the SQLAlchemy model on create, and passed twice toNoteResponseon read. #24484, #24486sharing.public_skillspermission, preventing non-admin users from making skills publicly accessible without the required permission. #24494sharing.public_calendarspermission, preventing users from making calendars publicly readable or writable without explicit admin-granted sharing permission. #24493user_idfield through mass-assignment, preventing authenticated users from attributing ratings to other users and corrupting Elo leaderboard rankings and admin feedback exports. #24508process_fileandprocess_files_batchretrieval endpoints now enforce collection write-access checks before embedding content, preventing authenticated users from injecting file content into another user's knowledge-base collection. #24524workspace.toolsorworkspace.tools_importpermission, preventing users with only a write-access grant from overwriting executable tool code while still allowing metadata edits. #24513validate_url()before fetching, aligning the defense-in-depth posture with sibling image-loading paths. #24518paramsdict (including system prompts) from responses to callers without write access, preventing read-only users from viewing admin-curated model configuration. #24525PROFILE_IMAGE_ALLOWED_MIME_TYPES) and setsX-Content-Type-Options: nosniff, preventing stored-XSS through SVG or other executable content types. CommitChanged
GET /api/v1/retrieval/status endpoint has been removed as dead code — retrieval configuration is already available through authenticated admin endpoints. #24497v0.9.4Compare Source
Fixed
content-visibility: autowhere estimated element sizes prevented the initial scroll from reaching the true bottom.v0.9.4Compare Source
Fixed
content-visibility: autowhere estimated element sizes prevented the initial scroll from reaching the true bottom.v0.9.3Compare Source
Added
replaceflag on theembedsevent, enabling live dashboards and progress panels that update without stacking duplicate entries.Fixed
<think>tags inside the content field, preventing raw markup from leaking into chat output for models whose templates don't strip think tags (e.g. Gemma 4). #23844Changed
v0.9.3Compare Source
Added
Configuration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.