Update ghcr.io/open-webui/open-webui Docker tag to v0.3.16 #565

Merged
jahanson merged 1 commit from renovate/ghcr.io-open-webui-open-webui-0.x into main 2024-08-27 12:05:55 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui patch v0.3.15 -> v0.3.16

Release Notes

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

v0.3.16

Compare Source

[0.3.16] - 2024-08-27

Added
  • 🚀 Config DB Migration: Migrated configuration handling from config.json to the database, enabling high-availability setups and load balancing across multiple Open WebUI instances.
  • 🔗 Call Mode Activation via URL: Added a 'call=true' URL search parameter enabling direct shortcuts to activate call mode, enhancing user interaction on mobile devices.
  • TTS Content Control: Added functionality to control how message content is segmented for Text-to-Speech (TTS) generation requests, allowing for more flexible speech output options.
  • 😄 Show Knowledge Search Status: Enhanced model usage transparency by displaying status when working with knowledge-augmented models, helping users understand the system's state during queries.
  • 👆 Click-to-Copy for Codespan: Enhanced interactive experience in the WebUI by allowing users to click to copy content from code spans directly.
  • 🚫 API User Blocking via Model Filter: Introduced the ability to block API users based on customized model filters, enhancing security and control over API access.
  • 🎬 Call Overlay Styling: Adjusted call overlay styling on large screens to not cover the entire interface, but only the chat control area, for a more unobtrusive interaction experience.
Fixed
  • 🔧 LaTeX Rendering Issue: Addressed an issue that affected the correct rendering of LaTeX.
  • 📁 File Leak Prevention: Resolved the issue of uploaded files mistakenly being accessible across user chats.
  • 🔧 Pipe Functions with 'files' Param: Fixed issues with 'files' parameter not functioning correctly in pipe functions.
  • 📝 Markdown Processing for RAG: Fixed issues with processing Markdown in files.
  • 🚫 Duplicate System Prompts: Fixed bugs causing system prompts to duplicate.
Changed
  • 🔋 Wakelock Permission: Optimized the activation of wakelock to only engage during call mode, conserving device resources and improving battery performance during idle periods.
  • 🔍 Content-Type for Ollama Chats: Added 'application/x-ndjson' content-type to '/api/chat' endpoint responses to match raw Ollama responses.
  • Disable Signups Conditionally: Implemented conditional logic to disable sign-ups when 'ENABLE_LOGIN_FORM' is set to false.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​Peter-De-Ath, @​michaelpoluektov, @​jannikstdl, @​zhaofengli, @​dependabot[bot], @​kiosion, @​KarlLee830, @​aleixdorca, @​0xThresh, @​que-nguyen, @​Yanyutin753

🚀 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, @​Jkintree2, @​lukepiette, @​roosi-gmbh, @​Trabing, @​Razgaleh, @​calabresefrj, @​mushmax, @​rndmcnlly, @​GenieDev101, @​Lance1101, @​awaliuddin, @​PortlandKyGuy

v0.3.16

Compare Source

Added
  • 🚀 Config DB Migration: Migrated configuration handling from config.json to the database, enabling high-availability setups and load balancing across multiple Open WebUI instances.
  • 🔗 Call Mode Activation via URL: Added a 'call=true' URL search parameter enabling direct shortcuts to activate call mode, enhancing user interaction on mobile devices.
  • TTS Content Control: Added functionality to control how message content is segmented for Text-to-Speech (TTS) generation requests, allowing for more flexible speech output options.
  • 😄 Show Knowledge Search Status: Enhanced model usage transparency by displaying status when working with knowledge-augmented models, helping users understand the system's state during queries.
  • 👆 Click-to-Copy for Codespan: Enhanced interactive experience in the WebUI by allowing users to click to copy content from code spans directly.
  • 🚫 API User Blocking via Model Filter: Introduced the ability to block API users based on customized model filters, enhancing security and control over API access.
  • 🎬 Call Overlay Styling: Adjusted call overlay styling on large screens to not cover the entire interface, but only the chat control area, for a more unobtrusive interaction experience.
Fixed
  • 🔧 LaTeX Rendering Issue: Addressed an issue that affected the correct rendering of LaTeX.
  • 📁 File Leak Prevention: Resolved the issue of uploaded files mistakenly being accessible across user chats.
  • 🔧 Pipe Functions with 'files' Param: Fixed issues with 'files' parameter not functioning correctly in pipe functions.
  • 📝 Markdown Processing for RAG: Fixed issues with processing Markdown in files.
  • 🚫 Duplicate System Prompts: Fixed bugs causing system prompts to duplicate.
Changed
  • 🔋 Wakelock Permission: Optimized the activation of wakelock to only engage during call mode, conserving device resources and improving battery performance during idle periods.
  • 🔍 Content-Type for Ollama Chats: Added 'application/x-ndjson' content-type to '/api/chat' endpoint responses to match raw Ollama responses.
  • Disable Signups Conditionally: Implemented conditional logic to disable sign-ups when 'ENABLE_LOGIN_FORM' is set to false.

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) | patch | `v0.3.15` -> `v0.3.16` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.16`](https://github.com/open-webui/open-webui/releases/tag/v0.3.16) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.16...v0.3.16) #### \[0.3.16] - 2024-08-27 ##### Added - **🚀 Config DB Migration**: Migrated configuration handling from config.json to the database, enabling high-availability setups and load balancing across multiple Open WebUI instances. - **🔗 Call Mode Activation via URL**: Added a 'call=true' URL search parameter enabling direct shortcuts to activate call mode, enhancing user interaction on mobile devices. - **✨ TTS Content Control**: Added functionality to control how message content is segmented for Text-to-Speech (TTS) generation requests, allowing for more flexible speech output options. - **😄 Show Knowledge Search Status**: Enhanced model usage transparency by displaying status when working with knowledge-augmented models, helping users understand the system's state during queries. - **👆 Click-to-Copy for Codespan**: Enhanced interactive experience in the WebUI by allowing users to click to copy content from code spans directly. - **🚫 API User Blocking via Model Filter**: Introduced the ability to block API users based on customized model filters, enhancing security and control over API access. - **🎬 Call Overlay Styling**: Adjusted call overlay styling on large screens to not cover the entire interface, but only the chat control area, for a more unobtrusive interaction experience. ##### Fixed - **🔧 LaTeX Rendering Issue**: Addressed an issue that affected the correct rendering of LaTeX. - **📁 File Leak Prevention**: Resolved the issue of uploaded files mistakenly being accessible across user chats. - **🔧 Pipe Functions with '**files**' Param**: Fixed issues with '**files**' parameter not functioning correctly in pipe functions. - **📝 Markdown Processing for RAG**: Fixed issues with processing Markdown in files. - **🚫 Duplicate System Prompts**: Fixed bugs causing system prompts to duplicate. ##### Changed - **🔋 Wakelock Permission**: Optimized the activation of wakelock to only engage during call mode, conserving device resources and improving battery performance during idle periods. - **🔍 Content-Type for Ollama Chats**: Added 'application/x-ndjson' content-type to '/api/chat' endpoint responses to match raw Ollama responses. - **✋ Disable Signups Conditionally**: Implemented conditional logic to disable sign-ups when 'ENABLE_LOGIN_FORM' is set to false. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;Peter-De-Ath](https://github.com/Peter-De-Ath), [@&#8203;michaelpoluektov](https://github.com/michaelpoluektov), [@&#8203;jannikstdl](https://github.com/jannikstdl), [@&#8203;zhaofengli](https://github.com/zhaofengli), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;kiosion](https://github.com/kiosion), [@&#8203;KarlLee830](https://github.com/KarlLee830), [@&#8203;aleixdorca](https://github.com/aleixdorca), [@&#8203;0xThresh](https://github.com/0xThresh), [@&#8203;que-nguyen](https://github.com/que-nguyen), [@&#8203;Yanyutin753](https://github.com/Yanyutin753) 🚀 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;Jkintree2](https://github.com/Jkintree2), [@&#8203;lukepiette](https://github.com/lukepiette), [@&#8203;roosi-gmbh](https://github.com/roosi-gmbh), [@&#8203;Trabing](https://github.com/Trabing), [@&#8203;Razgaleh](https://github.com/Razgaleh), [@&#8203;calabresefrj](https://github.com/calabresefrj), [@&#8203;mushmax](https://github.com/mushmax), [@&#8203;rndmcnlly](https://github.com/rndmcnlly), [@&#8203;GenieDev101](https://github.com/GenieDev101), [@&#8203;Lance1101](https://github.com/Lance1101), [@&#8203;awaliuddin](https://github.com/awaliuddin), [@&#8203;PortlandKyGuy](https://github.com/PortlandKyGuy) ### [`v0.3.16`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0316---2024-08-27) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.15...v0.3.16) ##### Added - **🚀 Config DB Migration**: Migrated configuration handling from config.json to the database, enabling high-availability setups and load balancing across multiple Open WebUI instances. - **🔗 Call Mode Activation via URL**: Added a 'call=true' URL search parameter enabling direct shortcuts to activate call mode, enhancing user interaction on mobile devices. - **✨ TTS Content Control**: Added functionality to control how message content is segmented for Text-to-Speech (TTS) generation requests, allowing for more flexible speech output options. - **😄 Show Knowledge Search Status**: Enhanced model usage transparency by displaying status when working with knowledge-augmented models, helping users understand the system's state during queries. - **👆 Click-to-Copy for Codespan**: Enhanced interactive experience in the WebUI by allowing users to click to copy content from code spans directly. - **🚫 API User Blocking via Model Filter**: Introduced the ability to block API users based on customized model filters, enhancing security and control over API access. - **🎬 Call Overlay Styling**: Adjusted call overlay styling on large screens to not cover the entire interface, but only the chat control area, for a more unobtrusive interaction experience. ##### Fixed - **🔧 LaTeX Rendering Issue**: Addressed an issue that affected the correct rendering of LaTeX. - **📁 File Leak Prevention**: Resolved the issue of uploaded files mistakenly being accessible across user chats. - **🔧 Pipe Functions with '**files**' Param**: Fixed issues with '**files**' parameter not functioning correctly in pipe functions. - **📝 Markdown Processing for RAG**: Fixed issues with processing Markdown in files. - **🚫 Duplicate System Prompts**: Fixed bugs causing system prompts to duplicate. ##### Changed - **🔋 Wakelock Permission**: Optimized the activation of wakelock to only engage during call mode, conserving device resources and improving battery performance during idle periods. - **🔍 Content-Type for Ollama Chats**: Added 'application/x-ndjson' content-type to '/api/chat' endpoint responses to match raw Ollama responses. - **✋ Disable Signups Conditionally**: Implemented conditional logic to disable sign-ups when 'ENABLE_LOGIN_FORM' is set to false. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41NS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
smeagol-help added 1 commit 2024-08-27 12:02:42 -05:00
jahanson merged commit 51bb105937 into main 2024-08-27 12:05:55 -05:00
jahanson deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-08-27 12:05:55 -05:00
Sign in to join this conversation.
No reviewers
No labels
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: jahanson/theshire#565
No description provided.