⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.12 #78

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

This PR contains the following updates:

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

Release Notes

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

v0.3.12

Compare Source

[0.3.12] - 2024-08-07

Added
  • 🔄 Sidebar Infinite Scroll: Added an infinite scroll feature in the sidebar for more efficient chat navigation, reducing load times and enhancing user experience.
  • 🚀 Enhanced Markdown Rendering: Support for rendering all code blocks and making images clickable for preview; codespan styling is also enhanced to improve readability and user interaction.
  • 🔒 Admin Shared Chat Visibility: Admins no longer have default visibility over shared chats when ENABLE_ADMIN_CHAT_ACCESS is set to false, tightening security and privacy settings for users.
  • 🌍 Language Updates: Added Malay (Bahasa Malaysia) translation and updated Catalan and Traditional Chinese translations to improve accessibility for more users.
Fixed
  • 📊 Markdown Rendering Issues: Resolved issues with markdown rendering to ensure consistent and correct display across components.
  • 🛠️ Styling Issues: Multiple fixes applied to styling throughout the application, improving the overall visual experience and interface consistency.
  • 🗃️ Modal Handling: Fixed an issue where modals were not closing correctly in various model chat scenarios, enhancing usability and interface reliability.
  • 📄 Missing OpenAI Usage Information: Resolved issues where usage statistics for OpenAI services were not being correctly displayed, ensuring users have access to crucial data for managing and monitoring their API consumption.
  • 🔧 Non-Streaming Support for Functions Plugin: Fixed a functionality issue with the Functions plugin where non-streaming operations were not functioning as intended, restoring full capabilities for async and sync integration within the platform.
  • 🔄 Environment Variable Type Correction (COMFYUI_FLUX_FP8_CLIP): Corrected the data type of the 'COMFYUI_FLUX_FP8_CLIP' environment variable from string to boolean, ensuring environment settings apply correctly and enhance configuration management.
Changed
  • 🔧 Backend Dependency Updates: Updated several backend dependencies such as boto3, pypdf, python-pptx, validators, and black, ensuring up-to-date security and performance optimizations.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​thearyadev, @​cheahjs, @​aleixdorca, @​Yanyutin753, @​JohnTheNerd, @​michaelpoluektov, @​amirsubhi, @​justinh-rahb, @​silentoplayz

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

v0.3.12

Compare Source

Added
  • 🔄 Sidebar Infinite Scroll: Added an infinite scroll feature in the sidebar for more efficient chat navigation, reducing load times and enhancing user experience.
  • 🚀 Enhanced Markdown Rendering: Support for rendering all code blocks and making images clickable for preview; codespan styling is also enhanced to improve readability and user interaction.
  • 🔒 Admin Shared Chat Visibility: Admins no longer have default visibility over shared chats when ENABLE_ADMIN_CHAT_ACCESS is set to false, tightening security and privacy settings for users.
  • 🌍 Language Updates: Added Malay (Bahasa Malaysia) translation and updated Catalan and Traditional Chinese translations to improve accessibility for more users.
Fixed
  • 📊 Markdown Rendering Issues: Resolved issues with markdown rendering to ensure consistent and correct display across components.
  • 🛠️ Styling Issues: Multiple fixes applied to styling throughout the application, improving the overall visual experience and interface consistency.
  • 🗃️ Modal Handling: Fixed an issue where modals were not closing correctly in various model chat scenarios, enhancing usability and interface reliability.
  • 📄 Missing OpenAI Usage Information: Resolved issues where usage statistics for OpenAI services were not being correctly displayed, ensuring users have access to crucial data for managing and monitoring their API consumption.
  • 🔧 Non-Streaming Support for Functions Plugin: Fixed a functionality issue with the Functions plugin where non-streaming operations were not functioning as intended, restoring full capabilities for async and sync integration within the platform.
  • 🔄 Environment Variable Type Correction (COMFYUI_FLUX_FP8_CLIP): Corrected the data type of the 'COMFYUI_FLUX_FP8_CLIP' environment variable from string to boolean, ensuring environment settings apply correctly and enhance configuration management.
