From 397b2aa887716869eeea1b95fa2c7044796e0c87 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 19 Mar 2024 01:28:53 +0100 Subject: [PATCH] chore(deps): update container image docker.io/localai/localai to v2.10.1 by renovate (#19487) 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://togithub.com/mudler/LocalAI) | patch | `v2.10.0-cublas-cuda11-ffmpeg-core` -> `v2.10.1-cublas-cuda11-ffmpeg-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.10.0-cublas-cuda11-core` -> `v2.10.1-cublas-cuda11-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.10.0-cublas-cuda12-ffmpeg-core` -> `v2.10.1-cublas-cuda12-ffmpeg-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.10.0-cublas-cuda12-core` -> `v2.10.1-cublas-cuda12-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.10.0-ffmpeg-core` -> `v2.10.1-ffmpeg-core` | | [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) | patch | `v2.10.0` -> `v2.10.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
mudler/LocalAI (docker.io/localai/localai) ### [`v2.10.1`](https://togithub.com/mudler/LocalAI/releases/tag/v2.10.1) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.10.0...v2.10.1) ##### What's Changed ##### Bug fixes :bug: - fix(llama.cpp): fix eos without cache by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1852](https://togithub.com/mudler/LocalAI/pull/1852) - fix(config): default to debug=false if not set by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1853](https://togithub.com/mudler/LocalAI/pull/1853) - fix(config-watcher): start only if config-directory exists by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1854](https://togithub.com/mudler/LocalAI/pull/1854) ##### Exciting New Features 🎉 - deps(whisper.cpp): update, fix cublas build by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1846](https://togithub.com/mudler/LocalAI/pull/1846) ##### Other Changes - fixes [#​1051](https://togithub.com/mudler/LocalAI/issues/1051): handle openai presence and request penalty parameters by [@​blob42](https://togithub.com/blob42) in [https://github.com/mudler/LocalAI/pull/1817](https://togithub.com/mudler/LocalAI/pull/1817) - fix(make): allow to parallelize jobs by [@​cryptk](https://togithub.com/cryptk) in [https://github.com/mudler/LocalAI/pull/1845](https://togithub.com/mudler/LocalAI/pull/1845) - fix(go-llama): use llama-cpp as default by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1849](https://togithub.com/mudler/LocalAI/pull/1849) - :arrow_up: Update docs version mudler/LocalAI by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1847](https://togithub.com/mudler/LocalAI/pull/1847) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1848](https://togithub.com/mudler/LocalAI/pull/1848) - test/fix: OSX Test Repair by [@​dave-gray101](https://togithub.com/dave-gray101) in [https://github.com/mudler/LocalAI/pull/1843](https://togithub.com/mudler/LocalAI/pull/1843) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.10.0...v2.10.1
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/local-ai/Chart.yaml | 6 +++--- charts/stable/local-ai/values.yaml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index 3e9c4daa8cd..7ccc2a79c0c 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.10.0 +appVersion: 2.10.1 dependencies: - name: common version: 20.2.2 @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.png keywords: - local-ai - ai -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/local-ai - https://hub.docker.com/r/localai/localai type: application -version: 9.19.2 +version: 9.19.8 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 671b4abe36e..c7ced96c0f9 100644 --- a/charts/stable/local-ai/values.yaml +++ b/charts/stable/local-ai/values.yaml @@ -1,27 +1,27 @@ image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.10.0@sha256:ee64c86c3d3c3c32448afa7dfd59d131bbe3ec1fbecf9ed6055047de14eaa4a9 + tag: v2.10.1@sha256:e0415e4dc95d087ff11c4c4d67cf99c93d4bec3f2707abce3d083a7a45821632 ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.10.0-ffmpeg-core@sha256:74fb8e2c19733aa96abc5ddb851587e329cbd3286aead6e82f327f2363809860 + tag: v2.10.1-ffmpeg-core@sha256:6a2819d1a947f15a588c695229606336cb9a0d2f4fb65763e8f6e7ade4cbe96b cublasCuda12Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.10.0-cublas-cuda12-core@sha256:6b2a87df3112f24438d11b448573a4deca3d229539694d5416f20b13d0c57ddb + tag: v2.10.1-cublas-cuda12-core@sha256:c2c0c4480f77503a5cd785020b365829d1a3ce7a221b02560637f6906d452cc6 cublasCuda12FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.10.0-cublas-cuda12-ffmpeg-core@sha256:b5398d86d4cbdee623d4c21f09a36a7a36714adfac4a9f3c2baed572443c28a2 + tag: v2.10.1-cublas-cuda12-ffmpeg-core@sha256:3e0a62084787d67ee4b28cadb8900c88aeea36085ea29f3bee322957c3563da9 cublasCuda11Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.10.0-cublas-cuda11-core@sha256:58083a229ae07aa13ed954e854f9026014597f244c5ac7889dd6aae5404b73cd + tag: v2.10.1-cublas-cuda11-core@sha256:fbfdfdaada38b1e26b1097c16eb21e9e4ce19287adfef44834abf32b1226af5e cublasCuda11FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.10.0-cublas-cuda11-ffmpeg-core@sha256:428779deec77fd648f13c826bb4630b1f12d54b2542e6ee9d6b6f5ba865f9357 + tag: v2.10.1-cublas-cuda11-ffmpeg-core@sha256:360e5412feb659bab061648a561814d4a68dec01f266ab6b1995fbc393d6ce5e securityContext: container: runAsNonRoot: false