Update image ghcr.io/open-webui/open-webui to v0.3.19 #591

Merged
jahanson merged 1 commit from renovate/ghcr.io-open-webui-open-webui-0.x into main 2024-09-06 22:36:05 -05:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v0.3.19

Compare Source

Added
  • 🌐 Translation Update: Improved Chinese translations.
Fixed
  • 📂 DATA_DIR Overriding: Fixed an issue to avoid overriding DATA_DIR, preventing errors when directories are set identically, ensuring smoother operation and data management.
  • 🛠️ Frontmatter Extraction: Fixed the extraction process for frontmatter in tools and functions.
Changed
  • 🎨 UI Styling: Refined the user interface styling for enhanced visual coherence and user experience.

v0.3.19

Compare Source

[0.3.19] - 2024-09-05

Added
  • 🌐 Translation Update: Improved Chinese translations.
Fixed
  • 📂 DATA_DIR Overriding: Fixed an issue to avoid overriding DATA_DIR, preventing errors when directories are set identically, ensuring smoother operation and data management.
  • 🛠️ Frontmatter Extraction: Fixed the extraction process for frontmatter in tools and functions.
Changed
  • 🎨 UI Styling: Refined the user interface styling for enhanced visual coherence and user experience.

v0.3.18

Compare Source

[0.3.18] - 2024-09-04

Added
  • 🛠️ Direct Database Execution for Tools & Functions: Enhanced the execution of Python files for tools and functions, now directly loading from the database for a more streamlined backend process.
Fixed
  • 🔄 Automatic Rewrite of Import Statements in Tools & Functions: Tool and function scripts that import 'utils', 'apps', 'main', 'config' will now automatically rename these with 'open_webui.', ensuring compatibility and consistency across different modules.
  • 🎨 Styling Adjustments: Minor fixes in the visual styling to improve user experience and interface consistency.

v0.3.18

Compare Source

Added
  • 🛠️ Direct Database Execution for Tools & Functions: Enhanced the execution of Python files for tools and functions, now directly loading from the database for a more streamlined backend process.
Fixed
  • 🔄 Automatic Rewrite of Import Statements in Tools & Functions: Tool and function scripts that import 'utils', 'apps', 'main', 'config' will now automatically rename these with 'open_webui.', ensuring compatibility and consistency across different modules.
  • 🎨 Styling Adjustments: Minor fixes in the visual styling to improve user experience and interface consistency.

v0.3.17

Compare Source

[0.3.17] - 2024-09-04

Added
  • 🔄 Import/Export Configuration: Users can now import and export webui configurations from admin settings > Database, simplifying setup replication across systems.
  • 🌍 Web Search via URL Parameter: Added support for activating web search directly through URL by setting 'web-search=true'.
  • 🌐 SearchApi Integration: Added support for SearchApi as an alternative web search provider, enhancing search capabilities within the platform.
  • 🔍 Literal Type Support in Tools: Tools now support the Literal type.
  • 🌍 Updated Translations: Improved translations for Chinese, Ukrainian, and Catalan.
Fixed
  • 🔧 Pip Install Issue: Resolved the issue where pip install failed due to missing 'alembic.ini', ensuring smoother installation processes.
  • 🌃 Automatic Theme Update: Fixed an issue where the color theme did not update dynamically with system changes.
  • 🛠️ User Agent in ComfyUI: Added default headers in ComfyUI to fix access issues, improving reliability in network communications.
  • 🔄 Missing Chat Completion Response Headers: Ensured proper return of proxied response headers during chat completion, improving API reliability.
  • 🔗 Websocket Connection Prioritization: Modified socket.io configuration to prefer websockets and more reliably fallback to polling, enhancing connection stability.
  • 🎭 Accessibility Enhancements: Added missing ARIA labels for buttons, improving accessibility for visually impaired users.
  • ⚖️ Advanced Parameter: Fixed an issue ensuring that advanced parameters are correctly applied in all scenarios, ensuring consistent behavior of user-defined settings.
Changed
  • 🔁 Namespace Reorganization: Reorganized all Python files under the 'open_webui' namespace to streamline the project structure and improve maintainability. Tools and functions importing from 'utils' should now use 'open_webui.utils'.
  • 🚧 Dependency Updates: Updated several backend dependencies like 'aiohttp', 'authlib', 'duckduckgo-search', 'flask-cors', and 'langchain' to their latest versions, enhancing performance and security.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​Peter-De-Ath, @​daniel-code, @​sebdanielsson, @​pascallim, @​dependabot[bot], @​cheahjs, @​KarlLee830, @​aleixdorca, @​raju249, @​OriginalSimon

🚀 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, @​Trabing, @​Razgaleh, @​calabresefrj, @​mushmax, @​rndmcnlly, @​GenieDev101, @​PortlandKyGuy

v0.3.17

Compare Source

Added
  • 🔄 Import/Export Configuration: Users can now import and export webui configurations from admin settings > Database, simplifying setup replication across systems.
  • 🌍 Web Search via URL Parameter: Added support for activating web search directly through URL by setting 'web-search=true'.
  • 🌐 SearchApi Integration: Added support for SearchApi as an alternative web search provider, enhancing search capabilities within the platform.
  • 🔍 Literal Type Support in Tools: Tools now support the Literal type.
  • 🌍 Updated Translations: Improved translations for Chinese, Ukrainian, and Catalan.
Fixed
  • 🔧 Pip Install Issue: Resolved the issue where pip install failed due to missing 'alembic.ini', ensuring smoother installation processes.
  • 🌃 Automatic Theme Update: Fixed an issue where the color theme did not update dynamically with system changes.
  • 🛠️ User Agent in ComfyUI: Added default headers in ComfyUI to fix access issues, improving reliability in network communications.
  • 🔄 Missing Chat Completion Response Headers: Ensured proper return of proxied response headers during chat completion, improving API reliability.
  • 🔗 Websocket Connection Prioritization: Modified socket.io configuration to prefer websockets and more reliably fallback to polling, enhancing connection stability.
  • 🎭 Accessibility Enhancements: Added missing ARIA labels for buttons, improving accessibility for visually impaired users.
  • ⚖️ Advanced Parameter: Fixed an issue ensuring that advanced parameters are correctly applied in all scenarios, ensuring consistent behavior of user-defined settings.
