Commit Graph

31920 Commits

Author SHA1 Message Date
TrueCharts Bot 09659d79ee
chore(deps): update container image bitnami/mongodb to 7.0.12@6bf792c by renovate (#24277)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami/mongodb](https://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/mongodb))
| digest | `263690f` -> `6bf792c` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 14:19:14 +02:00
TrueCharts Bot 1554244f15
chore(deps): update container image bitnami/mariadb to 11.4.2@c7c4407 by renovate (#24275)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami/mariadb](https://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/mariadb))
| digest | `5aaf1d7` -> `c7c4407` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 14:18:58 +02:00
Kjeld Schouten 22072fdc0f
Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-25 11:39:42 +02:00
Stavros Kois 9d38d2159b
fix(traefik): add missing rbacs (#24262)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

```
W0724 23:13:34.467702       1 reflector.go:547] k8s.io/client-go@v0.30.0/tools/cache/reflector.go:232: failed to list *v1.EndpointSlice: endpointslices.discovery.k8s.io is forbidden: User "system:serviceaccount:traefik:traefik" cannot list resource "endpointslices" in API group "discovery.k8s.io" at the cluster scope
E0724 23:13:34.467728       1 reflector.go:150] k8s.io/client-go@v0.30.0/tools/cache/reflector.go:232: Failed to watch *v1.EndpointSlice: failed to list *v1.EndpointSlice: endpointslices.discovery.k8s.io is forbidden: User "system:serviceaccount:traefik:traefik" cannot list resource "endpointslices" in API group "discovery.k8s.io" at the cluster scope
W0724 23:13:47.952823       1 reflector.go:547] k8s.io/client-go@v0.30.0/tools/cache/reflector.go:232: failed to list *v1.Node: nodes is forbidden: User "system:serviceaccount:traefik:traefik" cannot list resource "nodes" in API group "" at the cluster scope
E0724 23:13:47.952853       1 reflector.go:150] k8s.io/client-go@v0.30.0/tools/cache/reflector.go:232: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User "system:serviceaccount:traefik:traefik" cannot list resource "nodes" in API group "" at the cluster scope
```

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-07-25 10:42:23 +02:00
TrueCharts Bot ff56ae1dac
chore(deps): update container image esphome/esphome to v2024.7.2@e6e98da by renovate (#24271)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | patch | `2024.7.1` -> `2024.7.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:27:46 +02:00
TrueCharts Bot e869d1d6c8
chore(deps): update container image ollama/ollama to v0.3.0 by renovate (#24273)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ollama/ollama | minor | `0.2.8-rocm` -> `0.3.0-rocm` |
| ollama/ollama | minor | `0.2.8` -> `0.3.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:27:32 +02:00
TrueCharts Bot 3902d63882
chore(deps): update container image gotson/komga to v1.11.2@4724a28 by renovate (#24272)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gotson/komga](https://togithub.com/gotson/komga) | patch | `1.11.1`
-> `1.11.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>gotson/komga (gotson/komga)</summary>

###
[`v1.11.2`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#1112-2024-07-25)

[Compare
Source](https://togithub.com/gotson/komga/compare/1.11.1...1.11.2)

#### 🐛 Fixes

**docker**

- native libraries would not load on aarch64
([16e8b97](https://togithub.com/gotson/komga/commits/16e8b97))

**unscoped**

- do not share IndexWriterConfig instances across IndexWriters
([90db07c](https://togithub.com/gotson/komga/commits/90db07c)), closes
[#&#8203;1603](https://togithub.com/gotson/komga/issues/1603)

#### 🔄️ Changes

- replace task executor type with interface
([19b846b](https://togithub.com/gotson/komga/commits/19b846b))

#### 🛠  Build

**benchmark**

- fix properties following gradle change
([1236594](https://togithub.com/gotson/komga/commits/1236594))

#### 🌐 Translation

**komga-tray**

- added translation using Weblate (Chinese (Simplified))
([c66db8e](https://togithub.com/gotson/komga/commits/c66db8e))
- translated using Weblate (Swedish)
([5e7c42c](https://togithub.com/gotson/komga/commits/5e7c42c))
- added translation using Weblate (Croatian)
([d9a8cc6](https://togithub.com/gotson/komga/commits/d9a8cc6))
- translated using Weblate (Czech)
([57bbe5e](https://togithub.com/gotson/komga/commits/57bbe5e))

**webui**

- translated using Weblate (Chinese (Simplified))
([5d4fc14](https://togithub.com/gotson/komga/commits/5d4fc14))
- translated using Weblate (Korean)
([8182d50](https://togithub.com/gotson/komga/commits/8182d50))
- translated using Weblate (Hungarian)
([a844587](https://togithub.com/gotson/komga/commits/a844587))
- translated using Weblate (Croatian)
([0ddb3d8](https://togithub.com/gotson/komga/commits/0ddb3d8))
- translated using Weblate (Czech)
([c4a428f](https://togithub.com/gotson/komga/commits/c4a428f))
- translated using Weblate (Russian)
([a9eadae](https://togithub.com/gotson/komga/commits/a9eadae))
- translated using Weblate (German)
([7ea825d](https://togithub.com/gotson/komga/commits/7ea825d))
- translated using Weblate (Thai)
([3da499e](https://togithub.com/gotson/komga/commits/3da499e))

#### ⚙️ Dependencies

**ci**

- bump hydraulic-software/conveyor from 14.2 to 14.3
([4d8b7d4](https://togithub.com/gotson/komga/commits/4d8b7d4))
- bump hydraulic-software/conveyor from 14.1 to 14.2
([d7ee49c](https://togithub.com/gotson/komga/commits/d7ee49c))

**webui**

- bump braces from 3.0.2 to 3.0.3 in /komga-webui
([fbc7ce1](https://togithub.com/gotson/komga/commits/fbc7ce1))

</details>

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:26:38 +02:00
TrueCharts Bot 1a5e475f11
chore(deps): update container image ghcr.io/techno-tim/littlelink-server to latest@010b398 by renovate (#24267)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/techno-tim/littlelink-server | digest | `63fd6a3` -> `010b398`
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:20:01 +02:00
TrueCharts Bot 53c71a28d7
chore(deps): update container image redmine to 5.1.3@d59ab5a by renovate (#24270)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| redmine | digest | `2a36a22` -> `d59ab5a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:19:49 +02:00
TrueCharts Bot d15d896bf5
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@9d64e13 by renovate (#24268)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `9cf384c` -> `9d64e13` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:19:36 +02:00
TrueCharts Bot 65645e5718
chore(deps): update container image bitnami/dokuwiki to 20240206.1.0@5237ece by renovate (#24264)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami/dokuwiki](https://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/dokuwiki))
| digest | `b80c4d2` -> `5237ece` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:18:53 +02:00
TrueCharts Bot 81163641ab
chore(deps): update container image bitnami/memcached to 1.6.29@49e88c0 by renovate (#24265)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami/memcached](https://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/memcached))
| digest | `66e6c6d` -> `49e88c0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:18:35 +02:00
TrueCharts Bot 6483242d03
chore(deps): update container image bitnami/alertmanager to 0.27.0@06b9fac by renovate (#24263)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami/alertmanager](https://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/alertmanager))
| digest | `a4db120` -> `06b9fac` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:17:56 +02:00
TrueCharts Bot ee2e48788e
chore(deps): update container image ghcr.io/neggles/sd-webui-docker to latest@1df05b6 by renovate (#24266)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/neggles/sd-webui-docker | digest | `b418282` -> `1df05b6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 08:16:01 +02:00
TrueCharts Bot 0fd6332536
chore(deps): update container image sourcegraph/server to v5.5.2463@a6c33f8 by renovate (#24260)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sourcegraph/server](https://sourcegraph.com/)
([source](https://togithub.com/sourcegraph/sourcegraph)) | patch |
`5.5.1582` -> `5.5.2463` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>sourcegraph/sourcegraph (sourcegraph/server)</summary>

###
[`v5.5.2463`](https://togithub.com/sourcegraph/sourcegraph/releases/tag/v5.5.2463):
Sourcegraph 5.5.2463

Sourcegraph 5.5.2463 is now available!

*Note: we've updated our versioning conventions. Please see our
[releases](https://handbook.sourcegraph.com/departments/engineering/dev/process/releases/#sourcegraph-releases)
page for more information or reach out at
[help.sourcegraph.com](https://help.sourcegraph.com).*

-   [Changelog](https://sourcegraph.com/docs/CHANGELOG#552463)
-   [Update](https://sourcegraph.com/docs/admin/updates)
-   [Release post](https://sourcegraph.com/blog/release/August-2024)

</details>

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 02:40:06 +02:00
TrueCharts Bot f025e6aede
chore(deps): update container image ghcr.io/ctfd/ctfd to v3.7.3@90470e1 by renovate (#24259)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ctfd/ctfd | patch | `3.7.2` -> `3.7.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 02:39:35 +02:00
TrueCharts Bot 93b7796520
chore(deps): update container image docker.io/localai/localai to v2.19.2 by renovate (#24258)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
patch | `v2.19.1-aio-cpu` -> `v2.19.2-aio-cpu` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
patch | `v2.19.1-aio-gpu-nvidia-cuda-11` ->
`v2.19.2-aio-gpu-nvidia-cuda-11` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
patch | `v2.19.1-aio-gpu-nvidia-cuda-12` ->
`v2.19.2-aio-gpu-nvidia-cuda-12` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
patch | `v2.19.1-cublas-cuda11-ffmpeg-core` ->
`v2.19.2-cublas-cuda11-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
patch | `v2.19.1-cublas-cuda12-ffmpeg-core` ->
`v2.19.2-cublas-cuda12-ffmpeg-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
patch | `v2.19.1-cublas-cuda12-core` -> `v2.19.2-cublas-cuda12-core` |
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
patch | `v2.19.1-ffmpeg-core` -> `v2.19.2-ffmpeg-core` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

###
[`v2.19.2`](https://togithub.com/mudler/LocalAI/releases/tag/v2.19.2)

[Compare
Source](https://togithub.com/mudler/LocalAI/compare/v2.19.1...v2.19.2)

This release is a patch release to fix well known issues from 2.19.x

##### What's Changed

##### Bug fixes 🐛

- fix: pin setuptools 69.5.1 by
[@&#8203;fakezeta](https://togithub.com/fakezeta) in
[https://github.com/mudler/LocalAI/pull/2949](https://togithub.com/mudler/LocalAI/pull/2949)
- fix(cuda): downgrade to 12.0 to increase compatibility range by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2994](https://togithub.com/mudler/LocalAI/pull/2994)
- fix(llama.cpp): do not set anymore lora_base by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2999](https://togithub.com/mudler/LocalAI/pull/2999)

##### Exciting New Features 🎉

- ci(Makefile): reduce binary size by compressing by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2947](https://togithub.com/mudler/LocalAI/pull/2947)
- feat(p2p): warn the user to start with --p2p by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2993](https://togithub.com/mudler/LocalAI/pull/2993)

##### 🧠 Models

- models(gallery): add tulu 8b and 70b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2931](https://togithub.com/mudler/LocalAI/pull/2931)
- models(gallery): add suzume-orpo by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2932](https://togithub.com/mudler/LocalAI/pull/2932)
- models(gallery): add archangel_sft_pythia2-8b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2933](https://togithub.com/mudler/LocalAI/pull/2933)
- models(gallery): add celestev1.2 by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2937](https://togithub.com/mudler/LocalAI/pull/2937)
- models(gallery): add calme-2.3-phi3-4b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2939](https://togithub.com/mudler/LocalAI/pull/2939)
- models(gallery): add calme-2.8-qwen2-7b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2940](https://togithub.com/mudler/LocalAI/pull/2940)
- models(gallery): add StellarDong-72b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2941](https://togithub.com/mudler/LocalAI/pull/2941)
- models(gallery): add calme-2.4-llama3-70b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2942](https://togithub.com/mudler/LocalAI/pull/2942)
- models(gallery): add llama3.1 70b and 8b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/3000](https://togithub.com/mudler/LocalAI/pull/3000)

##### 📖 Documentation and examples

- docs: add federation by [@&#8203;mudler](https://togithub.com/mudler)
in
[https://github.com/mudler/LocalAI/pull/2929](https://togithub.com/mudler/LocalAI/pull/2929)
- docs: ⬆️ update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2935](https://togithub.com/mudler/LocalAI/pull/2935)

##### 👒 Dependencies

- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2936](https://togithub.com/mudler/LocalAI/pull/2936)
- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2943](https://togithub.com/mudler/LocalAI/pull/2943)
- chore(deps): Bump grpcio from 1.64.1 to 1.65.1 in
/backend/python/openvoice by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2956](https://togithub.com/mudler/LocalAI/pull/2956)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/sentencetransformers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2955](https://togithub.com/mudler/LocalAI/pull/2955)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in /backend/python/bark
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2951](https://togithub.com/mudler/LocalAI/pull/2951)
- chore(deps): Bump docs/themes/hugo-theme-relearn from `1b2e139` to
`7aec99b` by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2952](https://togithub.com/mudler/LocalAI/pull/2952)
- chore(deps): Bump langchain from 0.2.8 to 0.2.10 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2959](https://togithub.com/mudler/LocalAI/pull/2959)
- chore(deps): Bump numpy from 1.26.4 to 2.0.1 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2958](https://togithub.com/mudler/LocalAI/pull/2958)
- chore(deps): Bump sqlalchemy from 2.0.30 to 2.0.31 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2957](https://togithub.com/mudler/LocalAI/pull/2957)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in /backend/python/vllm
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2964](https://togithub.com/mudler/LocalAI/pull/2964)
- chore(deps): Bump llama-index from 0.10.55 to 0.10.56 in
/examples/chainlit by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2966](https://togithub.com/mudler/LocalAI/pull/2966)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/common/template by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2963](https://togithub.com/mudler/LocalAI/pull/2963)
- chore(deps): Bump weaviate-client from 4.6.5 to 4.6.7 in
/examples/chainlit by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2965](https://togithub.com/mudler/LocalAI/pull/2965)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/transformers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2970](https://togithub.com/mudler/LocalAI/pull/2970)
- chore(deps): Bump openai from 1.35.13 to 1.37.0 in /examples/functions
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2973](https://togithub.com/mudler/LocalAI/pull/2973)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/diffusers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2969](https://togithub.com/mudler/LocalAI/pull/2969)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/exllama2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2971](https://togithub.com/mudler/LocalAI/pull/2971)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/rerankers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2974](https://togithub.com/mudler/LocalAI/pull/2974)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/coqui by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2980](https://togithub.com/mudler/LocalAI/pull/2980)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/parler-tts by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2982](https://togithub.com/mudler/LocalAI/pull/2982)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/vall-e-x by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2981](https://togithub.com/mudler/LocalAI/pull/2981)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/transformers-musicgen by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2990](https://togithub.com/mudler/LocalAI/pull/2990)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/autogptq by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2984](https://togithub.com/mudler/LocalAI/pull/2984)
- chore(deps): Bump llama-index from 0.10.55 to 0.10.56 in
/examples/langchain-chroma by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2986](https://togithub.com/mudler/LocalAI/pull/2986)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/mamba by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2989](https://togithub.com/mudler/LocalAI/pull/2989)
- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2992](https://togithub.com/mudler/LocalAI/pull/2992)
- chore(deps): Bump langchain-community from 0.2.7 to 0.2.9 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2960](https://togithub.com/mudler/LocalAI/pull/2960)
- chore(deps): Bump openai from 1.35.13 to 1.37.0 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2961](https://togithub.com/mudler/LocalAI/pull/2961)
- chore(deps): Bump langchain from 0.2.8 to 0.2.10 in
/examples/functions by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2975](https://togithub.com/mudler/LocalAI/pull/2975)
- chore(deps): Bump openai from 1.35.13 to 1.37.0 in
/examples/langchain-chroma by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2988](https://togithub.com/mudler/LocalAI/pull/2988)
- chore(deps): Bump langchain from 0.2.8 to 0.2.10 in
/examples/langchain-chroma by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2987](https://togithub.com/mudler/LocalAI/pull/2987)
- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2995](https://togithub.com/mudler/LocalAI/pull/2995)

##### Other Changes

- ci(Makefile): enable p2p on cross-arm64 builds by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2928](https://togithub.com/mudler/LocalAI/pull/2928)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.19.1...v2.19.2

</details>

---

### Configuration

📅 **Schedule**: 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 02:36:20 +02:00
TrueCharts Bot 206b50796f
chore(deps): update container image bitnami/wordpress to v6.6.1@3b24d80 by renovate (#24257)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami/wordpress](https://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/wordpress))
| patch | `6.6.0` -> `6.6.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 02:31:10 +02:00
TrueCharts Bot dc2debc86e
chore(deps): update container image xwiki to 16.5.0-postgres-tomcat@b0b680f by renovate (#24256)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | digest | `b7b2f6c` -> `b0b680f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 02:30:50 +02:00
TrueCharts Bot 78a644059c
chore(deps): update container image phasecorex/red-discordbot to full@838e475 by renovate (#24252)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| phasecorex/red-discordbot | digest | `88cea47` -> `838e475` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 02:30:42 +02:00
TrueCharts Bot fd0f34ebcc
chore(deps): update container image redmine to 5.1.3@2a36a22 by renovate (#24255)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| redmine | digest | `84afa9e` -> `2a36a22` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 02:30:28 +02:00
TrueCharts Bot d789def078
chore(deps): update container image diygod/rsshub to latest@15651dd by renovate (#24249) 2024-07-25 02:30:18 +02:00
TrueCharts Bot 65d8914230
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@9cf384c by renovate (#24253)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `13e2594` -> `9cf384c` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 02:30:11 +02:00
TrueCharts Bot 83d7338a05
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@6ea496d by renovate (#24254)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `6661845` -> `6ea496d` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 02:29:56 +02:00
TrueCharts Bot 2523866d15
chore(deps): update container image ghcr.io/linuxserver/doublecommander to latest@e09b142 by renovate (#24251)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/doublecommander | digest | `0977a6a` -> `e09b142`
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 00:29:36 +00:00
TrueCharts Bot 7042a500ac
chore(deps): update container image docker to 27.1.1-dind@7c15d60 by renovate (#24250)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | digest | `76f31b3` -> `7c15d60` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-25 02:29:06 +02:00
TrueCharts-Bot 78a3dd328c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-07-25 00:15:45 +00:00
TrueCharts Bot 85a08f2067
chore(deps): update container image docker.io/localai/localai to v2.19.2@4757d5e by renovate (#24248)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
patch | `v2.19.1-cublas-cuda11-core` -> `v2.19.2-cublas-cuda11-core` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

###
[`v2.19.2`](https://togithub.com/mudler/LocalAI/releases/tag/v2.19.2)

[Compare
Source](https://togithub.com/mudler/LocalAI/compare/v2.19.1...v2.19.2)

This release is a patch release to fix well known issues from 2.19.x

#### What's Changed

##### Bug fixes 🐛

- fix: pin setuptools 69.5.1 by
[@&#8203;fakezeta](https://togithub.com/fakezeta) in
[https://github.com/mudler/LocalAI/pull/2949](https://togithub.com/mudler/LocalAI/pull/2949)
- fix(cuda): downgrade to 12.0 to increase compatibility range by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2994](https://togithub.com/mudler/LocalAI/pull/2994)
- fix(llama.cpp): do not set anymore lora_base by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2999](https://togithub.com/mudler/LocalAI/pull/2999)

##### Exciting New Features 🎉

- ci(Makefile): reduce binary size by compressing by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2947](https://togithub.com/mudler/LocalAI/pull/2947)
- feat(p2p): warn the user to start with --p2p by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2993](https://togithub.com/mudler/LocalAI/pull/2993)

##### 🧠 Models

- models(gallery): add tulu 8b and 70b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2931](https://togithub.com/mudler/LocalAI/pull/2931)
- models(gallery): add suzume-orpo by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2932](https://togithub.com/mudler/LocalAI/pull/2932)
- models(gallery): add archangel_sft_pythia2-8b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2933](https://togithub.com/mudler/LocalAI/pull/2933)
- models(gallery): add celestev1.2 by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2937](https://togithub.com/mudler/LocalAI/pull/2937)
- models(gallery): add calme-2.3-phi3-4b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2939](https://togithub.com/mudler/LocalAI/pull/2939)
- models(gallery): add calme-2.8-qwen2-7b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2940](https://togithub.com/mudler/LocalAI/pull/2940)
- models(gallery): add StellarDong-72b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2941](https://togithub.com/mudler/LocalAI/pull/2941)
- models(gallery): add calme-2.4-llama3-70b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2942](https://togithub.com/mudler/LocalAI/pull/2942)
- models(gallery): add llama3.1 70b and 8b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/3000](https://togithub.com/mudler/LocalAI/pull/3000)

##### 📖 Documentation and examples

- docs: add federation by [@&#8203;mudler](https://togithub.com/mudler)
in
[https://github.com/mudler/LocalAI/pull/2929](https://togithub.com/mudler/LocalAI/pull/2929)
- docs: ⬆️ update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2935](https://togithub.com/mudler/LocalAI/pull/2935)

##### 👒 Dependencies

- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2936](https://togithub.com/mudler/LocalAI/pull/2936)
- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2943](https://togithub.com/mudler/LocalAI/pull/2943)
- chore(deps): Bump grpcio from 1.64.1 to 1.65.1 in
/backend/python/openvoice by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2956](https://togithub.com/mudler/LocalAI/pull/2956)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/sentencetransformers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2955](https://togithub.com/mudler/LocalAI/pull/2955)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in /backend/python/bark
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2951](https://togithub.com/mudler/LocalAI/pull/2951)
- chore(deps): Bump docs/themes/hugo-theme-relearn from `1b2e139` to
`7aec99b` by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2952](https://togithub.com/mudler/LocalAI/pull/2952)
- chore(deps): Bump langchain from 0.2.8 to 0.2.10 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2959](https://togithub.com/mudler/LocalAI/pull/2959)
- chore(deps): Bump numpy from 1.26.4 to 2.0.1 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2958](https://togithub.com/mudler/LocalAI/pull/2958)
- chore(deps): Bump sqlalchemy from 2.0.30 to 2.0.31 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2957](https://togithub.com/mudler/LocalAI/pull/2957)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in /backend/python/vllm
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2964](https://togithub.com/mudler/LocalAI/pull/2964)
- chore(deps): Bump llama-index from 0.10.55 to 0.10.56 in
/examples/chainlit by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2966](https://togithub.com/mudler/LocalAI/pull/2966)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/common/template by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2963](https://togithub.com/mudler/LocalAI/pull/2963)
- chore(deps): Bump weaviate-client from 4.6.5 to 4.6.7 in
/examples/chainlit by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2965](https://togithub.com/mudler/LocalAI/pull/2965)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/transformers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2970](https://togithub.com/mudler/LocalAI/pull/2970)
- chore(deps): Bump openai from 1.35.13 to 1.37.0 in /examples/functions
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2973](https://togithub.com/mudler/LocalAI/pull/2973)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/diffusers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2969](https://togithub.com/mudler/LocalAI/pull/2969)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/exllama2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2971](https://togithub.com/mudler/LocalAI/pull/2971)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/rerankers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2974](https://togithub.com/mudler/LocalAI/pull/2974)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/coqui by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2980](https://togithub.com/mudler/LocalAI/pull/2980)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/parler-tts by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2982](https://togithub.com/mudler/LocalAI/pull/2982)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/vall-e-x by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2981](https://togithub.com/mudler/LocalAI/pull/2981)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/transformers-musicgen by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2990](https://togithub.com/mudler/LocalAI/pull/2990)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/autogptq by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2984](https://togithub.com/mudler/LocalAI/pull/2984)
- chore(deps): Bump llama-index from 0.10.55 to 0.10.56 in
/examples/langchain-chroma by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2986](https://togithub.com/mudler/LocalAI/pull/2986)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/mamba by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2989](https://togithub.com/mudler/LocalAI/pull/2989)
- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2992](https://togithub.com/mudler/LocalAI/pull/2992)
- chore(deps): Bump langchain-community from 0.2.7 to 0.2.9 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2960](https://togithub.com/mudler/LocalAI/pull/2960)
- chore(deps): Bump openai from 1.35.13 to 1.37.0 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2961](https://togithub.com/mudler/LocalAI/pull/2961)
- chore(deps): Bump langchain from 0.2.8 to 0.2.10 in
/examples/functions by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2975](https://togithub.com/mudler/LocalAI/pull/2975)
- chore(deps): Bump openai from 1.35.13 to 1.37.0 in
/examples/langchain-chroma by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2988](https://togithub.com/mudler/LocalAI/pull/2988)
- chore(deps): Bump langchain from 0.2.8 to 0.2.10 in
/examples/langchain-chroma by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2987](https://togithub.com/mudler/LocalAI/pull/2987)
- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2995](https://togithub.com/mudler/LocalAI/pull/2995)

##### Other Changes

- ci(Makefile): enable p2p on cross-arm64 builds by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2928](https://togithub.com/mudler/LocalAI/pull/2928)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.19.1...v2.19.2

</details>

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 21:19:57 +02:00
TrueCharts Bot 39445452b4
chore(deps): update container image mariadb to v15.2.0@fdde661 by renovate (#24241)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://togithub.com/bitnami/bitnami-docker-mariadb)) | minor
| `15.1.4` -> `15.2.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 21:04:59 +02:00
TrueCharts Bot cb57c9c40d
chore(deps): update container image clickhouse to v14.2.1@9490358 by renovate (#24240)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | minor | `14.1.4` -> `14.2.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 18:58:14 +00:00
TrueCharts Bot 12aa095fa4
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@13e2594 by renovate (#24246)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `86c0a7f` -> `13e2594` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:47:46 +02:00
TrueCharts Bot 8c52c45361
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@6661845 by renovate (#24233)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `9987040` -> `6661845` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:47:09 +02:00
TrueCharts Bot 20390591a8
chore(deps): update container image docker.io/localai/localai to v2.19.2@049db2a by renovate (#24245)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
digest | `2f86113` -> `049db2a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:44:38 +02:00
alfi0812 04971732cb
Revert "chore(deps): update container image linuxserver/heimdall to v2021.11.28@08863e3 by renovate" (#24244)
Reverts truecharts/charts#24243

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-07-24 21:42:41 +03:00
TrueCharts Bot a6937c8ec2
chore(deps): update container image shawly/ps3netsrv to v1.10.0@42d1b26 by renovate (#24242) 2024-07-24 20:30:23 +02:00
TrueCharts Bot cb0dd0dbcf
chore(deps): update container image linuxserver/heimdall to v2021.11.28@08863e3 by renovate (#24243)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/heimdall](https://togithub.com/linuxserver/docker-heimdall/packages)
([source](https://togithub.com/linuxserver/docker-heimdall)) | major |
`2.6.1` -> `2021.11.28` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
2024-07-24 20:29:54 +02:00
TrueCharts Bot f3db5f8571
chore(deps): update container image docker.io/localai/localai to v2.19.2@2f86113 by renovate (#24238)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
patch | `v2.19.1` -> `v2.19.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

###
[`v2.19.2`](https://togithub.com/mudler/LocalAI/releases/tag/v2.19.2)

[Compare
Source](https://togithub.com/mudler/LocalAI/compare/v2.19.1...v2.19.2)

This release is a patch release to fix well known issues from 2.19.x

#### What's Changed

##### Bug fixes 🐛

- fix: pin setuptools 69.5.1 by
[@&#8203;fakezeta](https://togithub.com/fakezeta) in
[https://github.com/mudler/LocalAI/pull/2949](https://togithub.com/mudler/LocalAI/pull/2949)
- fix(cuda): downgrade to 12.0 to increase compatibility range by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2994](https://togithub.com/mudler/LocalAI/pull/2994)
- fix(llama.cpp): do not set anymore lora_base by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2999](https://togithub.com/mudler/LocalAI/pull/2999)

##### Exciting New Features 🎉

- ci(Makefile): reduce binary size by compressing by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2947](https://togithub.com/mudler/LocalAI/pull/2947)
- feat(p2p): warn the user to start with --p2p by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2993](https://togithub.com/mudler/LocalAI/pull/2993)

##### 🧠 Models

- models(gallery): add tulu 8b and 70b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2931](https://togithub.com/mudler/LocalAI/pull/2931)
- models(gallery): add suzume-orpo by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2932](https://togithub.com/mudler/LocalAI/pull/2932)
- models(gallery): add archangel_sft_pythia2-8b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2933](https://togithub.com/mudler/LocalAI/pull/2933)
- models(gallery): add celestev1.2 by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2937](https://togithub.com/mudler/LocalAI/pull/2937)
- models(gallery): add calme-2.3-phi3-4b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2939](https://togithub.com/mudler/LocalAI/pull/2939)
- models(gallery): add calme-2.8-qwen2-7b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2940](https://togithub.com/mudler/LocalAI/pull/2940)
- models(gallery): add StellarDong-72b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2941](https://togithub.com/mudler/LocalAI/pull/2941)
- models(gallery): add calme-2.4-llama3-70b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2942](https://togithub.com/mudler/LocalAI/pull/2942)
- models(gallery): add llama3.1 70b and 8b by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/3000](https://togithub.com/mudler/LocalAI/pull/3000)

##### 📖 Documentation and examples

- docs: add federation by [@&#8203;mudler](https://togithub.com/mudler)
in
[https://github.com/mudler/LocalAI/pull/2929](https://togithub.com/mudler/LocalAI/pull/2929)
- docs: ⬆️ update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2935](https://togithub.com/mudler/LocalAI/pull/2935)

##### 👒 Dependencies

- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2936](https://togithub.com/mudler/LocalAI/pull/2936)
- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2943](https://togithub.com/mudler/LocalAI/pull/2943)
- chore(deps): Bump grpcio from 1.64.1 to 1.65.1 in
/backend/python/openvoice by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2956](https://togithub.com/mudler/LocalAI/pull/2956)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/sentencetransformers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2955](https://togithub.com/mudler/LocalAI/pull/2955)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in /backend/python/bark
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2951](https://togithub.com/mudler/LocalAI/pull/2951)
- chore(deps): Bump docs/themes/hugo-theme-relearn from `1b2e139` to
`7aec99b` by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2952](https://togithub.com/mudler/LocalAI/pull/2952)
- chore(deps): Bump langchain from 0.2.8 to 0.2.10 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2959](https://togithub.com/mudler/LocalAI/pull/2959)
- chore(deps): Bump numpy from 1.26.4 to 2.0.1 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2958](https://togithub.com/mudler/LocalAI/pull/2958)
- chore(deps): Bump sqlalchemy from 2.0.30 to 2.0.31 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2957](https://togithub.com/mudler/LocalAI/pull/2957)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in /backend/python/vllm
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2964](https://togithub.com/mudler/LocalAI/pull/2964)
- chore(deps): Bump llama-index from 0.10.55 to 0.10.56 in
/examples/chainlit by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2966](https://togithub.com/mudler/LocalAI/pull/2966)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/common/template by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2963](https://togithub.com/mudler/LocalAI/pull/2963)
- chore(deps): Bump weaviate-client from 4.6.5 to 4.6.7 in
/examples/chainlit by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2965](https://togithub.com/mudler/LocalAI/pull/2965)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/transformers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2970](https://togithub.com/mudler/LocalAI/pull/2970)
- chore(deps): Bump openai from 1.35.13 to 1.37.0 in /examples/functions
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2973](https://togithub.com/mudler/LocalAI/pull/2973)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/diffusers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2969](https://togithub.com/mudler/LocalAI/pull/2969)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/exllama2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2971](https://togithub.com/mudler/LocalAI/pull/2971)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/rerankers by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2974](https://togithub.com/mudler/LocalAI/pull/2974)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/coqui by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2980](https://togithub.com/mudler/LocalAI/pull/2980)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/parler-tts by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2982](https://togithub.com/mudler/LocalAI/pull/2982)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/vall-e-x by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2981](https://togithub.com/mudler/LocalAI/pull/2981)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/transformers-musicgen by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2990](https://togithub.com/mudler/LocalAI/pull/2990)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/autogptq by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2984](https://togithub.com/mudler/LocalAI/pull/2984)
- chore(deps): Bump llama-index from 0.10.55 to 0.10.56 in
/examples/langchain-chroma by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2986](https://togithub.com/mudler/LocalAI/pull/2986)
- chore(deps): Bump grpcio from 1.65.0 to 1.65.1 in
/backend/python/mamba by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2989](https://togithub.com/mudler/LocalAI/pull/2989)
- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2992](https://togithub.com/mudler/LocalAI/pull/2992)
- chore(deps): Bump langchain-community from 0.2.7 to 0.2.9 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2960](https://togithub.com/mudler/LocalAI/pull/2960)
- chore(deps): Bump openai from 1.35.13 to 1.37.0 in
/examples/langchain/langchainpy-localai-example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2961](https://togithub.com/mudler/LocalAI/pull/2961)
- chore(deps): Bump langchain from 0.2.8 to 0.2.10 in
/examples/functions by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2975](https://togithub.com/mudler/LocalAI/pull/2975)
- chore(deps): Bump openai from 1.35.13 to 1.37.0 in
/examples/langchain-chroma by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2988](https://togithub.com/mudler/LocalAI/pull/2988)
- chore(deps): Bump langchain from 0.2.8 to 0.2.10 in
/examples/langchain-chroma by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/2987](https://togithub.com/mudler/LocalAI/pull/2987)
- chore: ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/2995](https://togithub.com/mudler/LocalAI/pull/2995)

##### Other Changes

- ci(Makefile): enable p2p on cross-arm64 builds by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/2928](https://togithub.com/mudler/LocalAI/pull/2928)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.19.1...v2.19.2

</details>

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:25:46 +02:00
TrueCharts Bot 2399e9dd30
chore(deps): update container image clickhouse to v14.1.4@10efa69 by renovate (#24237)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | patch | `14.1.3` -> `14.1.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:21:28 +02:00
TrueCharts Bot 761fddd40c
chore(deps): update container image whyour/qinglong to 2.17.9@bc9159a by renovate (#24235)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [whyour/qinglong](https://togithub.com/whyour/qinglong) | digest |
`18e3061` -> `bc9159a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:20:39 +02:00
TrueCharts Bot c9ec5556e7
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@9de4e80 by renovate (#24230)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `74e37f2` -> `9de4e80` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:20:06 +02:00
TrueCharts Bot 18894af65c
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@86c0a7f by renovate (#24232)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `914a811` -> `86c0a7f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:19:55 +02:00
TrueCharts Bot b4fc40688c
chore(deps): update container image ghcr.io/linuxserver/remmina to 1.4.2@3cdae44 by renovate (#24229)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/remmina](https://togithub.com/linuxserver/docker-remmina/packages)
([source](https://togithub.com/linuxserver/docker-remmina)) | digest |
`6697833` -> `3cdae44` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:19:51 +02:00
TrueCharts Bot 7743a01616
chore(deps): update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0@1275551 by renovate (#24228)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/booksonic-air](https://togithub.com/linuxserver/docker-booksonic-air/packages)
([source](https://togithub.com/linuxserver/docker-booksonic-air)) |
digest | `fada8d0` -> `1275551` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:19:48 +02:00
TrueCharts Bot f6ebe3e25f
chore(deps): update container image yacy/yacy_search_server to latest@ea07f6e by renovate (#24236)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yacy/yacy_search_server | digest | `c5e5d86` -> `ea07f6e` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:19:38 +02:00
TrueCharts Bot 0c4e5af9fc
chore(deps): update container image shlinkio/shlink-web-client to v4.1.2@bd0dad6 by renovate (#17968)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[shlinkio/shlink-web-client](https://togithub.com/nginxinc/docker-nginx-unprivileged)
| major | `3.10.2` -> `4.1.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-07-24 20:19:17 +02:00
TrueCharts Bot 59f9042692
chore(deps): update container image mikenye/tar1090 to latest@6bf88b8 by renovate (#24231)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikenye/tar1090 | digest | `4f21fb7` -> `6bf88b8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:18:24 +02:00
TrueCharts Bot 21b3e7e2b9
chore(deps): update container image bitnami/solr to 9.6.1@d097054 by renovate (#24226)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami/solr](https://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/solr))
| digest | `c20c6ad` -> `d097054` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:18:12 +02:00
TrueCharts Bot bfc4bf6272
chore(deps): update container image clickhouse/clickhouse-server to 24.6.3.64@9beb61c by renovate (#24227)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clickhouse/clickhouse-server | digest | `da02e70` -> `9beb61c` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 20:18:00 +02:00
TrueCharts Bot 10e43a1dd2
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@74e37f2 by renovate (#22189)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `0098edd` -> `74e37f2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-07-24 19:40:35 +02:00
TrueCharts Bot 74826320e2
chore(deps): update container image bitnami/redis to 7.2.5@d850d1c by renovate (#24225)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [bitnami/redis](https://togithub.com/bitnami/containers)
([source](https://togithub.com/bitnami/containers/tree/HEAD/bitnami/redis))
| digest | `52d3482` -> `d850d1c` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-07-24 18:56:24 +02:00