⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.5.16 - autoclosed #811

Merged
mafyuh merged 1 commit from renovate/ghcr.io-open-webui-open-webui-0.x into main 2025-02-23 05:00:28 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui (changelog) patch 0.5.12 -> 0.5.16

Release Notes

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

v0.5.16

Compare Source

Fixed
  • 🔍 Web Search Retrieval Restored: Resolved a critical issue that broke web search retrieval by reverting deduplication changes, ensuring complete and accurate search results once again.

v0.5.16

Compare Source

[0.5.16] - 2025-02-20

Fixed
  • 🔍 Web Search Retrieval Restored: Resolved a critical issue that broke web search retrieval by reverting deduplication changes, ensuring complete and accurate search results once again.

v0.5.15

Compare Source

[0.5.15] - 2025-02-20

Added
  • 📄 Full Context Mode for Local Document Search (RAG): Toggle full context mode from Admin Settings > Documents to inject entire document content into context, improving accuracy for models with large context windows—ideal for deep context understanding.
  • 🌍 Smarter Web Search with Agentic Workflows: Web searches now intelligently gather and refine multiple relevant terms, similar to RAG handling, delivering significantly better search results for more accurate information retrieval.
  • 🔎 Experimental Playwright Support for Web Loader: Web content retrieval is taken to the next level with Playwright-powered scraping for enhanced accuracy in extracted web data.
  • ☁️ Experimental Azure Storage Provider: Early-stage support for Azure Storage allows more cloud storage flexibility directly within Open WebUI.
  • 📊 Improved Jupyter Code Execution with Plots: Interactive coding now properly displays inline plots, making data visualization more seamless inside chat interactions.
  • Adjustable Execution Timeout for Jupyter Interpreter: Customize execution timeout (default: 60s) for Jupyter-based code execution, allowing longer or more constrained execution based on your needs.
  • ▶️ "Running..." Indicator for Jupyter Code Execution: A visual indicator now appears while code execution is in progress, providing real-time status updates on ongoing computations.
  • ⚙️ General Backend & Frontend Stability Enhancements: Extensive refactoring improves reliability, performance, and overall user experience for a more seamless Open WebUI.
  • 🌍 Translation Updates: Various international translation refinements ensure better localization and a more natural user interface experience.
Fixed
  • 📱 Mobile Hover Issue Resolved: Users can now edit responses smoothly on mobile without interference, fixing a longstanding hover issue.
  • 🔄 Temporary Chat Message Duplication Fixed: Eliminated buggy behavior where messages were being unnecessarily repeated in temporary chat mode, ensuring a smooth and consistent conversation flow.

v0.5.15

Compare Source

Added
  • 📄 Full Context Mode for Local Document Search (RAG): Toggle full context mode from Admin Settings > Documents to inject entire document content into context, improving accuracy for models with large context windows—ideal for deep context understanding.
  • 🌍 Smarter Web Search with Agentic Workflows: Web searches now intelligently gather and refine multiple relevant terms, similar to RAG handling, delivering significantly better search results for more accurate information retrieval.
  • 🔎 Experimental Playwright Support for Web Loader: Web content retrieval is taken to the next level with Playwright-powered scraping for enhanced accuracy in extracted web data.
  • ☁️ Experimental Azure Storage Provider: Early-stage support for Azure Storage allows more cloud storage flexibility directly within Open WebUI.
  • 📊 Improved Jupyter Code Execution with Plots: Interactive coding now properly displays inline plots, making data visualization more seamless inside chat interactions.
  • Adjustable Execution Timeout for Jupyter Interpreter: Customize execution timeout (default: 60s) for Jupyter-based code execution, allowing longer or more constrained execution based on your needs.
  • ▶️ "Running..." Indicator for Jupyter Code Execution: A visual indicator now appears while code execution is in progress, providing real-time status updates on ongoing computations.
  • ⚙️ General Backend & Frontend Stability Enhancements: Extensive refactoring improves reliability, performance, and overall user experience for a more seamless Open WebUI.
  • 🌍 Translation Updates: Various international translation refinements ensure better localization and a more natural user interface experience.
Fixed
  • 📱 Mobile Hover Issue Resolved: Users can now edit responses smoothly on mobile without interference, fixing a longstanding hover issue.
  • 🔄 Temporary Chat Message Duplication Fixed: Eliminated buggy behavior where messages were being unnecessarily repeated in temporary chat mode, ensuring a smooth and consistent conversation flow.

v0.5.14

Compare Source

[0.5.14] - 2025-02-17

Fixed
  • 🔧 Critical Import Error Resolved: Fixed a circular import issue preventing 'override_static' from being correctly imported in 'open_webui.config', ensuring smooth system initialization and stability.

v0.5.14

Compare Source

Fixed
  • 🔧 Critical Import Error Resolved: Fixed a circular import issue preventing 'override_static' from being correctly imported in 'open_webui.config', ensuring smooth system initialization and stability.

v0.5.13

Compare Source

Added
  • 🌐 Full Context Mode for Web Search: Enable highly accurate web searches by utilizing full context mode—ideal for models with large context windows, ensuring more precise and insightful results.
  • Optimized Asynchronous Web Search: Web searches now load significantly faster with optimized async support, providing users with quicker, more efficient information retrieval.
  • 🔄 Auto Text Direction for RTL Languages: Automatic text alignment based on language input, ensuring seamless conversation flow for Arabic, Hebrew, and other right-to-left scripts.
  • 🚀 Jupyter Notebook Support for Code Execution: The "Run" button in code blocks can now use Jupyter for execution, offering a powerful, dynamic coding experience directly in the chat.
  • 🗑️ Message Delete Confirmation Dialog: Prevent accidental deletions with a new confirmation prompt before removing messages, adding an additional layer of security to your chat history.
  • 📥 Download Button for SVG Diagrams: SVG diagrams generated within chat can now be downloaded instantly, making it easier to save and share complex visual data.
  • General UI/UX Improvements and Backend Stability: A refined interface with smoother interactions, improved layouts, and backend stability enhancements for a more reliable, polished experience.
Fixed
  • 🛠️ Temporary Chat Message Continue Button Fixed: The "Continue Response" button for temporary chats now works as expected, ensuring an uninterrupted conversation flow.
Changed
  • 📝 Prompt Variable Update: Deprecated square bracket '[]' indicators for prompt variables; now requires double curly brackets '{{}}' for consistency and clarity.
  • 🔧 Stability Enhancements: Error handling improved in chat history, ensuring smoother operations when reviewing previous messages.

v0.5.13

Compare Source

[0.5.13] - 2025-02-17

Added
  • 🌐 Full Context Mode for Web Search: Enable highly accurate web searches by utilizing full context mode—ideal for models with large context windows, ensuring more precise and insightful results.
  • Optimized Asynchronous Web Search: Web searches now load significantly faster with optimized async support, providing users with quicker, more efficient information retrieval.
  • 🔄 Auto Text Direction for RTL Languages: Automatic text alignment based on language input, ensuring seamless conversation flow for Arabic, Hebrew, and other right-to-left scripts.
  • 🚀 Jupyter Notebook Support for Code Execution: The "Run" button in code blocks can now use Jupyter for execution, offering a powerful, dynamic coding experience directly in the chat.
  • 🗑️ Message Delete Confirmation Dialog: Prevent accidental deletions with a new confirmation prompt before removing messages, adding an additional layer of security to your chat history.
  • 📥 Download Button for SVG Diagrams: SVG diagrams generated within chat can now be downloaded instantly, making it easier to save and share complex visual data.
  • General UI/UX Improvements and Backend Stability: A refined interface with smoother interactions, improved layouts, and backend stability enhancements for a more reliable, polished experience.
Fixed
  • 🛠️ Temporary Chat Message Continue Button Fixed: The "Continue Response" button for temporary chats now works as expected, ensuring an uninterrupted conversation flow.
