From fc33b5be2041a22ab4750c98d59f0076b2e3ee25 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 28 May 2026 20:40:24 +0200 Subject: [PATCH] =?UTF-8?q?fix(local-ai):=20update=20image=20docker.io/loc?= =?UTF-8?q?alai/localai=20v4.3.1=20=E2=86=92=20v4.3.3=20(#48589)?= 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 | `28f0aa9` → `860a8e8` | --- > [!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.3`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.3.3) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v4.3.1...v4.3.3) #### What's Changed ##### Other Changes - chore: :arrow\_up: Update ikawrakow/ik\_llama.cpp to `3bf7e836c2c5a895e8d12d3eb7e398ae7ab2f9ce` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10037](https://redirect.github.com/mudler/LocalAI/pull/10037) - chore(model-gallery): :arrow\_up: update checksum by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10038](https://redirect.github.com/mudler/LocalAI/pull/10038) - chore: :arrow\_up: Update ggml-org/llama.cpp to `aa50b2c2ae91326d5aad956ceeb015d1d48e626b` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10034](https://redirect.github.com/mudler/LocalAI/pull/10034) - chore: :arrow\_up: Update leejet/stable-diffusion.cpp to `29ab511fc75f89fbab148665eab1a8e10a139a72` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10033](https://redirect.github.com/mudler/LocalAI/pull/10033) - chore: :arrow\_up: Update ggml-org/whisper.cpp to `6dcdd6536456158667747f724d6bd3a2ceaa8d88` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10032](https://redirect.github.com/mudler/LocalAI/pull/10032) - chore: :arrow\_up: Update antirez/ds4 to `072bc0feb187be5f374c08b16d0045e1ad7bc9bc` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10036](https://redirect.github.com/mudler/LocalAI/pull/10036) - fix(openresponses): populate Content and accept bare {role,content} items ([#​10039](https://redirect.github.com/mudler/LocalAI/issues/10039)) by [@​Anai-Guo](https://redirect.github.com/Anai-Guo) in [#​10040](https://redirect.github.com/mudler/LocalAI/pull/10040) - perf(react-ui): code-split bundle, speed up coverage suite by [@​richiejp](https://redirect.github.com/richiejp) in [#​10042](https://redirect.github.com/mudler/LocalAI/pull/10042) **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 56c2c8b6562..9bfb69f8d39 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.1 +appVersion: 4.3.3 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.0 +version: 18.6.1 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 913bd5f889b..c90a1153b28 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.1@sha256:28f0aa989a2963ef863706d19e4dca95da16ed3db31e106fb65e66356d8cf89a + tag: v4.3.3@sha256:860a8e8c0d486193640f00a678d5b707dc8fe5df0a1dc312c298b24f51a2aa7a ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent