Update image ghcr.io/open-webui/open-webui to v0.5.2 #1018

Merged
jahanson merged 1 commit from renovate/ghcr.io-open-webui-open-webui-0.x into main 2024-12-28 02:15:20 -06:00
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui minor v0.4.8 -> v0.5.2

Release Notes

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

v0.5.2

Compare Source

[0.5.2] - 2024-12-26

Added
  • 🖊️ Typing Indicators in Channels: Know exactly who’s typing in real-time within your channels, enhancing collaboration and keeping everyone engaged.
  • 👤 User Status Indicators: Quickly view a user’s status by clicking their profile image in channels for better coordination and availability insights.
  • 🔒 Configurable API Key Authentication Restrictions: Flexibly configure endpoint restrictions for API key authentication, now off by default for a smoother setup in trusted environments.
Fixed
  • 🔧 Playground Functionality Restored: Resolved a critical issue where the playground wasn’t working, ensuring seamless experimentation and troubleshooting workflows.
  • 📊 Corrected Ollama Usage Statistics: Fixed a calculation error in Ollama’s usage statistics, providing more accurate tracking and insights for better resource management.
  • 🔗 Pipelines Outlet Hook Registration: Addressed an issue where outlet hooks for pipelines weren’t registered, restoring functionality and consistency in pipeline workflows.
  • 🎨 Image Generation Error: Resolved a persistent issue causing errors with 'get_automatic1111_api_auth()' to ensure smooth image generation workflows.
  • 🎙️ Text-to-Speech Error: Fixed the missing argument in Eleven Labs’ 'get_available_voices()', restoring full text-to-speech capabilities for uninterrupted voice interactions.
  • 🖋️ Title Generation Issue: Fixed a bug where title generation was not working in certain cases, ensuring consistent and reliable chat organization.

v0.5.2

Compare Source

Added
  • 🖊️ Typing Indicators in Channels: Know exactly who’s typing in real-time within your channels, enhancing collaboration and keeping everyone engaged.
  • 👤 User Status Indicators: Quickly view a user’s status by clicking their profile image in channels for better coordination and availability insights.
  • 🔒 Configurable API Key Authentication Restrictions: Flexibly configure endpoint restrictions for API key authentication, now off by default for a smoother setup in trusted environments.
Fixed
  • 🔧 Playground Functionality Restored: Resolved a critical issue where the playground wasn’t working, ensuring seamless experimentation and troubleshooting workflows.
  • 📊 Corrected Ollama Usage Statistics: Fixed a calculation error in Ollama’s usage statistics, providing more accurate tracking and insights for better resource management.
  • 🔗 Pipelines Outlet Hook Registration: Addressed an issue where outlet hooks for pipelines weren’t registered, restoring functionality and consistency in pipeline workflows.
  • 🎨 Image Generation Error: Resolved a persistent issue causing errors with 'get_automatic1111_api_auth()' to ensure smooth image generation workflows.
  • 🎙️ Text-to-Speech Error: Fixed the missing argument in Eleven Labs’ 'get_available_voices()', restoring full text-to-speech capabilities for uninterrupted voice interactions.
  • 🖋️ Title Generation Issue: Fixed a bug where title generation was not working in certain cases, ensuring consistent and reliable chat organization.

v0.5.1

Compare Source

Added
  • 🔕 Notification Sound Toggle: Added a new setting under Settings > Interface to disable notification sounds, giving you greater control over your workspace environment and focus.
Fixed
  • 🔄 Non-Streaming Response Visibility: Resolved an issue where non-streaming responses were not displayed, ensuring all responses are now reliably shown in your conversations.
  • 🖋️ Title Generation with OpenAI APIs: Fixed a bug preventing title generation when using OpenAI APIs, restoring the ability to automatically generate chat titles for smoother organization.
  • 👥 Admin Panel User List: Addressed the issue where only 50 users were visible in the admin panel. You can now manage and view all users without restrictions.
  • 🖼️ Image Generation Error: Fixed the issue causing 'get_automatic1111_api_auth()' errors in image generation, ensuring seamless creative workflows.
  • ⚙️ Pipeline Settings Loading Issue: Resolved a problem where pipeline settings were stuck at the loading screen, restoring full configurability in the admin panel.

v0.5.1

Compare Source

[0.5.1] - 2024-12-25

Added
  • 🔕 Notification Sound Toggle: Added a new setting under Settings > Interface to disable notification sounds, giving you greater control over your workspace environment and focus.
