From 7aadaf41736fecf9add3cc929e22edcdc2850349 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 31 May 2026 03:25:51 +0200 Subject: [PATCH] =?UTF-8?q?fix(local-ai):=20update=20image=20docker.io/loc?= =?UTF-8?q?alai/localai=20v4.3.5=20=E2=86=92=20v4.3.6=20(#48651)?= 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 | `2d593a4` → `d62ab7b` | --- > [!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.3.6`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.3.6) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v4.3.5...v4.3.6) #### What's Changed ##### Other Changes - chore: :arrow\_up: Update ggml-org/llama.cpp to `22d66b567eef11cf2e9832f04db64ee0323a0fd0` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10080](https://redirect.github.com/mudler/LocalAI/pull/10080) - security(http): refuse redirects on outbound clients via hardened pkg/httpclient by [@​richiejp](https://redirect.github.com/richiejp) in [#​10087](https://redirect.github.com/mudler/LocalAI/pull/10087) - feat(parakeet-cpp): add NVIDIA NeMo Parakeet ASR backend (parakeet.cpp) by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10084](https://redirect.github.com/mudler/LocalAI/pull/10084) - chore: :arrow\_up: Update antirez/ds4 to `e16ead1e29c81a67bbb64e5b001117679cf9ce6e` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10076](https://redirect.github.com/mudler/LocalAI/pull/10076) - chore: :arrow\_up: Update mudler/parakeet.cpp to `30a307553f1965ceb38a1a922069a71e7dd67bf3` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10092](https://redirect.github.com/mudler/LocalAI/pull/10092) **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 5aeb1ce0e8b..e71622a9243 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.3.5 +appVersion: 4.3.6 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.6.3 +version: 18.6.4 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 57fe1d3e95b..2e49c6365aa 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.3.5@sha256:2d593a4f3a7c07993b116179089c748ac71fc2c1852a19a87a4eec439b0415f7 + tag: v4.3.6@sha256:d62ab7bb1c578febf2a4ea2566c294d5f334bdd822e48a896ee10cca950ec177 ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent