⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.26 #216

Merged
mafyuh merged 1 commit from renovate/ghcr.io-open-webui-open-webui-0.x into main 2024-09-24 10:02:30 -04:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v0.3.26

Compare Source

Fixed
  • 🔄 Event Loop Error Resolution: Addressed a critical error where a missing running event loop caused 'periodic_usage_pool_cleanup' to fail with pip installs. This fix ensures smoother and more reliable updates and installations, enhancing overall system stability.

v0.3.26

Compare Source

[0.3.26] - 2024-09-24

Fixed
  • 🔄 Event Loop Error Resolution: Addressed a critical error where a missing running event loop caused 'periodic_usage_pool_cleanup' to fail with pip installs. This fix ensures smoother and more reliable updates and installations, enhancing overall system stability.

v0.3.25

Compare Source

Fixed
  • 🖼️ Image Generation Functionality: Resolved an issue where image generation was not functioning, restoring full capability for visual content creation.
  • ⚖️ Rate Response Corrections: Addressed a problem where rate responses were not working, ensuring reliable feedback mechanisms are operational.

v0.3.25

Compare Source

[0.3.25] - 2024-09-24

Fixed
  • 🖼️ Image Generation Functionality: Resolved an issue where image generation was not functioning, restoring full capability for visual content creation.
  • ⚖️ Rate Response Corrections: Addressed a problem where rate responses were not working, ensuring reliable feedback mechanisms are operational.

v0.3.24

Compare Source

[0.3.24] - 2024-09-24

Added
  • 🚀 Rendering Optimization: Significantly improved message rendering performance, enhancing user experience and webui responsiveness.
  • 💖 Favorite Response Feature in Chat Overview: Users can now mark responses as favorite directly from the chat overview, enhancing ease of retrieval and organization of preferred responses.
  • 💬 Create Message Pairs with Shortcut: Implemented creation of new message pairs using Cmd/Ctrl+Shift+Enter, making conversation editing faster and more intuitive.
  • 🌍 Expanded User Prompt Variables: Added weekday, timezone, and language information variables to user prompts to match system prompt variables.
  • 🎵 Enhanced Audio Support: Now includes support for 'audio/x-m4a' files, broadening compatibility with audio content within the platform.
  • 🔏 Model URL Search Parameter: Added an ability to select a model directly via URL parameters, streamlining navigation and model access.
  • 📄 Enhanced PDF Citations: PDF citations now open at the associated page, streamlining reference checks and document handling.
  • 🔧Use of Redis in Sockets: Enhanced socket implementation to fully support Redis, enabling effective stateless instances suitable for scalable load balancing.
  • 🌍 Stream Individual Model Responses: Allows specific models to have individualized streaming settings, enhancing performance and customization.
  • 🕒 Display Model Hash and Last Modified Timestamp for Ollama Models: Provides critical model details directly in the Models workspace for enhanced tracking.
  • Update Info Notification for Admins: Ensures administrators receive immediate updates upon login, keeping them informed of the latest changes and system statuses.
Fixed
  • 🗑️ Temporary File Handling On Windows: Fixed an issue causing errors when accessing a temporary file being used by another process, Tools & Functions should now work as intended.
  • 🔓 Authentication Toggle Issue: Resolved the malfunction where setting 'WEBUI_AUTH=False' did not appropriately disable authentication, ensuring that user experience and system security settings function as configured.
  • 🔧 Save As Copy Issue for Many Model Chats: Resolved an error preventing users from save messages as copies in many model chats.
  • 🔒 Sidebar Closure on Mobile: Resolved an issue where the mobile sidebar remained open after menu engagement, improving user interface responsivity and comfort.
  • 🛡️ Tooltip XSS Vulnerability: Resolved a cross-site scripting (XSS) issue within tooltips, ensuring enhanced security and data integrity during user interactions.