Changed
  • 🔁 Namespace Reorganization: Reorganized all Python files under the 'open_webui' namespace to streamline the project structure and improve maintainability. Tools and functions importing from 'utils' should now use 'open_webui.utils'.
  • 🚧 Dependency Updates: Updated several backend dependencies like 'aiohttp', 'authlib', 'duckduckgo-search', 'flask-cors', and 'langchain' to their latest versions, enhancing performance and security.

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.16` -> `0.3.19` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.19`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0319---2024-09-05) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.19...v0.3.19) ##### Added - **🌐 Translation Update**: Improved Chinese translations. ##### Fixed - **📂 DATA_DIR Overriding**: Fixed an issue to avoid overriding DATA_DIR, preventing errors when directories are set identically, ensuring smoother operation and data management. - **🛠️ Frontmatter Extraction**: Fixed the extraction process for frontmatter in tools and functions. ##### Changed - **🎨 UI Styling**: Refined the user interface styling for enhanced visual coherence and user experience. ### [`v0.3.19`](https://github.com/open-webui/open-webui/releases/tag/v0.3.19) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.18...v0.3.19) #### \[0.3.19] - 2024-09-05 ##### Added - **🌐 Translation Update**: Improved Chinese translations. ##### Fixed - **📂 DATA_DIR Overriding**: Fixed an issue to avoid overriding DATA_DIR, preventing errors when directories are set identically, ensuring smoother operation and data management. - **🛠️ Frontmatter Extraction**: Fixed the extraction process for frontmatter in tools and functions. ##### Changed - **🎨 UI Styling**: Refined the user interface styling for enhanced visual coherence and user experience. ### [`v0.3.18`](https://github.com/open-webui/open-webui/releases/tag/v0.3.18) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.18...v0.3.18) #### \[0.3.18] - 2024-09-04 ##### Added - **🛠️ Direct Database Execution for Tools & Functions**: Enhanced the execution of Python files for tools and functions, now directly loading from the database for a more streamlined backend process. ##### Fixed - **🔄 Automatic Rewrite of Import Statements in Tools & Functions**: Tool and function scripts that import 'utils', 'apps', 'main', 'config' will now automatically rename these with 'open_webui.', ensuring compatibility and consistency across different modules. - **🎨 Styling Adjustments**: Minor fixes in the visual styling to improve user experience and interface consistency. ### [`v0.3.18`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0318---2024-09-04) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.17...v0.3.18) ##### Added - **🛠️ Direct Database Execution for Tools & Functions**: Enhanced the execution of Python files for tools and functions, now directly loading from the database for a more streamlined backend process. ##### Fixed - **🔄 Automatic Rewrite of Import Statements in Tools & Functions**: Tool and function scripts that import 'utils', 'apps', 'main', 'config' will now automatically rename these with 'open_webui.', ensuring compatibility and consistency across different modules. - **🎨 Styling Adjustments**: Minor fixes in the visual styling to improve user experience and interface consistency. ### [`v0.3.17`](https://github.com/open-webui/open-webui/releases/tag/v0.3.17) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.17...v0.3.17) #### \[0.3.17] - 2024-09-04 ##### Added - **🔄 Import/Export Configuration**: Users can now import and export webui configurations from admin settings > Database, simplifying setup replication across systems. - **🌍 Web Search via URL Parameter**: Added support for activating web search directly through URL by setting 'web-search=true'. - **🌐 SearchApi Integration**: Added support for SearchApi as an alternative web search provider, enhancing search capabilities within the platform. - **🔍 Literal Type Support in Tools**: Tools now support the Literal type. - **🌍 Updated Translations**: Improved translations for Chinese, Ukrainian, and Catalan. ##### Fixed - **🔧 Pip Install Issue**: Resolved the issue where pip install failed due to missing 'alembic.ini', ensuring smoother installation processes. - **🌃 Automatic Theme Update**: Fixed an issue where the color theme did not update dynamically with system changes. - **🛠️ User Agent in ComfyUI**: Added default headers in ComfyUI to fix access issues, improving reliability in network communications. - **🔄 Missing Chat Completion Response Headers**: Ensured proper return of proxied response headers during chat completion, improving API reliability. - **🔗 Websocket Connection Prioritization**: Modified socket.io configuration to prefer websockets and more reliably fallback to polling, enhancing connection stability. - **🎭 Accessibility Enhancements**: Added missing ARIA labels for buttons, improving accessibility for visually impaired users. - **⚖️ Advanced Parameter**: Fixed an issue ensuring that advanced parameters are correctly applied in all scenarios, ensuring consistent behavior of user-defined settings. ##### Changed - **🔁 Namespace Reorganization**: Reorganized all Python files under the 'open_webui' namespace to streamline the project structure and improve maintainability. Tools and functions importing from 'utils' should now use 'open_webui.utils'. - **🚧 Dependency Updates**: Updated several backend dependencies like 'aiohttp', 'authlib', 'duckduckgo-search', 'flask-cors', and 'langchain' to their latest versions, enhancing performance and security. 👏 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;daniel-code](https://github.com/daniel-code), [@&#8203;sebdanielsson](https://github.com/sebdanielsson), [@&#8203;pascallim](https://github.com/pascallim), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;cheahjs](https://github.com/cheahjs), [@&#8203;KarlLee830](https://github.com/KarlLee830), [@&#8203;aleixdorca](https://github.com/aleixdorca), [@&#8203;raju249](https://github.com/raju249), [@&#8203;OriginalSimon](https://github.com/OriginalSimon) 🚀 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;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;PortlandKyGuy](https://github.com/PortlandKyGuy) ### [`v0.3.17`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0317---2024-09-04) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.16...v0.3.17) ##### Added - **🔄 Import/Export Configuration**: Users can now import and export webui configurations from admin settings > Database, simplifying setup replication across systems. - **🌍 Web Search via URL Parameter**: Added support for activating web search directly through URL by setting 'web-search=true'. - **🌐 SearchApi Integration**: Added support for SearchApi as an alternative web search provider, enhancing search capabilities within the platform. - **🔍 Literal Type Support in Tools**: Tools now support the Literal type. - **🌍 Updated Translations**: Improved translations for Chinese, Ukrainian, and Catalan. ##### Fixed - **🔧 Pip Install Issue**: Resolved the issue where pip install failed due to missing 'alembic.ini', ensuring smoother installation processes. - **🌃 Automatic Theme Update**: Fixed an issue where the color theme did not update dynamically with system changes. - **🛠️ User Agent in ComfyUI**: Added default headers in ComfyUI to fix access issues, improving reliability in network communications. - **🔄 Missing Chat Completion Response Headers**: Ensured proper return of proxied response headers during chat completion, improving API reliability. - **🔗 Websocket Connection Prioritization**: Modified socket.io configuration to prefer websockets and more reliably fallback to polling, enhancing connection stability. - **🎭 Accessibility Enhancements**: Added missing ARIA labels for buttons, improving accessibility for visually impaired users. - **⚖️ Advanced Parameter**: Fixed an issue ensuring that advanced parameters are correctly applied in all scenarios, ensuring consistent behavior of user-defined settings. ##### Changed - **🔁 Namespace Reorganization**: Reorganized all Python files under the 'open_webui' namespace to streamline the project structure and improve maintainability. Tools and functions importing from 'utils' should now use 'open_webui.utils'. - **🚧 Dependency Updates**: Updated several backend dependencies like 'aiohttp', 'authlib', 'duckduckgo-search', 'flask-cors', and 'langchain' to their latest versions, enhancing performance and security. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC43MS4wIiwidXBkYXRlZEluVmVyIjoiMzguNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
smeagol-help added 1 commit 2024-09-06 22:35:24 -05:00
jahanson merged commit 254fe8aa5f into main 2024-09-06 22:36:05 -05:00
jahanson deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-09-06 22:36:05 -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#591
No description provided.