chore(helm): update image docker.io/localai/localai v3.3.2 → v3.4.0 (#38307)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `9066851` -> `b780296` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `6244463` -> `6d0f53d` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `9f881cf` -> `4715bf1` | | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | minor | `293f910` -> `ae85d9d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>mudler/LocalAI (docker.io/localai/localai)</summary> ### [`v3.4.0`](https://redirect.github.com/mudler/LocalAI/releases/tag/v3.4.0) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v3.3.2...v3.4.0) <h1 align="center"> <br> <img height="300" src="https://raw.githubusercontent.com/mudler/LocalAI/refs/heads/master/core/http/static/logo.png"> <br> <br> 🚀 LocalAI 3.4.0 </h1> ##### What’s New in LocalAI 3.4.0 🎉 - WebUI improvements: now size can be set during image generation - New backends: [KittenTTS](github.com/KittenML/KittenTTS), [kokoro](https://redirect.github.com/hexgrad/kokoro) and [dia](https://redirect.github.com/nari-labs/dia) now are available as backends and models can be installed directly from the gallery Note: these backends needs to be warmed up during the first call to download the model files. - Support for reasoning effort in the OpenAI chat completion - Diffusers backend now is available for l4t images and devices - During backend installation from the CLI can be supplied alias and name (`--alias` and --name\`) to override configurations - Backends now can be sideloaded from the system: you can drag-and-drop the backends in the backends folder and they will just work! ##### The Complete Local Stack for Privacy-First AI <table> <tr> <td width="30%" valign="top" align="center"> <a href="https://redirect.github.com/mudler/LocalAI"> <img src="https://raw.githubusercontent.com/mudler/LocalAI/refs/heads/master/core/http/static/logo.png" width="200" alt="LocalAI Logo"> <h3>LocalAI</h3> </a> </td> <td width="70%" valign="top"> <p>The free, Open Source OpenAI alternative. Acts as a drop-in replacement REST API compatible with OpenAI specifications for local AI inferencing. No GPU required.</p> <p><em>Link:</em> <a href="https://redirect.github.com/mudler/LocalAI">https://github.com/mudler/LocalAI</a></p> </td> </tr> <tr> <td width="30%" valign="top" align="center"> <a href="https://redirect.github.com/mudler/LocalAGI"> <img src="https://raw.githubusercontent.com/mudler/LocalAGI/refs/heads/main/webui/react-ui/public/logo_2.png" width="200" alt="LocalAGI Logo"> <h3>LocalAGI</h3> </a> </td> <td width="70%" valign="top"> <p>A powerful Local AI agent management platform. Serves as a drop-in replacement for OpenAI's Responses API, supercharged with advanced agentic capabilities and a no-code UI.</p> <p><em>Link:</em> <a href="https://redirect.github.com/mudler/LocalAGI">https://github.com/mudler/LocalAGI</a></p> </td> </tr> <tr> <td width="30%" valign="top" align="center"> <a href="https://redirect.github.com/mudler/LocalRecall"> <img src="https://raw.githubusercontent.com/mudler/LocalRecall/refs/heads/main/static/localrecall_horizontal.png" width="200" alt="LocalRecall Logo"> <h3>LocalRecall</h3> </a> </td> <td width="70%" valign="top"> <p>A RESTful API and knowledge base management system providing persistent memory and storage capabilities for AI agents. Designed to work alongside LocalAI and LocalAGI.</p> <p><em>Link:</em> <a href="https://redirect.github.com/mudler/LocalRecall">https://github.com/mudler/LocalRecall</a></p> </td> </tr> </table> ##### Thank you! ❤️ A massive **THANK YOU** to our incredible community and our sponsors! LocalAI has over **34,500 stars**, and LocalAGI has already rocketed past **1k+ stars**! As a reminder, LocalAI is real FOSS (Free and Open Source Software) and its sibling projects are community-driven and not backed by VCs or a company. We rely on contributors donating their spare time and our sponsors to provide us the hardware! If you love open-source, privacy-first AI, please consider starring the repos, contributing code, reporting bugs, or spreading the word! 👉 **Check out the reborn LocalAGI v2 today:** <https://github.com/mudler/LocalAGI> ##### Full changelog :point\_down: <details> <summary> 👉 Click to expand 👈 </summary> ##### What's Changed ##### Bug fixes 🐛 * fix(llama.cpp): do not default to linear rope by @​mudl[https://github.com/mudler/LocalAI/pull/5982](https://redirect.github.com/mudler/LocalAI/pull/5982)l/5982 ##### Exciting New Features 🎉 * feat(webui): allow to specify image size by @​mudl[https://github.com/mudler/LocalAI/pull/5976](https://redirect.github.com/mudler/LocalAI/pull/5976)l/5976 * feat(backends): add KittenTTS by @​mudl[https://github.com/mudler/LocalAI/pull/5977](https://redirect.github.com/mudler/LocalAI/pull/5977)l/5977 * feat(kokoro): complete kokoro integration by @​mudl[https://github.com/mudler/LocalAI/pull/5978](https://redirect.github.com/mudler/LocalAI/pull/5978)l/5978 * feat: add reasoning effort and metadata to template by @​mudl[https://github.com/mudler/LocalAI/pull/5981](https://redirect.github.com/mudler/LocalAI/pull/5981)l/5981 * feat(transformers): add support to Dia by @​mudl[https://github.com/mudler/LocalAI/pull/5991](https://redirect.github.com/mudler/LocalAI/pull/5991)l/5991 * feat(diffusers): add builds for nvidia-l4t by @​mudl[https://github.com/mudler/LocalAI/pull/6004](https://redirect.github.com/mudler/LocalAI/pull/6004)l/6004 * feat(backends install): allow to specify name and alias during manual installation by @​mudl[https://github.com/mudler/LocalAI/pull/5971](https://redirect.github.com/mudler/LocalAI/pull/5971)l/5971 ##### 🧠 Models * chore(models): add gpt-oss-20b by @​mudl[https://github.com/mudler/LocalAI/pull/5973](https://redirect.github.com/mudler/LocalAI/pull/5973)l/5973 * chore(models): add gpt-oss-120b by @​mudl[https://github.com/mudler/LocalAI/pull/5974](https://redirect.github.com/mudler/LocalAI/pull/5974)l/5974 * feat(models): add support to qwen-image by @​mudl[https://github.com/mudler/LocalAI/pull/5975](https://redirect.github.com/mudler/LocalAI/pull/5975)l/5975 * chore(model gallery): add openai_gpt-oss-20b-neo by @​mudl[https://github.com/mudler/LocalAI/pull/5986](https://redirect.github.com/mudler/LocalAI/pull/5986)l/5986 * fix(harmony): improve template by adding reasoning effort and system_prompt by @​mudl[https://github.com/mudler/LocalAI/pull/5985](https://redirect.github.com/mudler/LocalAI/pull/5985)l/5985 * chore(model gallery): add qwen_qwen3-4b-instruct-2507 by @​mudl[https://github.com/mudler/LocalAI/pull/5987](https://redirect.github.com/mudler/LocalAI/pull/5987)l/5987 * chore(model gallery): add qwen_qwen3-4b-thinking-2507 by @​mudl[https://github.com/mudler/LocalAI/pull/5988](https://redirect.github.com/mudler/LocalAI/pull/5988)l/5988 * chore(model gallery): add huihui-ai_huihui-gpt-oss-20b-bf16-abliterated by @​mudl[https://github.com/mudler/LocalAI/pull/5995](https://redirect.github.com/mudler/LocalAI/pull/5995)l/5995 * chore(model gallery): add openai-gpt-oss-20b-abliterated-uncensored-neo-imatrix by @​mudl[https://github.com/mudler/LocalAI/pull/5996](https://redirect.github.com/mudler/LocalAI/pull/5996)l/5996 * chore(model gallery): add tarek07_nomad-llama-70b by @​mudl[https://github.com/mudler/LocalAI/pull/5997](https://redirect.github.com/mudler/LocalAI/pull/5997)l/5997 * chore: add Dia to the model gallery, fix backend by @​mudl[https://github.com/mudler/LocalAI/pull/5998](https://redirect.github.com/mudler/LocalAI/pull/5998)l/5998 * chore(model gallery): add chatterbox by @​mudl[https://github.com/mudler/LocalAI/pull/5999](https://redirect.github.com/mudler/LocalAI/pull/5999)l/5999 * chore(model gallery): add outetts by @​mudl[https://github.com/mudler/LocalAI/pull/6000](https://redirect.github.com/mudler/LocalAI/pull/6000)l/6000 * chore(model gallery): add impish_nemo_12b by @​mudl[https://github.com/mudler/LocalAI/pull/6007](https://redirect.github.com/mudler/LocalAI/pull/6007)l/6007 * chore(model-gallery): ⬆️ update checksum by @​localai-b[https://github.com/mudler/LocalAI/pull/6010](https://redirect.github.com/mudler/LocalAI/pull/6010)l/6010 ##### 👒 Dependencies * chore(deps): bump edgevpn by @​mudl[https://github.com/mudler/LocalAI/pull/6001](https://redirect.github.com/mudler/LocalAI/pull/6001)l/6001 ##### Other Changes * docs: ⬆️ update docs version mudler/LocalAI by @​localai-b[https://github.com/mudler/LocalAI/pull/5967](https://redirect.github.com/mudler/LocalAI/pull/5967)l/5967 * chore: ⬆️ Update ggml-org/llama.cpp to `41613437ffee0dbccad684fc744788bc504ec213` by @​localai-b[https://github.com/mudler/LocalAI/pull/5968](https://redirect.github.com/mudler/LocalAI/pull/5968)l/5968 * chore(deps): bump torch and diffusers by @​mudl[https://github.com/mudler/LocalAI/pull/5970](https://redirect.github.com/mudler/LocalAI/pull/5970)l/5970 * chore(deps): bump torch and sentence-transformers by @​mudl[https://github.com/mudler/LocalAI/pull/5969](https://redirect.github.com/mudler/LocalAI/pull/5969)l/5969 * chore: ⬆️ Update ggml-org/llama.cpp to `fd1234cb468935ea087d6929b2487926c3afff4b` by @​localai-b[https://github.com/mudler/LocalAI/pull/5972](https://redirect.github.com/mudler/LocalAI/pull/5972)l/5972 * chore: ⬆️ Update ggml-org/llama.cpp to `e725a1a982ca870404a9c4935df52466327bbd02` by @​localai-b[https://github.com/mudler/LocalAI/pull/5984](https://redirect.github.com/mudler/LocalAI/pull/5984)l/5984 * feat(swagger): update swagger by @​localai-b[https://github.com/mudler/LocalAI/pull/5983](https://redirect.github.com/mudler/LocalAI/pull/5983)l/5983 * chore: ⬆️ Update ggml-org/llama.cpp to `a0552c8beef74e843bb085c8ef0c63f9ed7a2b27` by @​localai-b[https://github.com/mudler/LocalAI/pull/5992](https://redirect.github.com/mudler/LocalAI/pull/5992)l/5992 * chore: ⬆️ Update ggml-org/whisper.cpp to `4245c77b654cd384ad9f53a4a302be716b3e5861` by @​localai-b[https://github.com/mudler/LocalAI/pull/5993](https://redirect.github.com/mudler/LocalAI/pull/5993)l/5993 * docs: update links in documentation by @​ln[https://github.com/mudler/LocalAI/pull/5994](https://redirect.github.com/mudler/LocalAI/pull/5994)l/5994 * chore: ⬆️ Update ggml-org/llama.cpp to `cd6983d56d2cce94ecb86bb114ae8379a609073c` by @​localai-b[https://github.com/mudler/LocalAI/pull/6003](https://redirect.github.com/mudler/LocalAI/pull/6003)l/6003 * fix(l4t-diffusers): add sentencepiece by @​mudl[https://github.com/mudler/LocalAI/pull/6005](https://redirect.github.com/mudler/LocalAI/pull/6005)l/6005 * chore: ⬆️ Update ggml-org/llama.cpp to `79c1160b073b8148a404f3dd2584be1606dccc66` by @​localai-b[https://github.com/mudler/LocalAI/pull/6006](https://redirect.github.com/mudler/LocalAI/pull/6006)l/6006 * chore: ⬆️ Update ggml-org/whisper.cpp to `b02242d0adb5c6c4896d59ac86d9ec9fe0d0fe33` by @​localai-b[https://github.com/mudler/LocalAI/pull/6009](https://redirect.github.com/mudler/LocalAI/pull/6009)l/6009 * chore: ⬆️ Update ggml-org/llama.cpp to `be48528b068111304e4a0bb82c028558b5705f05` by @​localai-b[https://github.com/mudler/LocalAI/pull/6012](https://redirect.github.com/mudler/LocalAI/pull/6012)l/6012 </details> ##### New Contributors * @​lnnt made their first contributi[https://github.com/mudler/LocalAI/pull/5994](https://redirect.github.com/mudler/LocalAI/pull/5994)l/5994 **Full Changelog**: https://github.com/mudler/LocalAI/compare/v3.3.2...v3.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.3.2
|
||||
appVersion: 3.4.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.15.1
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/local-ai
|
||||
- https://hub.docker.com/r/localai/localai
|
||||
type: application
|
||||
version: 16.10.0
|
||||
version: 16.14.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.3.2@sha256:293f9109bdcebc2f75a10215cdff6683ee669fbdec9f6b85d101b19fe6702adb
|
||||
tag: v3.4.0@sha256:ae85d9d8001767cb6ce94c6f1e7502a4b4aed861cd5563b72b8544cbbeb70733
|
||||
ffmpegImage:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -25,15 +25,15 @@ cublasCuda11FfmpegImage:
|
||||
allInOneCuda12Image:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.3.2-aio-gpu-nvidia-cuda-12@sha256:9f881cf0b92fc2f73fec412d594f0ba9cdcf4e7ac14efc9cdcd7d51725b44b2b
|
||||
tag: v3.4.0-aio-gpu-nvidia-cuda-12@sha256:4715bf14cc963a84e8ab1cae5f4fe9a1992abe3c4dcf35dc27e2e43acc502f31
|
||||
allInOneCuda11Image:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.3.2-aio-gpu-nvidia-cuda-11@sha256:62444636376b0678d753df4e96c91f12d05bad34a27a2c162b5d4be535bf6a9e
|
||||
tag: v3.4.0-aio-gpu-nvidia-cuda-11@sha256:6d0f53d3c8c414aa675ccb349347d82f52196df4ea92ae734c9c9b73509a30e6
|
||||
allInOneCpuImage:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.3.2-aio-cpu@sha256:90668517aec6991a8c0401ef199680a738b710fb532a81f2d9566e15c4249be7
|
||||
tag: v3.4.0-aio-cpu@sha256:b7802966f964f83b9fda8f94d3cb79a3222a8080059e823b7515b75079a13abb
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user