⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.13 #106

Merged
mafyuh merged 2 commits from renovate/ghcr.io-open-webui-open-webui-0.x into main 2024-08-20 17:37:20 -04:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v0.3.13

Compare Source

[0.3.13] - 2024-08-14

Added
  • 🎨 Enhanced Markdown Rendering: Significant improvements in rendering markdown, ensuring smooth and reliable display of LaTeX and Mermaid charts, enhancing user experience with more robust visual content.
  • 🔄 Auto-Install Tools & Functions Python Dependencies: For 'Tools' and 'Functions', Open WebUI now automatically install extra python requirements specified in the frontmatter, streamlining setup processes and customization.
  • 🌀 OAuth Email Claim Customization: Introduced an 'OAUTH_EMAIL_CLAIM' variable to allow customization of the default "email" claim within OAuth configurations, providing greater flexibility in authentication processes.
  • 📶 Websocket Reconnection: Enhanced reliability with the capability to automatically reconnect when a websocket is closed, ensuring consistent and stable communication.
  • 🤳 Haptic Feedback on Support Devices: Android devices now support haptic feedback for an immersive tactile experience during certain interactions.
Fixed
  • 🛠️ ComfyUI Performance Improvement: Addressed an issue causing FastAPI to stall when ComfyUI image generation was active; now runs in a separate thread to prevent UI unresponsiveness.
  • 🔀 Session Handling: Fixed an issue mandating session_id on client-side to ensure smoother session management and transitions.
  • 🖋️ Minor Bug Fixes and Format Corrections: Various minor fixes including typo corrections, backend formatting improvements, and test amendments enhancing overall system stability and performance.
Changed
  • 🚀 Migration to SvelteKit 2: Upgraded the underlying framework to SvelteKit version 2, offering enhanced speed, better code structure, and improved deployment capabilities.
  • 🧹 General Cleanup and Refactoring: Performed broad cleanup and refactoring across the platform, improving code efficiency and maintaining high standards of code health.
  • 🚧 Integration Testing Improvements: Modified how Cypress integration tests detect chat messages and updated sharing tests for better reliability and accuracy.
  • 📁 Standardized '.safetensors' File Extension: Renamed the '.sft' file extension to '.safetensors' for ComfyUI workflows, standardizing file formats across the platform.
Removed
  • 🗑️ Deprecated Frontend Functions: Removed frontend functions that were migrated to backend to declutter the codebase and reduce redundancy.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​aleixdorca, @​cheahjs, @​JTHesse, @​candidosales, @​cdgco, @​5E-324, @​OriginalSimon, @​Nowheresly, @​dependabot[bot], @​JohnTheNerd, @​alexandregodard, @​simonaszilinskas, @​michaelpoluektov, @​KarlLee830, @​saimanikanta1992

🚀 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, @​GenieDev101, @​Lance1101, @​awaliuddin, @​PortlandKyGuy

v0.3.13

Compare Source

Added
  • 🎨 Enhanced Markdown Rendering: Significant improvements in rendering markdown, ensuring smooth and reliable display of LaTeX and Mermaid charts, enhancing user experience with more robust visual content.
  • 🔄 Auto-Install Tools & Functions Python Dependencies: For 'Tools' and 'Functions', Open WebUI now automatically install extra python requirements specified in the frontmatter, streamlining setup processes and customization.
  • 🌀 OAuth Email Claim Customization: Introduced an 'OAUTH_EMAIL_CLAIM' variable to allow customization of the default "email" claim within OAuth configurations, providing greater flexibility in authentication processes.
  • 📶 Websocket Reconnection: Enhanced reliability with the capability to automatically reconnect when a websocket is closed, ensuring consistent and stable communication.
  • 🤳 Haptic Feedback on Support Devices: Android devices now support haptic feedback for an immersive tactile experience during certain interactions.
Fixed
  • 🛠️ ComfyUI Performance Improvement: Addressed an issue causing FastAPI to stall when ComfyUI image generation was active; now runs in a separate thread to prevent UI unresponsiveness.
  • 🔀 Session Handling: Fixed an issue mandating session_id on client-side to ensure smoother session management and transitions.
  • 🖋️ Minor Bug Fixes and Format Corrections: Various minor fixes including typo corrections, backend formatting improvements, and test amendments enhancing overall system stability and performance.
Changed
  • 🚀 Migration to SvelteKit 2: Upgraded the underlying framework to SvelteKit version 2, offering enhanced speed, better code structure, and improved deployment capabilities.
  • 🧹 General Cleanup and Refactoring: Performed broad cleanup and refactoring across the platform, improving code efficiency and maintaining high standards of code health.
  • 🚧 Integration Testing Improvements: Modified how Cypress integration tests detect chat messages and updated sharing tests for better reliability and accuracy.
  • 📁 Standardized '.safetensors' File Extension: Renamed the '.sft' file extension to '.safetensors' for ComfyUI workflows, standardizing file formats across the platform.