Changed
  • ↩️ Deprecated Interface Stream Response Settings: Moved to advanced parameters to streamline interface settings and enhance user clarity.
  • ⚙️ Renamed 'speedRate' to 'playbackRate': Standardizes terminology, improving usability and understanding in media settings.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​JamesClarke7283, @​jannikstdl, @​EtiennePerot, @​sebdanielsson, @​cevheri, @​kivvi3412, @​Fusseldieb, @​microdev1

🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@​digitalbrainowners, @​lukepiette, @​arcee-ai, @​roosi-gmbh, @​calabresefrj, @​mushmax, @​rndmcnlly, @​HuaMedicineLLM, @​GenieDev101, @​PortlandKyGuy

v0.3.24

Compare Source

Added
  • 🚀 Rendering Optimization: Significantly improved message rendering performance, enhancing user experience and webui responsiveness.
  • 💖 Favorite Response Feature in Chat Overview: Users can now mark responses as favorite directly from the chat overview, enhancing ease of retrieval and organization of preferred responses.
  • 💬 Create Message Pairs with Shortcut: Implemented creation of new message pairs using Cmd/Ctrl+Shift+Enter, making conversation editing faster and more intuitive.
  • 🌍 Expanded User Prompt Variables: Added weekday, timezone, and language information variables to user prompts to match system prompt variables.
  • 🎵 Enhanced Audio Support: Now includes support for 'audio/x-m4a' files, broadening compatibility with audio content within the platform.
  • 🔏 Model URL Search Parameter: Added an ability to select a model directly via URL parameters, streamlining navigation and model access.
  • 📄 Enhanced PDF Citations: PDF citations now open at the associated page, streamlining reference checks and document handling.
  • 🔧Use of Redis in Sockets: Enhanced socket implementation to fully support Redis, enabling effective stateless instances suitable for scalable load balancing.
  • 🌍 Stream Individual Model Responses: Allows specific models to have individualized streaming settings, enhancing performance and customization.
  • 🕒 Display Model Hash and Last Modified Timestamp for Ollama Models: Provides critical model details directly in the Models workspace for enhanced tracking.
  • Update Info Notification for Admins: Ensures administrators receive immediate updates upon login, keeping them informed of the latest changes and system statuses.
Fixed
  • 🗑️ Temporary File Handling On Windows: Fixed an issue causing errors when accessing a temporary file being used by another process, Tools & Functions should now work as intended.
  • 🔓 Authentication Toggle Issue: Resolved the malfunction where setting 'WEBUI_AUTH=False' did not appropriately disable authentication, ensuring that user experience and system security settings function as configured.
  • 🔧 Save As Copy Issue for Many Model Chats: Resolved an error preventing users from save messages as copies in many model chats.
  • 🔒 Sidebar Closure on Mobile: Resolved an issue where the mobile sidebar remained open after menu engagement, improving user interface responsivity and comfort.
  • 🛡️ Tooltip XSS Vulnerability: Resolved a cross-site scripting (XSS) issue within tooltips, ensuring enhanced security and data integrity during user interactions.
Changed
  • ↩️ Deprecated Interface Stream Response Settings: Moved to advanced parameters to streamline interface settings and enhance user clarity.
  • ⚙️ Renamed 'speedRate' to 'playbackRate': Standardizes terminology, improving usability and understanding in media settings.

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.23` -> `0.3.26` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.26`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0326---2024-09-24) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.26...v0.3.26) ##### Fixed - **🔄 Event Loop Error Resolution**: Addressed a critical error where a missing running event loop caused 'periodic_usage_pool_cleanup' to fail with pip installs. This fix ensures smoother and more reliable updates and installations, enhancing overall system stability. ### [`v0.3.26`](https://github.com/open-webui/open-webui/releases/tag/v0.3.26) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.25...v0.3.26) #### \[0.3.26] - 2024-09-24 ##### Fixed - **🔄 Event Loop Error Resolution**: Addressed a critical error where a missing running event loop caused 'periodic_usage_pool_cleanup' to fail with pip installs. This fix ensures smoother and more reliable updates and installations, enhancing overall system stability. ### [`v0.3.25`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0325---2024-09-24) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.25...v0.3.25) ##### Fixed - **🖼️ Image Generation Functionality**: Resolved an issue where image generation was not functioning, restoring full capability for visual content creation. - **⚖️ Rate Response Corrections**: Addressed a problem where rate responses were not working, ensuring reliable feedback mechanisms are operational. ### [`v0.3.25`](https://github.com/open-webui/open-webui/releases/tag/v0.3.25) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.24...v0.3.25) #### \[0.3.25] - 2024-09-24 ##### Fixed - **🖼️ Image Generation Functionality**: Resolved an issue where image generation was not functioning, restoring full capability for visual content creation. - **⚖️ Rate Response Corrections**: Addressed a problem where rate responses were not working, ensuring reliable feedback mechanisms are operational. ### [`v0.3.24`](https://github.com/open-webui/open-webui/releases/tag/v0.3.24) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.24...v0.3.24) #### \[0.3.24] - 2024-09-24 ##### Added - **🚀 Rendering Optimization**: Significantly improved message rendering performance, enhancing user experience and webui responsiveness. - **💖 Favorite Response Feature in Chat Overview**: Users can now mark responses as favorite directly from the chat overview, enhancing ease of retrieval and organization of preferred responses. - **💬 Create Message Pairs with Shortcut**: Implemented creation of new message pairs using Cmd/Ctrl+Shift+Enter, making conversation editing faster and more intuitive. - **🌍 Expanded User Prompt Variables**: Added weekday, timezone, and language information variables to user prompts to match system prompt variables. - **🎵 Enhanced Audio Support**: Now includes support for 'audio/x-m4a' files, broadening compatibility with audio content within the platform. - **🔏 Model URL Search Parameter**: Added an ability to select a model directly via URL parameters, streamlining navigation and model access. - **📄 Enhanced PDF Citations**: PDF citations now open at the associated page, streamlining reference checks and document handling. - **🔧Use of Redis in Sockets**: Enhanced socket implementation to fully support Redis, enabling effective stateless instances suitable for scalable load balancing. - **🌍 Stream Individual Model Responses**: Allows specific models to have individualized streaming settings, enhancing performance and customization. - **🕒 Display Model Hash and Last Modified Timestamp for Ollama Models**: Provides critical model details directly in the Models workspace for enhanced tracking. - **❗ Update Info Notification for Admins**: Ensures administrators receive immediate updates upon login, keeping them informed of the latest changes and system statuses. ##### Fixed - **🗑️ Temporary File Handling On Windows**: Fixed an issue causing errors when accessing a temporary file being used by another process, Tools & Functions should now work as intended. - **🔓 Authentication Toggle Issue**: Resolved the malfunction where setting 'WEBUI_AUTH=False' did not appropriately disable authentication, ensuring that user experience and system security settings function as configured. - **🔧 Save As Copy Issue for Many Model Chats**: Resolved an error preventing users from save messages as copies in many model chats. - **🔒 Sidebar Closure on Mobile**: Resolved an issue where the mobile sidebar remained open after menu engagement, improving user interface responsivity and comfort. - **🛡️ Tooltip XSS Vulnerability**: Resolved a cross-site scripting (XSS) issue within tooltips, ensuring enhanced security and data integrity during user interactions. ##### Changed - **↩️ Deprecated Interface Stream Response Settings**: Moved to advanced parameters to streamline interface settings and enhance user clarity. - **⚙️ Renamed 'speedRate' to 'playbackRate'**: Standardizes terminology, improving usability and understanding in media settings. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;JamesClarke7283](https://github.com/JamesClarke7283), [@&#8203;jannikstdl](https://github.com/jannikstdl), [@&#8203;EtiennePerot](https://github.com/EtiennePerot), [@&#8203;sebdanielsson](https://github.com/sebdanielsson), [@&#8203;cevheri](https://github.com/cevheri), [@&#8203;kivvi3412](https://github.com/kivvi3412), [@&#8203;Fusseldieb](https://github.com/Fusseldieb), [@&#8203;microdev1](https://github.com/microdev1) 🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!): [@&#8203;digitalbrainowners](https://github.com/digitalbrainowners), [@&#8203;lukepiette](https://github.com/lukepiette), [@&#8203;arcee-ai](https://github.com/arcee-ai), [@&#8203;roosi-gmbh](https://github.com/roosi-gmbh), [@&#8203;calabresefrj](https://github.com/calabresefrj), [@&#8203;mushmax](https://github.com/mushmax), [@&#8203;rndmcnlly](https://github.com/rndmcnlly), [@&#8203;HuaMedicineLLM](https://github.com/HuaMedicineLLM), [@&#8203;GenieDev101](https://github.com/GenieDev101), [@&#8203;PortlandKyGuy](https://github.com/PortlandKyGuy) ### [`v0.3.24`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0324---2024-09-24) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.23...v0.3.24) ##### Added - **🚀 Rendering Optimization**: Significantly improved message rendering performance, enhancing user experience and webui responsiveness. - **💖 Favorite Response Feature in Chat Overview**: Users can now mark responses as favorite directly from the chat overview, enhancing ease of retrieval and organization of preferred responses. - **💬 Create Message Pairs with Shortcut**: Implemented creation of new message pairs using Cmd/Ctrl+Shift+Enter, making conversation editing faster and more intuitive. - **🌍 Expanded User Prompt Variables**: Added weekday, timezone, and language information variables to user prompts to match system prompt variables. - **🎵 Enhanced Audio Support**: Now includes support for 'audio/x-m4a' files, broadening compatibility with audio content within the platform. - **🔏 Model URL Search Parameter**: Added an ability to select a model directly via URL parameters, streamlining navigation and model access. - **📄 Enhanced PDF Citations**: PDF citations now open at the associated page, streamlining reference checks and document handling. - **🔧Use of Redis in Sockets**: Enhanced socket implementation to fully support Redis, enabling effective stateless instances suitable for scalable load balancing. - **🌍 Stream Individual Model Responses**: Allows specific models to have individualized streaming settings, enhancing performance and customization. - **🕒 Display Model Hash and Last Modified Timestamp for Ollama Models**: Provides critical model details directly in the Models workspace for enhanced tracking. - **❗ Update Info Notification for Admins**: Ensures administrators receive immediate updates upon login, keeping them informed of the latest changes and system statuses. ##### Fixed - **🗑️ Temporary File Handling On Windows**: Fixed an issue causing errors when accessing a temporary file being used by another process, Tools & Functions should now work as intended. - **🔓 Authentication Toggle Issue**: Resolved the malfunction where setting 'WEBUI_AUTH=False' did not appropriately disable authentication, ensuring that user experience and system security settings function as configured. - **🔧 Save As Copy Issue for Many Model Chats**: Resolved an error preventing users from save messages as copies in many model chats. - **🔒 Sidebar Closure on Mobile**: Resolved an issue where the mobile sidebar remained open after menu engagement, improving user interface responsivity and comfort. - **🛡️ Tooltip XSS Vulnerability**: Resolved a cross-site scripting (XSS) issue within tooltips, ensuring enhanced security and data integrity during user interactions. ##### Changed - **↩️ Deprecated Interface Stream Response Settings**: Moved to advanced parameters to streamline interface settings and enhance user clarity. - **⚙️ Renamed 'speedRate' to 'playbackRate'**: Standardizes terminology, improving usability and understanding in media settings. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45My4wIiwidXBkYXRlZEluVmVyIjoiMzguOTMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2024-09-24 10:00:33 -04:00
⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.26
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Successful in 55s
1a80345ff9
mafyuh merged commit 1a80345ff9 into main 2024-09-24 10:02:30 -04:00
mafyuh deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-09-24 10:02:30 -04:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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#216
No description provided.