fix(local-ai): update image docker.io/localai/localai v4.2.0 → v4.2.1 (#48145)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | patch | `70c670f` → `0fa73f6` | --- > [!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.2.1`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.2.1) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v4.2.0...v4.2.1) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 - feat: add ds4 backend (DeepSeek V4 Flash) with tool calls, thinking, KV cache by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​9758](https://redirect.github.com/mudler/LocalAI/pull/9758) ##### 👒 Dependencies - chore(deps): bump the go\_modules group across 1 directory with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​9759](https://redirect.github.com/mudler/LocalAI/pull/9759) ##### Other Changes - docs: :arrow\_up: update docs version mudler/LocalAI by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​9762](https://redirect.github.com/mudler/LocalAI/pull/9762) - ci(bump-deps): register ds4 + move version pin into the Makefile by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​9761](https://redirect.github.com/mudler/LocalAI/pull/9761) - chore: :arrow\_up: Update ikawrakow/ik\_llama.cpp to `eb570eb96689c235933b813693ca28ab9d3d26de` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​9764](https://redirect.github.com/mudler/LocalAI/pull/9764) - feat(ollama): report model capabilities + details on /api/tags and /api/show by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​9766](https://redirect.github.com/mudler/LocalAI/pull/9766) **Full Changelog**: <https://github.com/mudler/LocalAI/compare/v4.2.0...v4.2.1> </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.2.0
|
||||
appVersion: 4.2.1
|
||||
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.5.0
|
||||
version: 18.5.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.2.0@sha256:70c670f871bebbbf13b9274c76657e80d204df1ebebb57d565ee2959becee166
|
||||
tag: v4.2.1@sha256:0fa73f600d310bb1792886db975d1b55dbb5eab1121552f11872892e40be8294
|
||||
ffmpegImage:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user