From d9fbc70c02678955edacc37761d6a30dbe78ce20 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 21 Jan 2024 14:34:19 +0100 Subject: [PATCH] chore(deps): update container image docker.io/localai/localai to v2.6.0 by renovate (#17442) 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) | minor | `v2.5.1-cublas-cuda11-ffmpeg-core` -> `v2.6.0-cublas-cuda11-ffmpeg-core` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
mudler/LocalAI (docker.io/localai/localai) ### [`v2.6.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.6.0) [Compare Source](https://togithub.com/mudler/LocalAI/compare/v2.5.1...v2.6.0) ##### What's Changed ##### Bug fixes :bug: - move BUILD_GRPC_FOR_BACKEND_LLAMA logic to makefile: errors in this section now immediately fail the build by [@​dionysius](https://togithub.com/dionysius) in [https://github.com/mudler/LocalAI/pull/1576](https://togithub.com/mudler/LocalAI/pull/1576) - prepend built binaries in PATH for BUILD_GRPC_FOR_BACKEND_LLAMA by [@​dionysius](https://togithub.com/dionysius) in [https://github.com/mudler/LocalAI/pull/1593](https://togithub.com/mudler/LocalAI/pull/1593) ##### Exciting New Features 🎉 - minor: replace shell pwd in Makefile with CURDIR for better windows compatibility by [@​dionysius](https://togithub.com/dionysius) in [https://github.com/mudler/LocalAI/pull/1571](https://togithub.com/mudler/LocalAI/pull/1571) - Makefile: allow to build without GRPC_BACKENDS by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1607](https://togithub.com/mudler/LocalAI/pull/1607) - feat: 🐍 add mamba support by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1589](https://togithub.com/mudler/LocalAI/pull/1589) - feat(extra-backends): Improvements, adding mamba example by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1618](https://togithub.com/mudler/LocalAI/pull/1618) ##### 👒 Dependencies - :arrow_up: Update docs version mudler/LocalAI by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1567](https://togithub.com/mudler/LocalAI/pull/1567) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1568](https://togithub.com/mudler/LocalAI/pull/1568) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1573](https://togithub.com/mudler/LocalAI/pull/1573) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1578](https://togithub.com/mudler/LocalAI/pull/1578) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1583](https://togithub.com/mudler/LocalAI/pull/1583) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1587](https://togithub.com/mudler/LocalAI/pull/1587) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1590](https://togithub.com/mudler/LocalAI/pull/1590) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1594](https://togithub.com/mudler/LocalAI/pull/1594) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1599](https://togithub.com/mudler/LocalAI/pull/1599) ##### Other Changes - Moving the how tos to self hosted by [@​lunamidori5](https://togithub.com/lunamidori5) in [https://github.com/mudler/LocalAI/pull/1574](https://togithub.com/mudler/LocalAI/pull/1574) - docs: missing golang requirement for local build for debian by [@​dionysius](https://togithub.com/dionysius) in [https://github.com/mudler/LocalAI/pull/1596](https://togithub.com/mudler/LocalAI/pull/1596) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1597](https://togithub.com/mudler/LocalAI/pull/1597) - docs/examples: enhancements by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1572](https://togithub.com/mudler/LocalAI/pull/1572) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1604](https://togithub.com/mudler/LocalAI/pull/1604) - Update README.md by [@​lunamidori5](https://togithub.com/lunamidori5) in [https://github.com/mudler/LocalAI/pull/1601](https://togithub.com/mudler/LocalAI/pull/1601) - docs: re-use original permalinks by [@​mudler](https://togithub.com/mudler) in [https://github.com/mudler/LocalAI/pull/1610](https://togithub.com/mudler/LocalAI/pull/1610) - :arrow_up: Update ggerganov/llama.cpp by [@​localai-bot](https://togithub.com/localai-bot) in [https://github.com/mudler/LocalAI/pull/1612](https://togithub.com/mudler/LocalAI/pull/1612) - Expanded and interlinked Docker documentation by [@​jamesbraza](https://togithub.com/jamesbraza) in [https://github.com/mudler/LocalAI/pull/1614](https://togithub.com/mudler/LocalAI/pull/1614) - Modernized LlamaIndex integration by [@​jamesbraza](https://togithub.com/jamesbraza) in [https://github.com/mudler/LocalAI/pull/1613](https://togithub.com/mudler/LocalAI/pull/1613) ##### New Contributors - [@​dionysius](https://togithub.com/dionysius) made their first contribution in [https://github.com/mudler/LocalAI/pull/1571](https://togithub.com/mudler/LocalAI/pull/1571) **Full Changelog**: https://github.com/mudler/LocalAI/compare/v2.5.1...v2.6.0
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). --- charts/stable/local-ai/Chart.yaml | 8 ++++---- charts/stable/local-ai/values.yaml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml index ac0c9531da99..e8d418b9fa5c 100644 --- a/charts/stable/local-ai/Chart.yaml +++ b/charts/stable/local-ai/Chart.yaml @@ -3,11 +3,11 @@ annotations: min_scale_version: 23.10.0 truecharts.org/SCALE-support: "true" truecharts.org/category: ai - truecharts.org/max_helm_version: "3.13" + truecharts.org/max_helm_version: "3.14" truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.5.0 +appVersion: 2.6.0 dependencies: - name: common version: 17.2.22 @@ -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: 8.14.8 +version: 8.20.0 diff --git a/charts/stable/local-ai/values.yaml b/charts/stable/local-ai/values.yaml index 1b8db71e1710..b1234deeeb43 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.5.1@sha256:9877d49605709151aedb57eaf7109404ef6836203c61dc56836fc038888417b6 + tag: v2.6.0@sha256:0783de27f594a234bf5c823e49a0e84038077c123fba630ffcd8e62aeaca486b ffmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.5.1-ffmpeg-core@sha256:aac7e15bc66888ef1638dc9702de6f17762d19125f01f7cc2f7c32c9f8b59e0f + tag: v2.6.0-ffmpeg-core@sha256:44728722d928169f496672d4072d1bc078349f842599395894e4fe6d3d61468d cublasCuda12Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.5.1-cublas-cuda12-core@sha256:4e18896086a231b4619936d4bfd7cd42c2c88e54be008070cedeea34eed39ed8 + tag: v2.6.0-cublas-cuda12-core@sha256:b5b42d6b41871ba2abd3c580a7c93241498e3487e7b112f53342e73e2b7eda2a cublasCuda12FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.5.1-cublas-cuda12-ffmpeg-core@sha256:ee7dc5536273ceee056b9c0c071f8043e867de66b68c47a4a2eb253877601510 + tag: v2.6.0-cublas-cuda12-ffmpeg-core@sha256:4085acc31e5027a170dcfdd16416644908fa97d55a126fa3710ca4a809481d60 cublasCuda11Image: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.5.1-cublas-cuda11-core@sha256:58002847d35ca12c0df1449885d759f0603c83e9775252a03f9d95343d90f493 + tag: v2.6.0-cublas-cuda11-core@sha256:3147559f21f9d59e69ff5be4989ba64fbeedf722dcbaba363fa211f2a2c4e5cc cublasCuda11FfmpegImage: repository: docker.io/localai/localai pullPolicy: IfNotPresent - tag: v2.5.1-cublas-cuda11-ffmpeg-core@sha256:086d977d23d9e30c8b2b254d5be17f5a6de15fef529de16f47a95debdb74b540 + tag: v2.6.0-cublas-cuda11-ffmpeg-core@sha256:7b680ee7e0d7b9602005db3315d4825e4dd27d992bbc4867d35f1f094bf462fd securityContext: container: runAsNonRoot: false