fix(local-ai): update image docker.io/localai/localai v4.4.1 → v4.4.2 (#49056)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | patch | `a05f42a` → `7d2d5ea` | --- > [!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 <details> <summary>mudler/LocalAI (docker.io/localai/localai)</summary> ### [`v4.4.2`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.4.2) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v4.4.1...v4.4.2) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Other Changes - chore: :arrow\_up: Update ggml-org/llama.cpp to `ac4cddeb0dbd778f650bf568f6f08344a06abe3a` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10239](https://redirect.github.com/mudler/LocalAI/pull/10239) - chore: :arrow\_up: Update CrispStrobe/CrispASR to `4b27392ffd0991a857594652cbb8b57e585bcd7b` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10241](https://redirect.github.com/mudler/LocalAI/pull/10241) - fix(vllm): parse tool\_call function arguments before applying the chat template by [@​pos-ei-don](https://redirect.github.com/pos-ei-don) in [#​10256](https://redirect.github.com/mudler/LocalAI/pull/10256) - fix(cuda): install cuda-nvrtc-dev alongside the other CUDA dev packages by [@​pos-ei-don](https://redirect.github.com/pos-ei-don) in [#​10257](https://redirect.github.com/mudler/LocalAI/pull/10257) **Full Changelog**: <https://github.com/mudler/LocalAI/compare/v4.4.1...v4.4.2> </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9sb2NhbC1haSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.4.1
|
||||
appVersion: 4.4.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -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.7.1
|
||||
version: 18.7.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.4.1@sha256:a05f42a07835b06ec33d5cb24cf4ae60e72f6eafcd7e8493f6a1462211dbc2f1
|
||||
tag: v4.4.2@sha256:7d2d5eafe5bbc5c72df7ff1a0026cc8eb2c2676ac625d108e15d7b156099d361
|
||||
ffmpegImage:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user