⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.23 #206

Merged
mafyuh merged 2 commits from renovate/ghcr.io-open-webui-open-webui-0.x into main 2024-09-21 21:34:25 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui (changelog) patch v0.3.22 -> v0.3.23

Release Notes

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

v0.3.23

Compare Source

[0.3.23] - 2024-09-21

Added
  • 🚀 WebSocket Redis Support: Enhanced load balancing capabilities for multiple instance setups, promoting better performance and reliability in WebUI.
  • 🔧 Adjustable Chat Controls: Introduced width-adjustable chat controls, enabling a personalized and more comfortable user interface.
  • 🌎 i18n Updates: Improved and updated the Chinese translations.
Fixed
  • 🌐 Task Model Unloading Issue: Modified task handling to use the Ollama /api/chat endpoint instead of OpenAI compatible endpoint, ensuring models stay loaded and ready with custom parameters, thus minimizing delays in task execution.
  • 📝 Title Generation Fix for OpenAI Compatible APIs: Resolved an issue preventing the generation of titles, enhancing consistency and reliability when using multiple API providers.
  • 🗃️ RAG Duplicate Collection Issue: Fixed a bug causing repeated processing of the same uploaded file. Now utilizes indexed files to prevent unnecessary duplications, optimizing resource usage.
  • 🖼️ Image Generation Enhancement: Refactored OpenAI image generation endpoint to be asynchronous, preventing the WebUI from becoming unresponsive during processing, thus enhancing user experience.
  • 🔓 Downgrade Authlib: Reverted Authlib to version 1.3.1 to address and resolve issues concerning OAuth functionality.
Changed
  • 🔍 Improved Message Interaction: Enhanced the message node interface to allow for easier focus redirection with a simple click, streamlining user interaction.
  • Styling Refactor: Updated WebUI styling for a cleaner, more modern look, enhancing user experience across the platform.

v0.3.23

Compare Source

Added
  • 🚀 WebSocket Redis Support: Enhanced load balancing capabilities for multiple instance setups, promoting better performance and reliability in WebUI.
  • 🔧 Adjustable Chat Controls: Introduced width-adjustable chat controls, enabling a personalized and more comfortable user interface.
  • 🌎 i18n Updates: Improved and updated the Chinese translations.
Fixed
  • 🌐 Task Model Unloading Issue: Modified task handling to use the Ollama /api/chat endpoint instead of OpenAI compatible endpoint, ensuring models stay loaded and ready with custom parameters, thus minimizing delays in task execution.
  • 📝 Title Generation Fix for OpenAI Compatible APIs: Resolved an issue preventing the generation of titles, enhancing consistency and reliability when using multiple API providers.
  • 🗃️ RAG Duplicate Collection Issue: Fixed a bug causing repeated processing of the same uploaded file. Now utilizes indexed files to prevent unnecessary duplications, optimizing resource usage.
  • 🖼️ Image Generation Enhancement: Refactored OpenAI image generation endpoint to be asynchronous, preventing the WebUI from becoming unresponsive during processing, thus enhancing user experience.
  • 🔓 Downgrade Authlib: Reverted Authlib to version 1.3.1 to address and resolve issues concerning OAuth functionality.
Changed
  • 🔍 Improved Message Interaction: Enhanced the message node interface to allow for easier focus redirection with a simple click, streamlining user interaction.
  • Styling Refactor: Updated WebUI styling for a cleaner, more modern look, enhancing user experience across the platform.

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 | `v0.3.22` -> `v0.3.23` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.23`](https://github.com/open-webui/open-webui/releases/tag/v0.3.23) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.23...v0.3.23) #### \[0.3.23] - 2024-09-21 ##### Added - **🚀 WebSocket Redis Support**: Enhanced load balancing capabilities for multiple instance setups, promoting better performance and reliability in WebUI. - **🔧 Adjustable Chat Controls**: Introduced width-adjustable chat controls, enabling a personalized and more comfortable user interface. - **🌎 i18n Updates**: Improved and updated the Chinese translations. ##### Fixed - **🌐 Task Model Unloading Issue**: Modified task handling to use the Ollama /api/chat endpoint instead of OpenAI compatible endpoint, ensuring models stay loaded and ready with custom parameters, thus minimizing delays in task execution. - **📝 Title Generation Fix for OpenAI Compatible APIs**: Resolved an issue preventing the generation of titles, enhancing consistency and reliability when using multiple API providers. - **🗃️ RAG Duplicate Collection Issue**: Fixed a bug causing repeated processing of the same uploaded file. Now utilizes indexed files to prevent unnecessary duplications, optimizing resource usage. - **🖼️ Image Generation Enhancement**: Refactored OpenAI image generation endpoint to be asynchronous, preventing the WebUI from becoming unresponsive during processing, thus enhancing user experience. - **🔓 Downgrade Authlib**: Reverted Authlib to version 1.3.1 to address and resolve issues concerning OAuth functionality. ##### Changed - **🔍 Improved Message Interaction**: Enhanced the message node interface to allow for easier focus redirection with a simple click, streamlining user interaction. - **✨ Styling Refactor**: Updated WebUI styling for a cleaner, more modern look, enhancing user experience across the platform. ### [`v0.3.23`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0323---2024-09-21) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.22...v0.3.23) ##### Added - **🚀 WebSocket Redis Support**: Enhanced load balancing capabilities for multiple instance setups, promoting better performance and reliability in WebUI. - **🔧 Adjustable Chat Controls**: Introduced width-adjustable chat controls, enabling a personalized and more comfortable user interface. - **🌎 i18n Updates**: Improved and updated the Chinese translations. ##### Fixed - **🌐 Task Model Unloading Issue**: Modified task handling to use the Ollama /api/chat endpoint instead of OpenAI compatible endpoint, ensuring models stay loaded and ready with custom parameters, thus minimizing delays in task execution. - **📝 Title Generation Fix for OpenAI Compatible APIs**: Resolved an issue preventing the generation of titles, enhancing consistency and reliability when using multiple API providers. - **🗃️ RAG Duplicate Collection Issue**: Fixed a bug causing repeated processing of the same uploaded file. Now utilizes indexed files to prevent unnecessary duplications, optimizing resource usage. - **🖼️ Image Generation Enhancement**: Refactored OpenAI image generation endpoint to be asynchronous, preventing the WebUI from becoming unresponsive during processing, thus enhancing user experience. - **🔓 Downgrade Authlib**: Reverted Authlib to version 1.3.1 to address and resolve issues concerning OAuth functionality. ##### Changed - **🔍 Improved Message Interaction**: Enhanced the message node interface to allow for easier focus redirection with a simple click, streamlining user interaction. - **✨ Styling Refactor**: Updated WebUI styling for a cleaner, more modern look, enhancing user experience across the platform. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xMiIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjEyIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2024-09-21 00:01:03 -04:00
⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.23
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
107e6e3bd5
mafyuh added 1 commit 2024-09-21 21:34:18 -04:00
Merge branch 'main' into renovate/ghcr.io-open-webui-open-webui-0.x
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
Deploy to Hosts / deploy (pull_request) Successful in 52s
1a7b53d6f9
mafyuh merged commit 9e47851f3b into main 2024-09-21 21:34:25 -04:00
mafyuh deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-09-21 21:34:26 -04:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mafyuh/iac#206
No description provided.