Fixed
  • 🔄 Non-Streaming Response Visibility: Resolved an issue where non-streaming responses were not displayed, ensuring all responses are now reliably shown in your conversations.
  • 🖋️ Title Generation with OpenAI APIs: Fixed a bug preventing title generation when using OpenAI APIs, restoring the ability to automatically generate chat titles for smoother organization.
  • 👥 Admin Panel User List: Addressed the issue where only 50 users were visible in the admin panel. You can now manage and view all users without restrictions.
  • 🖼️ Image Generation Error: Fixed the issue causing 'get_automatic1111_api_auth()' errors in image generation, ensuring seamless creative workflows.
  • ⚙️ Pipeline Settings Loading Issue: Resolved a problem where pipeline settings were stuck at the loading screen, restoring full configurability in the admin panel.

v0.5.0

Compare Source

Added
  • 💬 True Asynchronous Chat Support: Create chats, navigate away, and return anytime with responses ready. Ideal for reasoning models and multi-agent workflows, enhancing multitasking like never before.
  • 🔔 Chat Completion Notifications: Never miss a completed response. Receive instant in-UI notifications when a chat finishes in a non-active tab, keeping you updated while you work elsewhere.
  • 🌐 Notification Webhook Integration: Get alerts via webhooks even when your tab is closed! Configure your webhook URL in Settings > Account and receive timely updates for long-running chats or external integration needs.
  • 📚 Channels (Beta): Explore Discord/Slack-style chat rooms designed for real-time collaboration between users and AIs. Build bots for channels and unlock asynchronous communication for proactive multi-agent workflows. Opt-in via Admin Settings > General. A Comprehensive Bot SDK tutorial (https://github.com/open-webui/bot) is incoming, so stay tuned!
  • 🖼️ Client-Side Image Compression: Now compress images before upload (Settings > Interface), saving bandwidth and improving performance seamlessly.
  • 🛠️ OAuth Management for User Groups: Enable group-level management via OAuth integration for enhanced control and scalability in collaborative environments.
  • Structured Output for Ollama: Pass structured data output directly to Ollama, unlocking new possibilities for streamlined automation and precise data handling.
  • 📜 Offline Swagger Documentation: Developer-friendly Swagger API docs are now available offline, ensuring full accessibility wherever you are.
  • 📸 Quick Screen Capture Button: Effortlessly capture your screen with a single click from the message input menu.
  • 🌍 i18n Updates: Improved and refined translations across several languages, including Ukrainian, German, Brazilian Portuguese, Catalan, and more, ensuring a seamless global user experience.
Fixed
  • 📋 Table Export to CSV: Resolved issues with CSV export where headers were missing or errors occurred due to values with commas, ensuring smooth and reliable data handling.
  • 🔓 BYPASS_MODEL_ACCESS_CONTROL: Fixed an issue where users could see models but couldn’t use them with 'BYPASS_MODEL_ACCESS_CONTROL=True', restoring proper functionality for environments leveraging this setting.
Changed
  • 💡 API Key Authentication Restriction: Narrowed API key auth permissions to '/api/models' and '/api/chat/completions' for enhanced security and better API governance.
  • ⚙️ Backend Overhaul for Performance: Major backend restructuring; a heads-up that some "Functions" using internal variables may face compatibility issues. Moving forward, websocket support is mandatory to ensure Open WebUI operates seamlessly.
Removed
  • ⚠️ Legacy Functionality Clean-Up: Deprecated outdated backend systems that were non-essential or overlapped with newer implementations, allowing for a leaner, more efficient platform.

v0.5.0

Compare Source

[0.5.0] - 2024-12-25

🎄🎅 Merry Christmas and Happy Holidays! This festive season, we're bringing you our most exciting updates yet, unlocking powerful new possibilities for your workflows. Here's to a smarter, more collaborative future with Open WebUI! 🚀

Added
  • 💬 True Asynchronous Chat Support: Create chats, navigate away, and return anytime with responses ready. Ideal for reasoning models and multi-agent workflows, enhancing multitasking like never before.
  • 🔔 Chat Completion Notifications: Never miss a completed response. Receive instant in-UI notifications when a chat finishes in a non-active tab, keeping you updated while you work elsewhere.
  • 🌐 Notification Webhook Integration: Get alerts via webhooks even when your tab is closed! Configure your webhook URL in Settings > Account and receive timely updates for long-running chats or external integration needs.
  • 📚 Channels (Beta): Explore Discord/Slack-style chat rooms designed for real-time collaboration between users and AIs. Build bots for channels and unlock asynchronous communication for proactive multi-agent workflows. Opt-in via Admin Settings > General. A Comprehensive Bot SDK tutorial (https://github.com/open-webui/bot) is incoming, so stay tuned!
  • 🖼️ Client-Side Image Compression: Now compress images before upload (Settings > Interface), saving bandwidth and improving performance seamlessly.
  • 🛠️ OAuth Management for User Groups: Enable group-level management via OAuth integration for enhanced control and scalability in collaborative environments.
  • Structured Output for Ollama: Pass structured data output directly to Ollama, unlocking new possibilities for streamlined automation and precise data handling.
  • 📜 Offline Swagger Documentation: Developer-friendly Swagger API docs are now available offline, ensuring full accessibility wherever you are.
  • 📸 Quick Screen Capture Button: Effortlessly capture your screen with a single click from the message input menu.
  • 🌍 i18n Updates: Improved and refined translations across several languages, including Ukrainian, German, Brazilian Portuguese, Catalan, and more, ensuring a seamless global user experience.
Fixed
  • 📋 Table Export to CSV: Resolved issues with CSV export where headers were missing or errors occurred due to values with commas, ensuring smooth and reliable data handling.
  • 🔓 BYPASS_MODEL_ACCESS_CONTROL: Fixed an issue where users could see models but couldn’t use them with 'BYPASS_MODEL_ACCESS_CONTROL=True', restoring proper functionality for environments leveraging this setting.
Changed
  • 💡 API Key Authentication Restriction: Narrowed API key auth permissions to '/api/models' and '/api/chat/completions' for enhanced security and better API governance.
  • ⚙️ Backend Overhaul for Performance: Major backend restructuring; a heads-up that some "Functions" using internal variables may face compatibility issues. Moving forward, websocket support is mandatory to ensure Open WebUI operates seamlessly.
Removed
  • ⚠️ Legacy Functionality Clean-Up: Deprecated outdated backend systems that were non-essential or overlapped with newer implementations, allowing for a leaner, more efficient platform.

A heartfelt thank you to everyone—our users, contributors, developers, translators, and dreamers—who have made Open WebUI what it is today. Your passion, ideas, and hard work inspire us every day to push the boundaries of what’s possible. Together, we’ve built not just a platform, but a community that’s shaping the future of AI-powered collaboration and creativity.

As we look ahead to 2025, we remain ambitious—committed to empowering innovation, breaking new ground in AI workflows, and delivering tools that elevate everyone. Here’s to dreaming big, achieving more, and building the future together. Thank you for being a part of this journey. 🚀

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​silentoplayz, @​tarmst, @​devdev999, @​aleixdorca, @​panda44312, @​Adhithya03, @​gabriel-ecegi, @​OriginalSimon, @​matthewdtwo, @​envision3d, @​denispol, @​short-circuit, @​TiancongLx, @​MooreDerek, @​jk-f5

🚀 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, @​ModonHolding, @​roosi-gmbh, @​mushmax, @​rndmcnlly, @​icanbwell, @​fabioFrei, @​GenieDev101, @​PortlandKyGuy, @​sushibait, @​CubicleGangster, @​GitDatamind


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) | minor | `v0.4.8` -> `v0.5.2` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.5.2`](https://github.com/open-webui/open-webui/releases/tag/v0.5.2) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.2...v0.5.2) #### \[0.5.2] - 2024-12-26 ##### Added - **🖊️ Typing Indicators in Channels**: Know exactly who’s typing in real-time within your channels, enhancing collaboration and keeping everyone engaged. - **👤 User Status Indicators**: Quickly view a user’s status by clicking their profile image in channels for better coordination and availability insights. - **🔒 Configurable API Key Authentication Restrictions**: Flexibly configure endpoint restrictions for API key authentication, now off by default for a smoother setup in trusted environments. ##### Fixed - **🔧 Playground Functionality Restored**: Resolved a critical issue where the playground wasn’t working, ensuring seamless experimentation and troubleshooting workflows. - **📊 Corrected Ollama Usage Statistics**: Fixed a calculation error in Ollama’s usage statistics, providing more accurate tracking and insights for better resource management. - **🔗 Pipelines Outlet Hook Registration**: Addressed an issue where outlet hooks for pipelines weren’t registered, restoring functionality and consistency in pipeline workflows. - **🎨 Image Generation Error**: Resolved a persistent issue causing errors with 'get_automatic1111\_api_auth()' to ensure smooth image generation workflows. - **🎙️ Text-to-Speech Error**: Fixed the missing argument in Eleven Labs’ 'get_available_voices()', restoring full text-to-speech capabilities for uninterrupted voice interactions. - **🖋️ Title Generation Issue**: Fixed a bug where title generation was not working in certain cases, ensuring consistent and reliable chat organization. ### [`v0.5.2`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#052---2024-12-26) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.1...v0.5.2) ##### Added - **🖊️ Typing Indicators in Channels**: Know exactly who’s typing in real-time within your channels, enhancing collaboration and keeping everyone engaged. - **👤 User Status Indicators**: Quickly view a user’s status by clicking their profile image in channels for better coordination and availability insights. - **🔒 Configurable API Key Authentication Restrictions**: Flexibly configure endpoint restrictions for API key authentication, now off by default for a smoother setup in trusted environments. ##### Fixed - **🔧 Playground Functionality Restored**: Resolved a critical issue where the playground wasn’t working, ensuring seamless experimentation and troubleshooting workflows. - **📊 Corrected Ollama Usage Statistics**: Fixed a calculation error in Ollama’s usage statistics, providing more accurate tracking and insights for better resource management. - **🔗 Pipelines Outlet Hook Registration**: Addressed an issue where outlet hooks for pipelines weren’t registered, restoring functionality and consistency in pipeline workflows. - **🎨 Image Generation Error**: Resolved a persistent issue causing errors with 'get_automatic1111\_api_auth()' to ensure smooth image generation workflows. - **🎙️ Text-to-Speech Error**: Fixed the missing argument in Eleven Labs’ 'get_available_voices()', restoring full text-to-speech capabilities for uninterrupted voice interactions. - **🖋️ Title Generation Issue**: Fixed a bug where title generation was not working in certain cases, ensuring consistent and reliable chat organization. ### [`v0.5.1`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#051---2024-12-25) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.1...v0.5.1) ##### Added - **🔕 Notification Sound Toggle**: Added a new setting under Settings > Interface to disable notification sounds, giving you greater control over your workspace environment and focus. ##### Fixed - **🔄 Non-Streaming Response Visibility**: Resolved an issue where non-streaming responses were not displayed, ensuring all responses are now reliably shown in your conversations. - **🖋️ Title Generation with OpenAI APIs**: Fixed a bug preventing title generation when using OpenAI APIs, restoring the ability to automatically generate chat titles for smoother organization. - **👥 Admin Panel User List**: Addressed the issue where only 50 users were visible in the admin panel. You can now manage and view all users without restrictions. - **🖼️ Image Generation Error**: Fixed the issue causing 'get_automatic1111\_api_auth()' errors in image generation, ensuring seamless creative workflows. - **⚙️ Pipeline Settings Loading Issue**: Resolved a problem where pipeline settings were stuck at the loading screen, restoring full configurability in the admin panel. ### [`v0.5.1`](https://github.com/open-webui/open-webui/releases/tag/v0.5.1) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.0...v0.5.1) #### \[0.5.1] - 2024-12-25 ##### Added - **🔕 Notification Sound Toggle**: Added a new setting under Settings > Interface to disable notification sounds, giving you greater control over your workspace environment and focus. ##### Fixed - **🔄 Non-Streaming Response Visibility**: Resolved an issue where non-streaming responses were not displayed, ensuring all responses are now reliably shown in your conversations. - **🖋️ Title Generation with OpenAI APIs**: Fixed a bug preventing title generation when using OpenAI APIs, restoring the ability to automatically generate chat titles for smoother organization. - **👥 Admin Panel User List**: Addressed the issue where only 50 users were visible in the admin panel. You can now manage and view all users without restrictions. - **🖼️ Image Generation Error**: Fixed the issue causing 'get_automatic1111\_api_auth()' errors in image generation, ensuring seamless creative workflows. - **⚙️ Pipeline Settings Loading Issue**: Resolved a problem where pipeline settings were stuck at the loading screen, restoring full configurability in the admin panel. ### [`v0.5.0`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#050---2024-12-25) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.5.0...v0.5.0) ##### Added - **💬 True Asynchronous Chat Support**: Create chats, navigate away, and return anytime with responses ready. Ideal for reasoning models and multi-agent workflows, enhancing multitasking like never before. - **🔔 Chat Completion Notifications**: Never miss a completed response. Receive instant in-UI notifications when a chat finishes in a non-active tab, keeping you updated while you work elsewhere. - **🌐 Notification Webhook Integration**: Get alerts via webhooks even when your tab is closed! Configure your webhook URL in Settings > Account and receive timely updates for long-running chats or external integration needs. - **📚 Channels (Beta)**: Explore Discord/Slack-style chat rooms designed for real-time collaboration between users and AIs. Build bots for channels and unlock asynchronous communication for proactive multi-agent workflows. Opt-in via Admin Settings > General. A Comprehensive Bot SDK tutorial (https://github.com/open-webui/bot) is incoming, so stay tuned! - **🖼️ Client-Side Image Compression**: Now compress images before upload (Settings > Interface), saving bandwidth and improving performance seamlessly. - **🛠️ OAuth Management for User Groups**: Enable group-level management via OAuth integration for enhanced control and scalability in collaborative environments. - **✅ Structured Output for Ollama**: Pass structured data output directly to Ollama, unlocking new possibilities for streamlined automation and precise data handling. - **📜 Offline Swagger Documentation**: Developer-friendly Swagger API docs are now available offline, ensuring full accessibility wherever you are. - **📸 Quick Screen Capture Button**: Effortlessly capture your screen with a single click from the message input menu. - **🌍 i18n Updates**: Improved and refined translations across several languages, including Ukrainian, German, Brazilian Portuguese, Catalan, and more, ensuring a seamless global user experience. ##### Fixed - **📋 Table Export to CSV**: Resolved issues with CSV export where headers were missing or errors occurred due to values with commas, ensuring smooth and reliable data handling. - **🔓 BYPASS_MODEL_ACCESS_CONTROL**: Fixed an issue where users could see models but couldn’t use them with 'BYPASS_MODEL_ACCESS_CONTROL=True', restoring proper functionality for environments leveraging this setting. ##### Changed - **💡 API Key Authentication Restriction**: Narrowed API key auth permissions to '/api/models' and '/api/chat/completions' for enhanced security and better API governance. - **⚙️ Backend Overhaul for Performance**: Major backend restructuring; a heads-up that some "Functions" using internal variables may face compatibility issues. Moving forward, websocket support is mandatory to ensure Open WebUI operates seamlessly. ##### Removed - **⚠️ Legacy Functionality Clean-Up**: Deprecated outdated backend systems that were non-essential or overlapped with newer implementations, allowing for a leaner, more efficient platform. ### [`v0.5.0`](https://github.com/open-webui/open-webui/releases/tag/v0.5.0) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.4.8...v0.5.0) #### \[0.5.0] - 2024-12-25 🎄🎅 *Merry Christmas and Happy Holidays!* This festive season, we're bringing you our most exciting updates yet, unlocking powerful new possibilities for your workflows. Here's to a smarter, more collaborative future with Open WebUI! 🚀 ##### Added - **💬 True Asynchronous Chat Support**: Create chats, navigate away, and return anytime with responses ready. Ideal for reasoning models and multi-agent workflows, enhancing multitasking like never before. - **🔔 Chat Completion Notifications**: Never miss a completed response. Receive instant in-UI notifications when a chat finishes in a non-active tab, keeping you updated while you work elsewhere. - **🌐 Notification Webhook Integration**: Get alerts via webhooks even when your tab is closed! Configure your webhook URL in Settings > Account and receive timely updates for long-running chats or external integration needs. - **📚 Channels (Beta)**: Explore Discord/Slack-style chat rooms designed for real-time collaboration between users and AIs. Build bots for channels and unlock asynchronous communication for proactive multi-agent workflows. Opt-in via Admin Settings > General. A Comprehensive Bot SDK tutorial (https://github.com/open-webui/bot) is incoming, so stay tuned! - **🖼️ Client-Side Image Compression**: Now compress images before upload (Settings > Interface), saving bandwidth and improving performance seamlessly. - **🛠️ OAuth Management for User Groups**: Enable group-level management via OAuth integration for enhanced control and scalability in collaborative environments. - **✅ Structured Output for Ollama**: Pass structured data output directly to Ollama, unlocking new possibilities for streamlined automation and precise data handling. - **📜 Offline Swagger Documentation**: Developer-friendly Swagger API docs are now available offline, ensuring full accessibility wherever you are. - **📸 Quick Screen Capture Button**: Effortlessly capture your screen with a single click from the message input menu. - **🌍 i18n Updates**: Improved and refined translations across several languages, including Ukrainian, German, Brazilian Portuguese, Catalan, and more, ensuring a seamless global user experience. ##### Fixed - **📋 Table Export to CSV**: Resolved issues with CSV export where headers were missing or errors occurred due to values with commas, ensuring smooth and reliable data handling. - **🔓 BYPASS_MODEL_ACCESS_CONTROL**: Fixed an issue where users could see models but couldn’t use them with 'BYPASS_MODEL_ACCESS_CONTROL=True', restoring proper functionality for environments leveraging this setting. ##### Changed - **💡 API Key Authentication Restriction**: Narrowed API key auth permissions to '/api/models' and '/api/chat/completions' for enhanced security and better API governance. - **⚙️ Backend Overhaul for Performance**: Major backend restructuring; a heads-up that some "Functions" using internal variables may face compatibility issues. Moving forward, websocket support is mandatory to ensure Open WebUI operates seamlessly. ##### Removed - **⚠️ Legacy Functionality Clean-Up**: Deprecated outdated backend systems that were non-essential or overlapped with newer implementations, allowing for a leaner, more efficient platform. A heartfelt thank you to everyone—our users, contributors, developers, translators, and dreamers—who have made Open WebUI what it is today. Your passion, ideas, and hard work inspire us every day to push the boundaries of what’s possible. Together, we’ve built not just a platform, but a community that’s shaping the future of AI-powered collaboration and creativity. As we look ahead to 2025, we remain ambitious—committed to empowering innovation, breaking new ground in AI workflows, and delivering tools that elevate everyone. Here’s to dreaming big, achieving more, and building the future together. Thank you for being a part of this journey. 🚀 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;silentoplayz](https://github.com/silentoplayz), [@&#8203;tarmst](https://github.com/tarmst), [@&#8203;devdev999](https://github.com/devdev999), [@&#8203;aleixdorca](https://github.com/aleixdorca), [@&#8203;panda44312](https://github.com/panda44312), [@&#8203;Adhithya03](https://github.com/Adhithya03), [@&#8203;gabriel-ecegi](https://github.com/gabriel-ecegi), [@&#8203;OriginalSimon](https://github.com/OriginalSimon), [@&#8203;matthewdtwo](https://github.com/matthewdtwo), [@&#8203;envision3d](https://github.com/envision3d), [@&#8203;denispol](https://github.com/denispol), [@&#8203;short-circuit](https://github.com/short-circuit), [@&#8203;TiancongLx](https://github.com/TiancongLx), [@&#8203;MooreDerek](https://github.com/MooreDerek), [@&#8203;jk-f5](https://github.com/jk-f5) 🚀 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;ModonHolding](https://github.com/ModonHolding), [@&#8203;roosi-gmbh](https://github.com/roosi-gmbh), [@&#8203;mushmax](https://github.com/mushmax), [@&#8203;rndmcnlly](https://github.com/rndmcnlly), [@&#8203;icanbwell](https://github.com/icanbwell), [@&#8203;fabioFrei](https://github.com/fabioFrei), [@&#8203;GenieDev101](https://github.com/GenieDev101), [@&#8203;PortlandKyGuy](https://github.com/PortlandKyGuy), [@&#8203;sushibait](https://github.com/sushibait), [@&#8203;CubicleGangster](https://github.com/CubicleGangster), [@&#8203;GitDatamind](https://github.com/GitDatamind) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi43IiwidXBkYXRlZEluVmVyIjoiMzkuODMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
smeagol-help added 1 commit 2024-12-25 13:05:57 -06:00
smeagol-help force-pushed renovate/ghcr.io-open-webui-open-webui-0.x from b5ba05d9b0 to 398bed1432 2024-12-26 01:06:05 -06:00 Compare
smeagol-help changed title from Update image ghcr.io/open-webui/open-webui to v0.5.0 to Update image ghcr.io/open-webui/open-webui to v0.5.1 2024-12-26 01:06:06 -06:00
smeagol-help force-pushed renovate/ghcr.io-open-webui-open-webui-0.x from 398bed1432 to 8b0fb01e60 2024-12-27 02:06:33 -06:00 Compare
smeagol-help changed title from Update image ghcr.io/open-webui/open-webui to v0.5.1 to Update image ghcr.io/open-webui/open-webui to v0.5.2 2024-12-27 02:06:34 -06:00
jahanson merged commit 9e10b8c6e6 into main 2024-12-28 02:15:20 -06:00
jahanson deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-12-28 02:15:20 -06:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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#1018
No description provided.