⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.3 #331

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

This PR contains the following updates:

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

Release Notes

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

v0.3.3

Compare Source

[0.3.3] - 2024-06-12

Added
  • 🛠️ Native Python Function Calling: Introducing native Python function calling within Open WebUI. We’ve also included a built-in code editor to seamlessly develop and integrate function code within the 'Tools' workspace. With this, you can significantly enhance your LLM’s capabilities by creating custom RAG pipelines, web search tools, and even agent-like features such as sending Discord messages.
  • 🌐 DuckDuckGo Integration: Added DuckDuckGo as a web search provider, giving you more search options.
  • 🌏 Enhanced Translations: Improved translations for Vietnamese and Chinese languages, making the interface more accessible.
Fixed
  • 🔗 Web Search URL Error Handling: Fixed the issue where a single URL error would disrupt the data loading process in Web Search mode. Now, such errors will be handled gracefully to ensure uninterrupted data loading.
  • 🖥️ Frontend Responsiveness: Resolved the problem where the frontend would stop responding if the backend encounters an error while downloading a model. Improved error handling to maintain frontend stability.
  • 🔧 Dependency Issues in pip: Fixed issues related to pip installations, ensuring all dependencies are correctly managed to prevent installation errors.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​KarlLee830, @​Yash-1511, @​que-nguyen, @​cocktailpeanut, @​sime2408, @​ClassicOldSong

v0.3.3

Compare Source

Added
  • 🛠️ Native Python Function Calling: Introducing native Python function calling within Open WebUI. We’ve also included a built-in code editor to seamlessly develop and integrate function code within the 'Tools' workspace. With this, you can significantly enhance your LLM’s capabilities by creating custom RAG pipelines, web search tools, and even agent-like features such as sending Discord messages.
  • 🌐 DuckDuckGo Integration: Added DuckDuckGo as a web search provider, giving you more search options.
  • 🌏 Enhanced Translations: Improved translations for Vietnamese and Chinese languages, making the interface more accessible.
Fixed
  • 🔗 Web Search URL Error Handling: Fixed the issue where a single URL error would disrupt the data loading process in Web Search mode. Now, such errors will be handled gracefully to ensure uninterrupted data loading.
  • 🖥️ Frontend Responsiveness: Resolved the problem where the frontend would stop responding if the backend encounters an error while downloading a model. Improved error handling to maintain frontend stability.
  • 🔧 Dependency Issues in pip: Fixed issues related to pip installations, ensuring all dependencies are correctly managed to prevent installation errors.

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

Did Renovate not find changelogs? No worries! Click here

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)) | patch | `0.3.2` -> `v0.3.3` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.3`](https://github.com/open-webui/open-webui/releases/tag/v0.3.3) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.3...v0.3.3) #### \[0.3.3] - 2024-06-12 ##### Added - **🛠️ Native Python Function Calling**: Introducing native Python function calling within Open WebUI. We’ve also included a built-in code editor to seamlessly develop and integrate function code within the 'Tools' workspace. With this, you can significantly enhance your LLM’s capabilities by creating custom RAG pipelines, web search tools, and even agent-like features such as sending Discord messages. - **🌐 DuckDuckGo Integration**: Added DuckDuckGo as a web search provider, giving you more search options. - **🌏 Enhanced Translations**: Improved translations for Vietnamese and Chinese languages, making the interface more accessible. ##### Fixed - **🔗 Web Search URL Error Handling**: Fixed the issue where a single URL error would disrupt the data loading process in Web Search mode. Now, such errors will be handled gracefully to ensure uninterrupted data loading. - **🖥️ Frontend Responsiveness**: Resolved the problem where the frontend would stop responding if the backend encounters an error while downloading a model. Improved error handling to maintain frontend stability. - **🔧 Dependency Issues in pip**: Fixed issues related to pip installations, ensuring all dependencies are correctly managed to prevent installation errors. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;KarlLee830](https://github.com/KarlLee830), [@&#8203;Yash-1511](https://github.com/Yash-1511), [@&#8203;que-nguyen](https://github.com/que-nguyen), [@&#8203;cocktailpeanut](https://github.com/cocktailpeanut), [@&#8203;sime2408](https://github.com/sime2408), [@&#8203;ClassicOldSong](https://github.com/ClassicOldSong) ### [`v0.3.3`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#033---2024-06-12) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.2...v0.3.3) ##### Added - **🛠️ Native Python Function Calling**: Introducing native Python function calling within Open WebUI. We’ve also included a built-in code editor to seamlessly develop and integrate function code within the 'Tools' workspace. With this, you can significantly enhance your LLM’s capabilities by creating custom RAG pipelines, web search tools, and even agent-like features such as sending Discord messages. - **🌐 DuckDuckGo Integration**: Added DuckDuckGo as a web search provider, giving you more search options. - **🌏 Enhanced Translations**: Improved translations for Vietnamese and Chinese languages, making the interface more accessible. ##### Fixed - **🔗 Web Search URL Error Handling**: Fixed the issue where a single URL error would disrupt the data loading process in Web Search mode. Now, such errors will be handled gracefully to ensure uninterrupted data loading. - **🖥️ Frontend Responsiveness**: Resolved the problem where the frontend would stop responding if the backend encounters an error while downloading a model. Improved error handling to maintain frontend stability. - **🔧 Dependency Issues in pip**: Fixed issues related to pip installations, ensuring all dependencies are correctly managed to prevent installation errors. </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 --- Did Renovate not find changelogs? No worries! [Click here](https://git.mafyuh.dev/mafyuh/Auto-Homelab/src/branch/main/.github/changelogs.md) <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zOTkuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovatebot added 1 commit 2024-06-12 06:01:16 -04:00
⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.3
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
704b01ee98
mafyuh added 1 commit 2024-06-12 09:06:02 -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 51s
f7aeba3972
mafyuh merged commit f2c7cf762f into main 2024-06-12 09:06:37 -04:00
mafyuh deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-06-12 09:06:38 -04:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No milestone
No project
No assignees
2 participants
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/Auto-Homelab#331
No description provided.