Removed
  • 🗑️ Deprecated Frontend Functions: Removed frontend functions that were migrated to backend to declutter the codebase and reduce redundancy.

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.12` -> `v0.3.13` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.13`](https://github.com/open-webui/open-webui/releases/tag/v0.3.13) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.13...v0.3.13) #### \[0.3.13] - 2024-08-14 ##### Added - **🎨 Enhanced Markdown Rendering**: Significant improvements in rendering markdown, ensuring smooth and reliable display of LaTeX and Mermaid charts, enhancing user experience with more robust visual content. - **🔄 Auto-Install Tools & Functions Python Dependencies**: For 'Tools' and 'Functions', Open WebUI now automatically install extra python requirements specified in the frontmatter, streamlining setup processes and customization. - **🌀 OAuth Email Claim Customization**: Introduced an 'OAUTH_EMAIL_CLAIM' variable to allow customization of the default "email" claim within OAuth configurations, providing greater flexibility in authentication processes. - **📶 Websocket Reconnection**: Enhanced reliability with the capability to automatically reconnect when a websocket is closed, ensuring consistent and stable communication. - **🤳 Haptic Feedback on Support Devices**: Android devices now support haptic feedback for an immersive tactile experience during certain interactions. ##### Fixed - **🛠️ ComfyUI Performance Improvement**: Addressed an issue causing FastAPI to stall when ComfyUI image generation was active; now runs in a separate thread to prevent UI unresponsiveness. - **🔀 Session Handling**: Fixed an issue mandating session_id on client-side to ensure smoother session management and transitions. - **🖋️ Minor Bug Fixes and Format Corrections**: Various minor fixes including typo corrections, backend formatting improvements, and test amendments enhancing overall system stability and performance. ##### Changed - **🚀 Migration to SvelteKit 2**: Upgraded the underlying framework to SvelteKit version 2, offering enhanced speed, better code structure, and improved deployment capabilities. - **🧹 General Cleanup and Refactoring**: Performed broad cleanup and refactoring across the platform, improving code efficiency and maintaining high standards of code health. - **🚧 Integration Testing Improvements**: Modified how Cypress integration tests detect chat messages and updated sharing tests for better reliability and accuracy. - **📁 Standardized '.safetensors' File Extension**: Renamed the '.sft' file extension to '.safetensors' for ComfyUI workflows, standardizing file formats across the platform. ##### Removed - **🗑️ Deprecated Frontend Functions**: Removed frontend functions that were migrated to backend to declutter the codebase and reduce redundancy. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;aleixdorca](https://github.com/aleixdorca), [@&#8203;cheahjs](https://github.com/cheahjs), [@&#8203;JTHesse](https://github.com/JTHesse), [@&#8203;candidosales](https://github.com/candidosales), [@&#8203;cdgco](https://github.com/cdgco), [@&#8203;5E-324](https://github.com/5E-324), [@&#8203;OriginalSimon](https://github.com/OriginalSimon), [@&#8203;Nowheresly](https://github.com/Nowheresly), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;JohnTheNerd](https://github.com/JohnTheNerd), [@&#8203;alexandregodard](https://github.com/alexandregodard), [@&#8203;simonaszilinskas](https://github.com/simonaszilinskas), [@&#8203;michaelpoluektov](https://github.com/michaelpoluektov), [@&#8203;KarlLee830](https://github.com/KarlLee830), [@&#8203;saimanikanta1992](https://github.com/saimanikanta1992) 🚀 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;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.13`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0313---2024-08-14) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.12...v0.3.13) ##### Added - **🎨 Enhanced Markdown Rendering**: Significant improvements in rendering markdown, ensuring smooth and reliable display of LaTeX and Mermaid charts, enhancing user experience with more robust visual content. - **🔄 Auto-Install Tools & Functions Python Dependencies**: For 'Tools' and 'Functions', Open WebUI now automatically install extra python requirements specified in the frontmatter, streamlining setup processes and customization. - **🌀 OAuth Email Claim Customization**: Introduced an 'OAUTH_EMAIL_CLAIM' variable to allow customization of the default "email" claim within OAuth configurations, providing greater flexibility in authentication processes. - **📶 Websocket Reconnection**: Enhanced reliability with the capability to automatically reconnect when a websocket is closed, ensuring consistent and stable communication. - **🤳 Haptic Feedback on Support Devices**: Android devices now support haptic feedback for an immersive tactile experience during certain interactions. ##### Fixed - **🛠️ ComfyUI Performance Improvement**: Addressed an issue causing FastAPI to stall when ComfyUI image generation was active; now runs in a separate thread to prevent UI unresponsiveness. - **🔀 Session Handling**: Fixed an issue mandating session_id on client-side to ensure smoother session management and transitions. - **🖋️ Minor Bug Fixes and Format Corrections**: Various minor fixes including typo corrections, backend formatting improvements, and test amendments enhancing overall system stability and performance. ##### Changed - **🚀 Migration to SvelteKit 2**: Upgraded the underlying framework to SvelteKit version 2, offering enhanced speed, better code structure, and improved deployment capabilities. - **🧹 General Cleanup and Refactoring**: Performed broad cleanup and refactoring across the platform, improving code efficiency and maintaining high standards of code health. - **🚧 Integration Testing Improvements**: Modified how Cypress integration tests detect chat messages and updated sharing tests for better reliability and accuracy. - **📁 Standardized '.safetensors' File Extension**: Renamed the '.sft' file extension to '.safetensors' for ComfyUI workflows, standardizing file formats across the platform. ##### Removed - **🗑️ Deprecated Frontend Functions**: Removed frontend functions that were migrated to backend to declutter the codebase and reduce redundancy. </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-08-14 16:01:21 -04:00
⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.13
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
895b506282
mafyuh added 1 commit 2024-08-20 17:37:11 -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 9s
Deploy to Hosts / deploy (pull_request) Successful in 52s
651df2a7c7
mafyuh merged commit 5ffad76523 into main 2024-08-20 17:37:20 -04:00
mafyuh deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-08-20 17:37:20 -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#106
No description provided.