Changed
  • 🔧 Backend Dependency Updates: Updated several backend dependencies such as boto3, pypdf, python-pptx, validators, and black, ensuring up-to-date security and performance optimizations.

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.11` -> `v0.3.12` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.12`](https://github.com/open-webui/open-webui/releases/tag/v0.3.12) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.12...v0.3.12) #### \[0.3.12] - 2024-08-07 ##### Added - **🔄 Sidebar Infinite Scroll**: Added an infinite scroll feature in the sidebar for more efficient chat navigation, reducing load times and enhancing user experience. - **🚀 Enhanced Markdown Rendering**: Support for rendering all code blocks and making images clickable for preview; codespan styling is also enhanced to improve readability and user interaction. - **🔒 Admin Shared Chat Visibility**: Admins no longer have default visibility over shared chats when ENABLE_ADMIN_CHAT_ACCESS is set to false, tightening security and privacy settings for users. - **🌍 Language Updates**: Added Malay (Bahasa Malaysia) translation and updated Catalan and Traditional Chinese translations to improve accessibility for more users. ##### Fixed - **📊 Markdown Rendering Issues**: Resolved issues with markdown rendering to ensure consistent and correct display across components. - **🛠️ Styling Issues**: Multiple fixes applied to styling throughout the application, improving the overall visual experience and interface consistency. - **🗃️ Modal Handling**: Fixed an issue where modals were not closing correctly in various model chat scenarios, enhancing usability and interface reliability. - **📄 Missing OpenAI Usage Information**: Resolved issues where usage statistics for OpenAI services were not being correctly displayed, ensuring users have access to crucial data for managing and monitoring their API consumption. - **🔧 Non-Streaming Support for Functions Plugin**: Fixed a functionality issue with the Functions plugin where non-streaming operations were not functioning as intended, restoring full capabilities for async and sync integration within the platform. - **🔄 Environment Variable Type Correction (COMFYUI_FLUX_FP8\_CLIP)**: Corrected the data type of the 'COMFYUI_FLUX_FP8\_CLIP' environment variable from string to boolean, ensuring environment settings apply correctly and enhance configuration management. ##### Changed - **🔧 Backend Dependency Updates**: Updated several backend dependencies such as boto3, pypdf, python-pptx, validators, and black, ensuring up-to-date security and performance optimizations. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;thearyadev](https://github.com/thearyadev), [@&#8203;cheahjs](https://github.com/cheahjs), [@&#8203;aleixdorca](https://github.com/aleixdorca), [@&#8203;Yanyutin753](https://github.com/Yanyutin753), [@&#8203;JohnTheNerd](https://github.com/JohnTheNerd), [@&#8203;michaelpoluektov](https://github.com/michaelpoluektov), [@&#8203;amirsubhi](https://github.com/amirsubhi), [@&#8203;justinh-rahb](https://github.com/justinh-rahb), [@&#8203;silentoplayz](https://github.com/silentoplayz) 🚀 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;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.12`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0312---2024-08-07) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.11...v0.3.12) ##### Added - **🔄 Sidebar Infinite Scroll**: Added an infinite scroll feature in the sidebar for more efficient chat navigation, reducing load times and enhancing user experience. - **🚀 Enhanced Markdown Rendering**: Support for rendering all code blocks and making images clickable for preview; codespan styling is also enhanced to improve readability and user interaction. - **🔒 Admin Shared Chat Visibility**: Admins no longer have default visibility over shared chats when ENABLE_ADMIN_CHAT_ACCESS is set to false, tightening security and privacy settings for users. - **🌍 Language Updates**: Added Malay (Bahasa Malaysia) translation and updated Catalan and Traditional Chinese translations to improve accessibility for more users. ##### Fixed - **📊 Markdown Rendering Issues**: Resolved issues with markdown rendering to ensure consistent and correct display across components. - **🛠️ Styling Issues**: Multiple fixes applied to styling throughout the application, improving the overall visual experience and interface consistency. - **🗃️ Modal Handling**: Fixed an issue where modals were not closing correctly in various model chat scenarios, enhancing usability and interface reliability. - **📄 Missing OpenAI Usage Information**: Resolved issues where usage statistics for OpenAI services were not being correctly displayed, ensuring users have access to crucial data for managing and monitoring their API consumption. - **🔧 Non-Streaming Support for Functions Plugin**: Fixed a functionality issue with the Functions plugin where non-streaming operations were not functioning as intended, restoring full capabilities for async and sync integration within the platform. - **🔄 Environment Variable Type Correction (COMFYUI_FLUX_FP8\_CLIP)**: Corrected the data type of the 'COMFYUI_FLUX_FP8\_CLIP' environment variable from string to boolean, ensuring environment settings apply correctly and enhance configuration management. ##### Changed - **🔧 Backend Dependency Updates**: Updated several backend dependencies such as boto3, pypdf, python-pptx, validators, and black, ensuring up-to-date security and performance optimizations. </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-07 10:00:35 -04:00
⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.12
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
cc1f187df3
mafyuh added 1 commit 2024-08-07 10:29:42 -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 53s
f568a9c965
mafyuh merged commit dd1fd0c75b into main 2024-08-07 10:30:00 -04:00
mafyuh deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-08-07 10:30:00 -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#78
No description provided.