From 2d415d7a45cee9674d424373c660e03412e70163 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 12 May 2026 04:53:09 +0200 Subject: [PATCH] =?UTF-8?q?fix(local-ai):=20update=20image=20docker.io/loc?= =?UTF-8?q?alai/localai=20v4.2.0=20=E2=86=92=20v4.2.1=20(#48145)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | patch | `70c670f` → `0fa73f6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
mudler/LocalAI (docker.io/localai/localai) ### [`v4.2.1`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.2.1) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v4.2.0...v4.2.1) #### What's Changed ##### Exciting New Features 🎉 - feat: add ds4 backend (DeepSeek V4 Flash) with tool calls, thinking, KV cache by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​9758](https://redirect.github.com/mudler/LocalAI/pull/9758) ##### 👒 Dependencies - chore(deps): bump the go\_modules group across 1 directory with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​9759](https://redirect.github.com/mudler/LocalAI/pull/9759) ##### Other Changes - docs: :arrow\_up: update docs version mudler/LocalAI by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​9762](https://redirect.github.com/mudler/LocalAI/pull/9762) - ci(bump-deps): register ds4 + move version pin into the Makefile by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​9761](https://redirect.github.com/mudler/LocalAI/pull/9761) - chore: :arrow\_up: Update ikawrakow/ik\_llama.cpp to `eb570eb96689c235933b813693ca28ab9d3d26de` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​9764](https://redirect.github.com/mudler/LocalAI/pull/9764) - feat(ollama): report model capabilities + details on /api/tags and /api/show by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​9766](https://redirect.github.com/mudler/LocalAI/pull/9766) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - 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 this update again. --- - [ ] 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). --- charts/stable/local-ai/Chart.yaml | 4 ++-- charts/stable/local-ai/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index b512f64229a..896ce845e91 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 4.2.0 +appVersion: 4.2.1 dependencies: - name: common version: 29.3.4 @@ -36,5 +36,5 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/local-ai - https://hub.docker.com/r/localai/localai type: application -version: 18.5.0 +version: 18.5.1 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 273d88f5a61..aab8eb36ec5 100644 --- a/charts/stable/local-ai/values.yaml +++ b/charts/stable/local-ai/values.yaml @@ -2,7 +2,7 @@ image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v4.2.0@sha256:70c670f871bebbbf13b9274c76657e80d204df1ebebb57d565ee2959becee166 + tag: v4.2.1@sha256:0fa73f600d310bb1792886db975d1b55dbb5eab1121552f11872892e40be8294 ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent