chore(helm): update image docker.io/localai/localai v3.1.1 → v3.2.3 (#37832)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `5820587` -> `93a13cf` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `e7e7874` -> `c1e3315` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `da5ca6b` -> `0648449` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `01a3d9c` -> `cb6e6f9` |

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.2.3`](https://redirect.github.com/mudler/LocalAI/releases/tag/v3.2.3)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v3.2.2...v3.2.3)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

##### What's Changed

##### Bug fixes 🐛

- fix(cuda): be consistent with image tag naming by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5916](https://redirect.github.com/mudler/LocalAI/pull/5916)

##### 📖 Documentation and examples

- chore(docs): add documentation on backend detection override by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5915](https://redirect.github.com/mudler/LocalAI/pull/5915)

##### Other Changes

- chore: :arrow\_up: Update ggml-org/llama.cpp to
`c7f3169cd523140a288095f2d79befb20a0b73f4` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/5913](https://redirect.github.com/mudler/LocalAI/pull/5913)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v3.2.2...v3.2.3

###
[`v3.2.2`](https://redirect.github.com/mudler/LocalAI/releases/tag/v3.2.2)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v3.2.0...v3.2.2)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

##### What's Changed

##### Bug fixes 🐛

- fix(backends gallery): trim string when reading cap from file by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5909](https://redirect.github.com/mudler/LocalAI/pull/5909)
- fix(vulkan): use correct image suffix by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5911](https://redirect.github.com/mudler/LocalAI/pull/5911)
- fix(ci): add nvidia-l4t capability to l4t images by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5914](https://redirect.github.com/mudler/LocalAI/pull/5914)

##### Exciting New Features 🎉

- feat(backend gallery): add mirrors by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/5910](https://redirect.github.com/mudler/LocalAI/pull/5910)

##### Other Changes

- docs: :arrow\_up: update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/5912](https://redirect.github.com/mudler/LocalAI/pull/5912)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v3.2.1...v3.2.2

###
[`v3.2.0`](https://redirect.github.com/mudler/LocalAI/releases/tag/v3.2.0)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v3.1.1...v3.2.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.2.0
</h1>

Welcome to LocalAI 3.2.0! This is a release that refactors our
architecture to be more flexible and lightweight.

**The core is now separated from all the backends**, making LocalAI
faster to download, easier to manage, portable, and much more smaller.

##### TL;DR – What’s New in LocalAI 3.2.0 🎉

- 🧩 Modular Backends: All backends now live outside the main binary in
our new Backend Gallery. This means you can update, add, or manage
backends independently of LocalAI releases.
- 📉 Leaner Than Ever: The LocalAI binary and container images are
drastically smaller, making for faster downloads and a reduced
footprint.
- 🤖 Smart Backend Installation: It just works! When you install a model,
LocalAI automatically detects your hardware (CPU, NVIDIA, AMD, Intel)
and downloads the necessary backend. No more manual configuration!
- 🛠️ Simplified Build Process: The new modular architecture
significantly simplifies the build process for contributors and power
users.
- ️ Intel GPU Support for Whisper: Transcription with Whisper can now
be accelerated on Intel GPUs using SYCL, bringing more hardware options
to our users.
- 🗣️ Enhanced Realtime Audio: We've added speech started and stopped
events for more interactive applications and OpenAI-compatible support
for the input\_audio field in the chat API.
- 🧠 Massive Model Expansion: The gallery has been updated with over 50
new models, including the latest from `Qwen3`, `Gemma`, `Mistral`,
`Nemotron`, and more!

**Note**: CI is in the process of building all the backends for this
release and will be available soon - if you hit any issue, please try in
a few, thanks for understanding!
**Note**: Some parts of the documentation and the installation scripts
(that download the release binaries) have to yet be adapted to the
latest changes and/or might not reflect the current state

##### A New Modular Architecture 🧩

The biggest change in v3.2.0 is the complete separation of inference
backends from the core LocalAI binary. Backends like llama.cpp,
whisper.cpp, piper, and stablediffusion-ggml are no longer bundled in.

This fundamental shift makes LocalAI:

- Lighter: Significantly smaller binary and container image sizes.
- More Flexible: Update backends anytime from the gallery without
waiting for a new LocalAI release.
- Easier to Maintain: A cleaner, more streamlined codebase for faster
development.
- Easier to Customize: you can build your own backends and install them
in your LocalAI instances.

##### Smart, Automatic Backend Installation 🤖

To make the new modular system seamless, LocalAI now features automatic
backend installation.

When you install a model from the gallery (or a YAML file), LocalAI
intelligently detects the required backend and your system's
capabilities, then downloads the correct version for you. Whether you're
running on a standard CPU, an NVIDIA GPU, an AMD GPU, or an Intel GPU,
LocalAI handles it automatically.

For advanced use cases or to override auto-detection, you can use the
LOCALAI\_FORCE\_META\_BACKEND\_CAPABILITY environment variable. Here are
the available options:

- `default`: Forces CPU-only backend. This is the fallback if no
specific hardware is detected.
- `nvidia`: Forces backends compiled with CUDA support for NVIDIA GPUs.
- `amd`: Forces backends compiled with ROCm support for AMD GPUs.
- `intel`: Forces backends compiled with SYCL/oneAPI support for Intel
GPUs.

##### The Backend Gallery & CLI Control 🖼️

You are in full control. You can browse, install, and manage all
available backends directly from the WebUI or using the new CLI
commands:

```bash

##### List all available backends in the gallery
local-ai backends list

##### Install a specific backend (e.g., llama-cpp)
local-ai backends install llama-cpp

##### Uninstall a backend
local-ai backends uninstall llama-cpp
```

For development, offline or air-gapped environments, you can now also
install backends directly from a local OCI tar file:

```
local-ai backends install "ocifile://<PATH_TO_TAR_FILE>"
```

##### Other Key Improvements

- 🗣️ Enhanced Realtime and Audio APIs: Building voice-activated
applications is now easier.
- The new speech started and stopped events give you precise control
over realtime audio streams.
- We now support the input\_audio field in the /v1/chat/completions
endpoint for multimodal audio inputs, improving OpenAI compatibility.
- ️ Intel GPU Acceleration for Whisper: Our Whisper backend now
supports SYCL, enabling hardware-accelerated transcriptions on Intel
GPUs.
-  UI and Bug Fixes: We've squashed several bugs for a smoother
experience, including a fix that correctly shows the download status for
backend images in the gallery, so you always know what's happening.
- 🧠 Massive Model Gallery Expansion: Our model gallery has never been
bigger! We've added over 50 new and updated models, with a focus on
powerful new releases like qwen3, devstral-small, and nemotron.

##### 🚨 Important Note for Upgrading

Due to the new modular architecture, if you have existing models
installed with a version prior to 3.2.0, they might not have a specific
backend assigned.

After upgrading, you may need to install the required backend manually
for these models to work. You can do this easily from the WebUI or via
the CLI: `local-ai backends install <backend_name>`.

##### 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,100 stars**, and LocalAGI has already rocketed
past **900+ 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
##### Breaking Changes 🛠
* feat: do not bundle llama-cpp anymore by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5790](https://redirect.github.com/mudler/LocalAI/pull/5790)l/5790
* feat: refactor build process, drop embedded backends by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5875](https://redirect.github.com/mudler/LocalAI/pull/5875)l/5875

##### Bug fixes 🐛
* fix(gallery): automatically install model from name by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5757](https://redirect.github.com/mudler/LocalAI/pull/5757)l/5757
* fix: Diffusers and XPU fixes by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5737](https://redirect.github.com/mudler/LocalAI/pull/5737)l/5737
* fix(gallery): correctly show status for downloading OCI images by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5774](https://redirect.github.com/mudler/LocalAI/pull/5774)l/5774
* fix: explorer page should not have login by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5855](https://redirect.github.com/mudler/LocalAI/pull/5855)l/5855
* fix: dockerfile typo by
@&#8203;LeonSijia[https://github.com/mudler/LocalAI/pull/5823](https://redirect.github.com/mudler/LocalAI/pull/5823)l/5823
* fix(docs): Resolve logo overlap on tablet view by
@&#8203;dedy[https://github.com/mudler/LocalAI/pull/5853](https://redirect.github.com/mudler/LocalAI/pull/5853)l/5853
* fix: do not pass by environ to ffmpeg by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5871](https://redirect.github.com/mudler/LocalAI/pull/5871)l/5871
* fix(p2p): adapt to backend changes, general improvements by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5889](https://redirect.github.com/mudler/LocalAI/pull/5889)l/5889

##### Exciting New Features 🎉
* feat(llama.cpp): allow to set kv-overrides by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5745](https://redirect.github.com/mudler/LocalAI/pull/5745)l/5745
* feat(backends): add metas in the gallery by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5784](https://redirect.github.com/mudler/LocalAI/pull/5784)l/5784
* feat(system): detect and allow to override capabilities by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5785](https://redirect.github.com/mudler/LocalAI/pull/5785)l/5785
* chore(cli): add backends CLI to manipulate and install backends by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5787](https://redirect.github.com/mudler/LocalAI/pull/5787)l/5787
* feat(whisper): Enable SYCL by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5802](https://redirect.github.com/mudler/LocalAI/pull/5802)l/5802
* feat(cli): allow to install backends from OCI tar files by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5816](https://redirect.github.com/mudler/LocalAI/pull/5816)l/5816
* feat(cli): add command to create custom OCI images from directories by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5844](https://redirect.github.com/mudler/LocalAI/pull/5844)l/5844
* feat(realtime): Add speech started and stopped events by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5856](https://redirect.github.com/mudler/LocalAI/pull/5856)l/5856
* fix: autoload backends when installing models from YAML files by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5859](https://redirect.github.com/mudler/LocalAI/pull/5859)l/5859
* feat: split piper from main binary by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5858](https://redirect.github.com/mudler/LocalAI/pull/5858)l/5858
* feat: remove stablediffusion-ggml from main binary by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5861](https://redirect.github.com/mudler/LocalAI/pull/5861)l/5861
* feat: split whisper from main binary by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5863](https://redirect.github.com/mudler/LocalAI/pull/5863)l/5863
* feat(openai): support input_audio chat api field by
@&#8203;mgoltzsc[https://github.com/mudler/LocalAI/pull/5870](https://redirect.github.com/mudler/LocalAI/pull/5870)l/5870
* fix(realtime): Reset speech started flag on commit by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5879](https://redirect.github.com/mudler/LocalAI/pull/5879)l/5879
* fix(build): Add and update ONEAPI_VERSION by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5874](https://redirect.github.com/mudler/LocalAI/pull/5874)l/5874

##### 🧠 Models
* chore(model gallery): add qwen3-55b-a3b-total-recall-v1.3-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5746](https://redirect.github.com/mudler/LocalAI/pull/5746)l/5746
* chore(model gallery): add qwen3-55b-a3b-total-recall-deep-40x by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5747](https://redirect.github.com/mudler/LocalAI/pull/5747)l/5747
* chore(model gallery): add
qwen3-42b-a3b-stranger-thoughts-deep20x-abliterated-uncensored-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5748](https://redirect.github.com/mudler/LocalAI/pull/5748)l/5748
* chore(model gallery): add
mistral-small-3.2-46b-the-brilliant-raconteur-ii-instruct-2506 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5749](https://redirect.github.com/mudler/LocalAI/pull/5749)l/5749
* chore(model gallery): add qwen3-22b-a3b-the-harley-quinn by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5750](https://redirect.github.com/mudler/LocalAI/pull/5750)l/5750
* chore(model gallery): add
gemma-3-4b-it-max-horror-uncensored-dbl-x-imatrix by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5751](https://redirect.github.com/mudler/LocalAI/pull/5751)l/5751
* chore(model gallery): add
qwen3-33b-a3b-stranger-thoughts-abliterated-uncensored by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5755](https://redirect.github.com/mudler/LocalAI/pull/5755)l/5755
* chore(model gallery): add thedrummer_anubis-70b-v1.1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5771](https://redirect.github.com/mudler/LocalAI/pull/5771)l/5771
* chore(model gallery): add steelskull_l3.3-shakudo-70b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5772](https://redirect.github.com/mudler/LocalAI/pull/5772)l/5772
* chore(model gallery): add pinkpixel_crystal-think-v2 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5773](https://redirect.github.com/mudler/LocalAI/pull/5773)l/5773
* chore(model gallery): add helpingai_dhanishtha-2.0-preview by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5791](https://redirect.github.com/mudler/LocalAI/pull/5791)l/5791
* chore(model gallery): add agentica-org_deepswe-preview by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5792](https://redirect.github.com/mudler/LocalAI/pull/5792)l/5792
* chore(model gallery): add zerofata_ms3.2-paintedfantasy-visage-33b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5793](https://redirect.github.com/mudler/LocalAI/pull/5793)l/5793
* chore(model gallery): add ockerman0_anubislemonade-70b-v1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5794](https://redirect.github.com/mudler/LocalAI/pull/5794)l/5794
* chore(model gallery): add sicariussicariistuff_impish_llama_4b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5799](https://redirect.github.com/mudler/LocalAI/pull/5799)l/5799
* chore(model gallery): add nano_imp_1b-q8_0 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5800](https://redirect.github.com/mudler/LocalAI/pull/5800)l/5800
* chore(model gallery): add compumacy-experimental-32b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5803](https://redirect.github.com/mudler/LocalAI/pull/5803)l/5803
* chore(model gallery): add mini-hydra by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5804](https://redirect.github.com/mudler/LocalAI/pull/5804)l/5804
* chore(model gallery): add zonui-3b-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5805](https://redirect.github.com/mudler/LocalAI/pull/5805)l/5805
* chore(model gallery): add huihui-jan-nano-abliterated by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5806](https://redirect.github.com/mudler/LocalAI/pull/5806)l/5806
* chore(model gallery): add
cognitivecomputations_dolphin-mistral-24b-venice-edition by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5813](https://redirect.github.com/mudler/LocalAI/pull/5813)l/5813
* chore(model gallery): add ockerman0_anubislemonade-70b-v1.1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5814](https://redirect.github.com/mudler/LocalAI/pull/5814)l/5814
* chore(model gallery): add qwen3-8b-shiningvaliant3 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5815](https://redirect.github.com/mudler/LocalAI/pull/5815)l/5815
* chore(model gallery): add
lyranovaheart_starfallen-snow-fantasy-24b-ms3.2-v0.0 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5818](https://redirect.github.com/mudler/LocalAI/pull/5818)l/5818
* chore(model gallery): add zerofata_l3.3-geneticlemonade-opus-70b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5819](https://redirect.github.com/mudler/LocalAI/pull/5819)l/5819
* chore(model gallery): add huggingfacetb_smollm3-3b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5820](https://redirect.github.com/mudler/LocalAI/pull/5820)l/5820
* chore(model gallery): add delta-vector_plesio-70b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5825](https://redirect.github.com/mudler/LocalAI/pull/5825)l/5825
* chore(model gallery): add thedrummer_big-tiger-gemma-27b-v3 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5826](https://redirect.github.com/mudler/LocalAI/pull/5826)l/5826
* chore(model gallery): add thedrummer_tiger-gemma-12b-v3 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5827](https://redirect.github.com/mudler/LocalAI/pull/5827)l/5827
* chore(model gallery): add microsoft_nextcoder-32b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5832](https://redirect.github.com/mudler/LocalAI/pull/5832)l/5832
* chore(model gallery): add huihui-ai_huihui-gemma-3n-e4b-it-abliterated
by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5833](https://redirect.github.com/mudler/LocalAI/pull/5833)l/5833
* chore(model gallery): add mistralai_devstral-small-2507 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5834](https://redirect.github.com/mudler/LocalAI/pull/5834)l/5834
* chore(model gallery): add
nvidia_llama-3_3-nemotron-super-49b-genrm-multilingual by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5837](https://redirect.github.com/mudler/LocalAI/pull/5837)l/5837
* chore(model gallery): add
mistral-2x24b-moe-power-coder-magistral-devstral-reasoning-ultimate-neo-max-44b
by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5838](https://redirect.github.com/mudler/LocalAI/pull/5838)l/5838
* chore(model gallery): add impish_magic_24b-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5839](https://redirect.github.com/mudler/LocalAI/pull/5839)l/5839
* chore(model gallery): add google_medgemma-4b-it by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5842](https://redirect.github.com/mudler/LocalAI/pull/5842)l/5842
* chore(model gallery): add google_medgemma-27b-it by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5843](https://redirect.github.com/mudler/LocalAI/pull/5843)l/5843
* chore(model gallery): add zhi-create-qwen3-32b-i1 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5847](https://redirect.github.com/mudler/LocalAI/pull/5847)l/5847
* chore(model gallery): add sophosympatheia_strawberrylemonade-70b-v1.1
by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5848](https://redirect.github.com/mudler/LocalAI/pull/5848)l/5848
* chore(model-gallery): ⬆️ update checksum by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5865](https://redirect.github.com/mudler/LocalAI/pull/5865)l/5865
* chore(model gallery): add omega-qwen3-atom-8b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5883](https://redirect.github.com/mudler/LocalAI/pull/5883)l/5883
* chore(model gallery): add dream-org_dream-v0-instruct-7b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5884](https://redirect.github.com/mudler/LocalAI/pull/5884)l/5884
* chore(model gallery): add entfane_math-genius-7b by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5885](https://redirect.github.com/mudler/LocalAI/pull/5885)l/5885
* chore(model gallery): add menlo_lucy by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5886](https://redirect.github.com/mudler/LocalAI/pull/5886)l/5886
* chore(model gallery): add qwen3-235b-a22b-instruct-2507 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5887](https://redirect.github.com/mudler/LocalAI/pull/5887)l/5887
* chore(model gallery): add qwen3-coder-480b-a35b-instruct by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5888](https://redirect.github.com/mudler/LocalAI/pull/5888)l/5888

##### 📖 Documentation and examples
* fix(docs): Improve Header Responsiveness - Hide "Star us on GitHub!"
on Mobile by
@&#8203;dedy[https://github.com/mudler/LocalAI/pull/5770](https://redirect.github.com/mudler/LocalAI/pull/5770)l/5770

##### 👒 Dependencies
* chore: ⬆️ Update ggml-org/llama.cpp to
`27208bf657cfe7262791df473927225e48efe482` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5753](https://redirect.github.com/mudler/LocalAI/pull/5753)l/5753
* chore: ⬆️ Update ggml-org/llama.cpp to
`caf5681fcb47dfe9bafee94ef9aa8f669ac986c7` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5758](https://redirect.github.com/mudler/LocalAI/pull/5758)l/5758
* chore: ⬆️ Update ggml-org/llama.cpp to
`0a5a3b5cdfd887cf0f8e09d9ff89dee130cfcdde` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5759](https://redirect.github.com/mudler/LocalAI/pull/5759)l/5759
* chore: ⬆️ Update ggml-org/whisper.cpp to
`bca021c9740b267c2973fba56555be052006023a` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5776](https://redirect.github.com/mudler/LocalAI/pull/5776)l/5776
* chore: ⬆️ Update ggml-org/llama.cpp to
`de569441470332ff922c23fb0413cc957be75b25` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5777](https://redirect.github.com/mudler/LocalAI/pull/5777)l/5777
* chore: ⬆️ Update ggml-org/whisper.cpp to
`d9999d54c868b8bfcd376aa26067e787d53e679e` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5782](https://redirect.github.com/mudler/LocalAI/pull/5782)l/5782
* chore: ⬆️ Update ggml-org/llama.cpp to
`e75ba4c0434eb759eb7ff74e034ebe729053e575` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5783](https://redirect.github.com/mudler/LocalAI/pull/5783)l/5783
* chore(bark-cpp): generalize and move to bark-cpp by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5786](https://redirect.github.com/mudler/LocalAI/pull/5786)l/5786
* chore: ⬆️ Update PABannier/bark.cpp to
`5d5be84f089ab9ea53b7a793f088d3fbf7247495` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/4786](https://redirect.github.com/mudler/LocalAI/pull/4786)l/4786
* chore: ⬆️ Update ggml-org/llama.cpp to
`bee28421be25fd447f61cb6db64d556cbfce32ec` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5788](https://redirect.github.com/mudler/LocalAI/pull/5788)l/5788
* chore: ⬆️ Update ggml-org/llama.cpp to
`ef797db357e44ecb7437fa9d22f4e1614104b342` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5795](https://redirect.github.com/mudler/LocalAI/pull/5795)l/5795
* chore: ⬆️ Update ggml-org/llama.cpp to
`a0374a67e2924f2e845cdc59dd67d9a44065a89c` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5798](https://redirect.github.com/mudler/LocalAI/pull/5798)l/5798
* chore: ⬆️ Update ggml-org/llama.cpp to
`6491d6e4f1caf0ad2221865b4249ae6938a6308c` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5801](https://redirect.github.com/mudler/LocalAI/pull/5801)l/5801
* chore: ⬆️ Update ggml-org/llama.cpp to
`12f55c302b35cfe900b84c5fe67c262026af9c44` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5808](https://redirect.github.com/mudler/LocalAI/pull/5808)l/5808
* chore: ⬆️ Update ggml-org/whisper.cpp to
`869335f2d58d04010535be9ae23a69a9da12a169` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5809](https://redirect.github.com/mudler/LocalAI/pull/5809)l/5809
* chore: ⬆️ Update ggml-org/llama.cpp to
`6efcd65945a98cf6883cdd9de4c8ccd8c79d219a` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5817](https://redirect.github.com/mudler/LocalAI/pull/5817)l/5817
* chore: ⬆️ Update ggml-org/llama.cpp to
`0b8855775c6b873931d40b77a5e42558aacbde52` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5830](https://redirect.github.com/mudler/LocalAI/pull/5830)l/5830
* chore: ⬆️ Update ggml-org/llama.cpp to
`f5e96b368f1acc7f53c390001b936517c4d18999` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5835](https://redirect.github.com/mudler/LocalAI/pull/5835)l/5835
* chore: ⬆️ Update ggml-org/llama.cpp to
`c31e60647def83d671bac5ab5b35579bf25d9aa1` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5840](https://redirect.github.com/mudler/LocalAI/pull/5840)l/5840
* chore: ⬆️ Update ggml-org/whisper.cpp to
`3775c503d5133d3d8b99d7d062e87a54064b0eb8` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5841](https://redirect.github.com/mudler/LocalAI/pull/5841)l/5841
* chore: ⬆️ Update ggml-org/whisper.cpp to
`a16da91365700f396da916d16a7f5a2ec99364b9` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5846](https://redirect.github.com/mudler/LocalAI/pull/5846)l/5846
* chore: ⬆️ Update ggml-org/llama.cpp to
`982e347255723fe6d02e60ee30cfdd0559c884c5` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5845](https://redirect.github.com/mudler/LocalAI/pull/5845)l/5845
* chore: ⬆️ Update ggml-org/whisper.cpp to
`032697b9a850dc2615555e2a93a683cc3dd58559` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5849](https://redirect.github.com/mudler/LocalAI/pull/5849)l/5849
* chore: ⬆️ Update ggml-org/llama.cpp to
`bdca38376f7e8dd928defe01ce6a16218a64b040` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5850](https://redirect.github.com/mudler/LocalAI/pull/5850)l/5850
* chore: ⬆️ Update ggml-org/llama.cpp to
`4a4f426944e79b79e389f9ed7b34831cb9b637ad` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5852](https://redirect.github.com/mudler/LocalAI/pull/5852)l/5852
* chore: ⬆️ Update ggml-org/llama.cpp to
`496957e1cbcb522abc63aa18521036e40efce985` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5854](https://redirect.github.com/mudler/LocalAI/pull/5854)l/5854
* chore: ⬆️ Update ggml-org/llama.cpp to
`d6fb3f6b49b27ef1c0f4cf5128e041f7e7dc03af` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5857](https://redirect.github.com/mudler/LocalAI/pull/5857)l/5857
* chore(deps): bump securego/gosec from 2.22.5 to 2.22.7 by
@&#8203;dependabot[bo[https://github.com/mudler/LocalAI/pull/5878](https://redirect.github.com/mudler/LocalAI/pull/5878)l/5878
* chore: ⬆️ Update richiejp/stable-diffusion.cpp to
`10c6501bd05a697e014f1bee3a84e5664290c489` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5732](https://redirect.github.com/mudler/LocalAI/pull/5732)l/5732
* fix(stablediffusion-cpp): Switch back to upstream and update by
@&#8203;richie[https://github.com/mudler/LocalAI/pull/5880](https://redirect.github.com/mudler/LocalAI/pull/5880)l/5880

##### Other Changes
* docs: ⬆️ update docs version mudler/LocalAI by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5752](https://redirect.github.com/mudler/LocalAI/pull/5752)l/5752
* docs: ⬆️ update docs version mudler/LocalAI by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5775](https://redirect.github.com/mudler/LocalAI/pull/5775)l/5775
* docs: ⬆️ update docs version mudler/LocalAI by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5781](https://redirect.github.com/mudler/LocalAI/pull/5781)l/5781
* chore: ⬆️ Update ggml-org/llama.cpp to
`bf9087f59aab940cf312b85a67067ce33d9e365a` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5860](https://redirect.github.com/mudler/LocalAI/pull/5860)l/5860
* chore: ⬆️ Update ggml-org/llama.cpp to
`a979ca22db0d737af1e548a73291193655c6be99` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5862](https://redirect.github.com/mudler/LocalAI/pull/5862)l/5862
* chore: ⬆️ Update ggml-org/llama.cpp to
`2be60cbc2707359241c2784f9d2e30d8fc7cdabb` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5867](https://redirect.github.com/mudler/LocalAI/pull/5867)l/5867
* chore: ⬆️ Update ggml-org/whisper.cpp to
`1f5cf0b2888402d57bb17b2029b2caa97e5f3baf` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5876](https://redirect.github.com/mudler/LocalAI/pull/5876)l/5876
* chore: ⬆️ Update ggml-org/llama.cpp to
`6c9ee3b17e19dcc82ab93d52ae46fdd0226d4777` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5877](https://redirect.github.com/mudler/LocalAI/pull/5877)l/5877
* chore: drop vllm for cuda 11 by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5881](https://redirect.github.com/mudler/LocalAI/pull/5881)l/5881
* chore: ⬆️ Update ggml-org/llama.cpp to
`acd6cb1c41676f6bbb25c2a76fa5abeb1719301e` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5882](https://redirect.github.com/mudler/LocalAI/pull/5882)l/5882
* fix: rename Dockerfile.go --> Dockerfile.golang to avoid IDE errors by
@&#8203;dave-gray1[https://github.com/mudler/LocalAI/pull/5892](https://redirect.github.com/mudler/LocalAI/pull/5892)l/5892
* chore(Makefile): drop unused targets by
@&#8203;mudl[https://github.com/mudler/LocalAI/pull/5893](https://redirect.github.com/mudler/LocalAI/pull/5893)l/5893
* chore: ⬆️ Update ggml-org/llama.cpp to
`a86f52b2859dae4db5a7a0bbc0f1ad9de6b43ec6` by
@&#8203;localai-b[https://github.com/mudler/LocalAI/pull/5894](https://redirect.github.com/mudler/LocalAI/pull/5894)l/5894
* fix: untangle pkg and core by
@&#8203;dave-gray1[https://github.com/mudler/LocalAI/pull/5896](https://redirect.github.com/mudler/LocalAI/pull/5896)l/5896
* Update quickstart.md by
@&#8203;Shinr[https://github.com/mudler/LocalAI/pull/5898](https://redirect.github.com/mudler/LocalAI/pull/5898)l/5898

</details>

##### New Contributors
* @&#8203;dedyf5 made their first
contributi[https://github.com/mudler/LocalAI/pull/5770](https://redirect.github.com/mudler/LocalAI/pull/5770)l/5770
* @&#8203;Shinrai made their first
contributi[https://github.com/mudler/LocalAI/pull/5898](https://redirect.github.com/mudler/LocalAI/pull/5898)l/5898

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v3.1.1...v3.2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-07-28 09:12:59 +02:00
committed by GitHub
parent 4cfd258ce6
commit 55ed2f03dd
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 3.1.1
appVersion: 3.2.3
dependencies:
- name: common
version: 28.13.0
@@ -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.1.0
version: 16.5.0
+4 -4
View File
@@ -1,7 +1,7 @@
image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v3.1.1@sha256:01a3d9cf057ae5f95370ee506da36592517a0ead7a413aadd6ee7b8c73b70417
tag: v3.2.3@sha256:cb6e6f9493eff9c42710f0a06825e9f384f22c746e7d0c9ba311f41f61dd3071
ffmpegImage:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
@@ -25,15 +25,15 @@ cublasCuda11FfmpegImage:
allInOneCuda12Image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v3.1.1-aio-gpu-nvidia-cuda-12@sha256:da5ca6bcbb177206077695879a2b2cadf604f9601be74b6e7f46977be1193b22
tag: v3.2.3-aio-gpu-nvidia-cuda-12@sha256:0648449fc2bfd38b789b4634b04a793d1a5c68e969388a8481b38cf4abd15af8
allInOneCuda11Image:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v3.1.1-aio-gpu-nvidia-cuda-11@sha256:e7e787478104477d97b94000e9d746caff0a83fdc66469447189e8e0b0042c77
tag: v3.2.3-aio-gpu-nvidia-cuda-11@sha256:c1e3315926c8ad3b0d0e6c745932023e2b84be9c41b8ee9b31f05ecb70ef1264
allInOneCpuImage:
repository: docker.io/localai/localai
pullPolicy: IfNotPresent
tag: v3.1.1-aio-cpu@sha256:5820587deaa997aec94deddd4dc3434f1073085b9a8164aeb60b333f3c276fac
tag: v3.2.3-aio-cpu@sha256:93a13cfbed22b15e6ae37f474ed5c6248e5446fd1e6ca3fdeda1f5463a873429
securityContext:
container:
runAsNonRoot: false