fix(local-ai): update image docker.io/localai/localai v4.3.1 → v4.3.3 (#48589)
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 <details> <summary>mudler/LocalAI (docker.io/localai/localai)</summary> ### [`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) <!-- Release notes generated using configuration in .github/release.yml at master --> #### 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**: <https://github.com/mudler/LocalAI/compare/v4.3.2...v4.3.3> </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.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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user