fix(local-ai): update image docker.io/localai/localai v4.5.2 → v4.5.4 (#49551)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI) | patch | `4265c7e` → `b61ca5a` | --- > [!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.5.4`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.5.4) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v4.5.3...v4.5.4) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Other Changes - fix(backends): derive darwin RUN\_BINARY from the exec line only by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10541](https://redirect.github.com/mudler/LocalAI/pull/10541) **Full Changelog**: <https://github.com/mudler/LocalAI/compare/v4.5.3...v4.5.4> ### [`v4.5.3`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.5.3) [Compare Source](https://redirect.github.com/mudler/LocalAI/compare/v4.5.2...v4.5.3) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Other Changes - feat(macos): sign and notarize the DMG, app, and server binary by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10510](https://redirect.github.com/mudler/LocalAI/pull/10510) - fix(backends): set rpath on the piper darwin binary so it can load its bundled libs by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10525](https://redirect.github.com/mudler/LocalAI/pull/10525) - fix(backends): darwin packaging for silero-vad (last Linux-only Go backend) by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10528](https://redirect.github.com/mudler/LocalAI/pull/10528) - chore(model gallery): 🤖 add 1 new models via gallery agent by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10526](https://redirect.github.com/mudler/LocalAI/pull/10526) - fix(nodes): show a node's existing labels on the detail view by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10529](https://redirect.github.com/mudler/LocalAI/pull/10529) - docs: :arrow\_up: update docs version mudler/LocalAI by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10531](https://redirect.github.com/mudler/LocalAI/pull/10531) - chore: :arrow\_up: Update mudler/parakeet.cpp to `f469a57270a1cc4554acb15febf60e56619673b9` by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10530](https://redirect.github.com/mudler/LocalAI/pull/10530) - fix(gpu-libs): bundle transitive deps of GPU runtime libs ([#​10537](https://redirect.github.com/mudler/LocalAI/issues/10537)) by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10539](https://redirect.github.com/mudler/LocalAI/pull/10539) - fix(distributed): broadcast admin model-config changes across replicas by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10540](https://redirect.github.com/mudler/LocalAI/pull/10540) - fix(llama-cpp): stop reinterpreting plain-string message content as JSON ([#​10524](https://redirect.github.com/mudler/LocalAI/issues/10524)) by [@​localai-bot](https://redirect.github.com/localai-bot) in [#​10538](https://redirect.github.com/mudler/LocalAI/pull/10538) **Full Changelog**: <https://github.com/mudler/LocalAI/compare/v4.5.2...v4.5.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.5.2
|
||||
appVersion: 4.5.4
|
||||
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.8.1
|
||||
version: 18.8.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.5.2@sha256:4265c7ea054ce0231091a578c8999d4b208a51308fa529f074eb90b97b3cc612
|
||||
tag: v4.5.4@sha256:b61ca5a186640e020d23d3de125018b820c03d6da773ff6abd57fd3afdd3f9a5
|
||||
ffmpegImage:
|
||||
repository: docker.io/localai/localai
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user