Changed
  • 📝 Prompt Variable Update: Deprecated square bracket '[]' indicators for prompt variables; now requires double curly brackets '{{}}' for consistency and clarity.
  • 🔧 Stability Enhancements: Error handling improved in chat history, ensuring smoother operations when reviewing previous messages.

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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/open-webui/open-webui](https://github.com/open-webui/open-webui) ([changelog](https://github.com/open-webui/open-webui/releases)) | patch | `0.5.12` -> `0.5.16` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.5.16`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0516---2025-02-20) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.16...v0.5.16) ##### Fixed - **🔍 Web Search Retrieval Restored**: Resolved a critical issue that broke web search retrieval by reverting deduplication changes, ensuring complete and accurate search results once again. ### [`v0.5.16`](https://github.com/open-webui/open-webui/releases/tag/v0.5.16) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.15...v0.5.16) #### \[0.5.16] - 2025-02-20 ##### Fixed - **🔍 Web Search Retrieval Restored**: Resolved a critical issue that broke web search retrieval by reverting deduplication changes, ensuring complete and accurate search results once again. ### [`v0.5.15`](https://github.com/open-webui/open-webui/releases/tag/v0.5.15) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.15...v0.5.15) #### \[0.5.15] - 2025-02-20 ##### Added - **📄 Full Context Mode for Local Document Search (RAG)**: Toggle full context mode from Admin Settings > Documents to inject entire document content into context, improving accuracy for models with large context windows—ideal for deep context understanding. - **🌍 Smarter Web Search with Agentic Workflows**: Web searches now intelligently gather and refine multiple relevant terms, similar to RAG handling, delivering significantly better search results for more accurate information retrieval. - **🔎 Experimental Playwright Support for Web Loader**: Web content retrieval is taken to the next level with Playwright-powered scraping for enhanced accuracy in extracted web data. - **☁️ Experimental Azure Storage Provider**: Early-stage support for Azure Storage allows more cloud storage flexibility directly within Open WebUI. - **📊 Improved Jupyter Code Execution with Plots**: Interactive coding now properly displays inline plots, making data visualization more seamless inside chat interactions. - **⏳ Adjustable Execution Timeout for Jupyter Interpreter**: Customize execution timeout (default: 60s) for Jupyter-based code execution, allowing longer or more constrained execution based on your needs. - **▶️ "Running..." Indicator for Jupyter Code Execution**: A visual indicator now appears while code execution is in progress, providing real-time status updates on ongoing computations. - **⚙️ General Backend & Frontend Stability Enhancements**: Extensive refactoring improves reliability, performance, and overall user experience for a more seamless Open WebUI. - **🌍 Translation Updates**: Various international translation refinements ensure better localization and a more natural user interface experience. ##### Fixed - **📱 Mobile Hover Issue Resolved**: Users can now edit responses smoothly on mobile without interference, fixing a longstanding hover issue. - **🔄 Temporary Chat Message Duplication Fixed**: Eliminated buggy behavior where messages were being unnecessarily repeated in temporary chat mode, ensuring a smooth and consistent conversation flow. ### [`v0.5.15`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0515---2025-02-20) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.14...v0.5.15) ##### Added - **📄 Full Context Mode for Local Document Search (RAG)**: Toggle full context mode from Admin Settings > Documents to inject entire document content into context, improving accuracy for models with large context windows—ideal for deep context understanding. - **🌍 Smarter Web Search with Agentic Workflows**: Web searches now intelligently gather and refine multiple relevant terms, similar to RAG handling, delivering significantly better search results for more accurate information retrieval. - **🔎 Experimental Playwright Support for Web Loader**: Web content retrieval is taken to the next level with Playwright-powered scraping for enhanced accuracy in extracted web data. - **☁️ Experimental Azure Storage Provider**: Early-stage support for Azure Storage allows more cloud storage flexibility directly within Open WebUI. - **📊 Improved Jupyter Code Execution with Plots**: Interactive coding now properly displays inline plots, making data visualization more seamless inside chat interactions. - **⏳ Adjustable Execution Timeout for Jupyter Interpreter**: Customize execution timeout (default: 60s) for Jupyter-based code execution, allowing longer or more constrained execution based on your needs. - **▶️ "Running..." Indicator for Jupyter Code Execution**: A visual indicator now appears while code execution is in progress, providing real-time status updates on ongoing computations. - **⚙️ General Backend & Frontend Stability Enhancements**: Extensive refactoring improves reliability, performance, and overall user experience for a more seamless Open WebUI. - **🌍 Translation Updates**: Various international translation refinements ensure better localization and a more natural user interface experience. ##### Fixed - **📱 Mobile Hover Issue Resolved**: Users can now edit responses smoothly on mobile without interference, fixing a longstanding hover issue. - **🔄 Temporary Chat Message Duplication Fixed**: Eliminated buggy behavior where messages were being unnecessarily repeated in temporary chat mode, ensuring a smooth and consistent conversation flow. ### [`v0.5.14`](https://github.com/open-webui/open-webui/releases/tag/v0.5.14) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.14...v0.5.14) #### \[0.5.14] - 2025-02-17 ##### Fixed - **🔧 Critical Import Error Resolved**: Fixed a circular import issue preventing 'override_static' from being correctly imported in 'open_webui.config', ensuring smooth system initialization and stability. ### [`v0.5.14`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0514---2025-02-17) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.13...v0.5.14) ##### Fixed - **🔧 Critical Import Error Resolved**: Fixed a circular import issue preventing 'override_static' from being correctly imported in 'open_webui.config', ensuring smooth system initialization and stability. ### [`v0.5.13`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0513---2025-02-17) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.13...v0.5.13) ##### Added - **🌐 Full Context Mode for Web Search**: Enable highly accurate web searches by utilizing full context mode—ideal for models with large context windows, ensuring more precise and insightful results. - **⚡ Optimized Asynchronous Web Search**: Web searches now load significantly faster with optimized async support, providing users with quicker, more efficient information retrieval. - **🔄 Auto Text Direction for RTL Languages**: Automatic text alignment based on language input, ensuring seamless conversation flow for Arabic, Hebrew, and other right-to-left scripts. - **🚀 Jupyter Notebook Support for Code Execution**: The "Run" button in code blocks can now use Jupyter for execution, offering a powerful, dynamic coding experience directly in the chat. - **🗑️ Message Delete Confirmation Dialog**: Prevent accidental deletions with a new confirmation prompt before removing messages, adding an additional layer of security to your chat history. - **📥 Download Button for SVG Diagrams**: SVG diagrams generated within chat can now be downloaded instantly, making it easier to save and share complex visual data. - **✨ General UI/UX Improvements and Backend Stability**: A refined interface with smoother interactions, improved layouts, and backend stability enhancements for a more reliable, polished experience. ##### Fixed - **🛠️ Temporary Chat Message Continue Button Fixed**: The "Continue Response" button for temporary chats now works as expected, ensuring an uninterrupted conversation flow. ##### Changed - **📝 Prompt Variable Update**: Deprecated square bracket '\[]' indicators for prompt variables; now requires double curly brackets '{{}}' for consistency and clarity. - **🔧 Stability Enhancements**: Error handling improved in chat history, ensuring smoother operations when reviewing previous messages. ### [`v0.5.13`](https://github.com/open-webui/open-webui/releases/tag/v0.5.13) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.12...v0.5.13) #### \[0.5.13] - 2025-02-17 ##### Added - **🌐 Full Context Mode for Web Search**: Enable highly accurate web searches by utilizing full context mode—ideal for models with large context windows, ensuring more precise and insightful results. - **⚡ Optimized Asynchronous Web Search**: Web searches now load significantly faster with optimized async support, providing users with quicker, more efficient information retrieval. - **🔄 Auto Text Direction for RTL Languages**: Automatic text alignment based on language input, ensuring seamless conversation flow for Arabic, Hebrew, and other right-to-left scripts. - **🚀 Jupyter Notebook Support for Code Execution**: The "Run" button in code blocks can now use Jupyter for execution, offering a powerful, dynamic coding experience directly in the chat. - **🗑️ Message Delete Confirmation Dialog**: Prevent accidental deletions with a new confirmation prompt before removing messages, adding an additional layer of security to your chat history. - **📥 Download Button for SVG Diagrams**: SVG diagrams generated within chat can now be downloaded instantly, making it easier to save and share complex visual data. - **✨ General UI/UX Improvements and Backend Stability**: A refined interface with smoother interactions, improved layouts, and backend stability enhancements for a more reliable, polished experience. ##### Fixed - **🛠️ Temporary Chat Message Continue Button Fixed**: The "Continue Response" button for temporary chats now works as expected, ensuring an uninterrupted conversation flow. ##### Changed - **📝 Prompt Variable Update**: Deprecated square bracket '\[]' indicators for prompt variables; now requires double curly brackets '{{}}' for consistency and clarity. - **🔧 Stability Enhancements**: Error handling improved in chat history, ensuring smoother operations when reviewing previous messages. </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2025-02-23 03:32:07 -05:00
mafyuh merged commit a40cfe4ee1 into main 2025-02-23 05:00:28 -05:00
mafyuh deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2025-02-23 05:00:29 -05:00
renovatebot changed title from ⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.5.16 to ⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.5.16 - autoclosed 2025-02-23 05:02:00 -05:00

Ansible Deployment Output


PLAY [Deploy application] ******************************************************

TASK [Gathering Facts] *********************************************************
ok: [ai.lan]

TASK [Ensure the repository is up-to-date] *************************************
changed: [ai.lan]

TASK [Display git pull output] *************************************************
ok: [ai.lan] => {
    "git_pull_output.stdout_lines": [
        "Updating 730f54d..a40cfe4",
        "Fast-forward",
        " docker/AI/docker-compose.yml | 2 +-",
        " 1 file changed, 1 insertion(+), 1 deletion(-)"
    ]
}

TASK [Read secret mapping] *****************************************************
ok: [ai.lan]

TASK [Parse secret mapping] ****************************************************
ok: [ai.lan]

TASK [Set env_variables] *******************************************************
ok: [ai.lan]

TASK [Write .env file to target host] ******************************************
ok: [ai.lan]

TASK [Restart services using Docker Compose] ***********************************
changed: [ai.lan]

TASK [Run Docker Command] ******************************************************
changed: [ai.lan]

TASK [Display Docker Output] ***************************************************
ok: [ai.lan] => {
    "docker_output.stdout_lines": [
        "NAME                             IMAGE                                                                                     COMMAND                  SERVICE                     CREATED         STATUS                            PORTS",
        "ai-stable-diffusion-download-1   comfy-download                                                                            \"/docker/download.sh\"    stable-diffusion-download   3 months ago    Up 3 seconds                      ",
        "ai-stable-diffusion-webui-1      comfy-ui                                                                                  \"/docker/entrypoint.…\"   stable-diffusion-webui      3 months ago    Up 10 days                        0.0.0.0:7860->7860/tcp, :::7860->7860/tcp",
        "ollama                           ollama/ollama:0.5.11                                                                      \"/bin/ollama serve\"      ollama                      2 days ago      Up 2 days                         0.0.0.0:11434->11434/tcp, :::11434->11434/tcp",
        "open-webui                       ghcr.io/open-webui/open-webui:0.5.16                                                      \"bash start.sh\"          open-webui                  7 seconds ago   Up 2 seconds (health: starting)   0.0.0.0:3000->8080/tcp, [::]:3000->8080/tcp",
        "searxng                          searxng/searxng@sha256:0da476ff64bf801e3b36fd3c79c50f30f7041ab78b27cbc8c189c4c6f8c696d6   \"/sbin/tini -- /usr/…\"   searxng                     2 days ago      Up 1 second                       0.0.0.0:8081->8080/tcp, [::]:8081->8080/tcp"
    ]
}

PLAY RECAP *********************************************************************
ai.lan                     : ok=10   changed=3    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   


### Ansible Deployment Output ``` PLAY [Deploy application] ****************************************************** TASK [Gathering Facts] ********************************************************* ok: [ai.lan] TASK [Ensure the repository is up-to-date] ************************************* changed: [ai.lan] TASK [Display git pull output] ************************************************* ok: [ai.lan] => { "git_pull_output.stdout_lines": [ "Updating 730f54d..a40cfe4", "Fast-forward", " docker/AI/docker-compose.yml | 2 +-", " 1 file changed, 1 insertion(+), 1 deletion(-)" ] } TASK [Read secret mapping] ***************************************************** ok: [ai.lan] TASK [Parse secret mapping] **************************************************** ok: [ai.lan] TASK [Set env_variables] ******************************************************* ok: [ai.lan] TASK [Write .env file to target host] ****************************************** ok: [ai.lan] TASK [Restart services using Docker Compose] *********************************** changed: [ai.lan] TASK [Run Docker Command] ****************************************************** changed: [ai.lan] TASK [Display Docker Output] *************************************************** ok: [ai.lan] => { "docker_output.stdout_lines": [ "NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS", "ai-stable-diffusion-download-1 comfy-download \"/docker/download.sh\" stable-diffusion-download 3 months ago Up 3 seconds ", "ai-stable-diffusion-webui-1 comfy-ui \"/docker/entrypoint.…\" stable-diffusion-webui 3 months ago Up 10 days 0.0.0.0:7860->7860/tcp, :::7860->7860/tcp", "ollama ollama/ollama:0.5.11 \"/bin/ollama serve\" ollama 2 days ago Up 2 days 0.0.0.0:11434->11434/tcp, :::11434->11434/tcp", "open-webui ghcr.io/open-webui/open-webui:0.5.16 \"bash start.sh\" open-webui 7 seconds ago Up 2 seconds (health: starting) 0.0.0.0:3000->8080/tcp, [::]:3000->8080/tcp", "searxng searxng/searxng@sha256:0da476ff64bf801e3b36fd3c79c50f30f7041ab78b27cbc8c189c4c6f8c696d6 \"/sbin/tini -- /usr/…\" searxng 2 days ago Up 1 second 0.0.0.0:8081->8080/tcp, [::]:8081->8080/tcp" ] } PLAY RECAP ********************************************************************* ai.lan : ok=10 changed=3 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 ```
This repository is archived. You cannot comment on pull requests.
No description provided.