Commit Graph

48756 Commits

Author SHA1 Message Date
TrueCharts Bot f9bc88b4a7 chore(helm): update image docker.io/josh5/steam-headless digest to dd9fb2a (#40823)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/josh5/steam-headless | digest | `b3fec9c` -> `dd9fb2a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-18 05:23:53 +02:00
astro-stan e892b37565 feat(common): Add support for setting extra env to CNPG pods (#40673)
**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.
-->

This PR adds the ability to set extra environment variables to CNPG
pods.

I need this, as I need to set the `HTTP_PROXY`, `HTTPS_PROXY` and
`NO_PROXY` envs to the CNPG pods, so that backup/restore goes through my
Gluetun proxy.

This PR only adds support for CNPG, as with Volsync, this can be done by
setting environment variables on the Volsync controller itself (see
[release
notes](https://github.com/backube/volsync/blob/main/CHANGELOG.md#061)
for more info).

This PR, along with the other PRs I opened recently (#40000 , #40385,
#40523 , #40668) should be the last piece of the puzzle needed for
enabling backup/restore of clusters using a remote self-hosted S3
server.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

**🧪 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
-->

What I have tested:

- Rendered a chart with various combinations of CNPG envs set and looked
ad produced output
- Tested along with the other PRs (#40523, #40668) to verify backup up
to my S3 server works though the Gluetun proxy

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

Note that these changes should not affect any work related towards the
migration to the CNPG's new plugin-based barman. As per the [migration
guide](https://cloudnative-pg.io/plugin-barman-cloud/docs/migration/),
the required changes are primarily to export the keys under the
`barmanObjectStore` to a new CRD called `ObjectStore`. The `env` and
`envFrom` keys added in this PR are outside this dictionary; thus, they
should not require any changes when adding support for the new
plugin-based barman.

---

- [CNPG CRD for env and
envFrom](https://github.com/cloudnative-pg/cloudnative-pg/blob/main/config/crd/bases/postgresql.cnpg.io_clusters.yaml#L2161-L2368)

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [X] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-18 00:05:25 +02:00
Boemeltrein e818f936ef feat(common): Add CNPG Vectorchord extension (#40702)
**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.
-->
https://github.com/tensorchord/cloudnative-pgvecto.rs
Is depricated and VectorChord serves as the successor to
[pgvecto.rs](https://github.com/tensorchord/pgvecto.rs) with better
stability and performance.
https://github.com/tensorchord/cloudnative-vectorchord
Also needed when you want to use for example immich with this database
extension type.


⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

**🧪 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
-->
Added the tests in the common.

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

**✔️ Checklist:**

- [ ] ⚖️ 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 changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._
2025-10-18 00:05:13 +02:00
TrueCharts Bot 8235616b1b chore(helm): update image docker.io/codercom/code-server 4.104.3 → 4.105.0 (#40822)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/codercom/code-server | minor | `8a4f9ec` -> `b54261c` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-17 23:28:16 +02:00
TrueCharts Bot 1b7b0e5a01 chore(helm): update image docker.io/filebrowser/filebrowser v2.44.0 → v2.44.1 (#40820)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser)
| patch | `f633694` -> `3882b41` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>filebrowser/filebrowser
(docker.io/filebrowser/filebrowser)</summary>

###
[`v2.44.1`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.44.1)

[Compare
Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.44.0...v2.44.1)

#### Changelog

-
[`de35dee`](https://redirect.github.com/filebrowser/filebrowser/commit/de35dee1c573f731e776c36eeff8173eeef14c0f)
chore(release): 2.44.1
-
[`dd88398`](https://redirect.github.com/filebrowser/filebrowser/commit/dd883985bb484af9dfea2677a40d56999fdc72f3)
fix(auth): prevent integer overflow in logout timer using safeTimeout
([#&#8203;5470](https://redirect.github.com/filebrowser/filebrowser/issues/5470))
-
[`97b8911`](https://redirect.github.com/filebrowser/filebrowser/commit/97b8911ba8a65456091cbec0202f6b5209fcf363)
refactor: use slices.Contains to simplify code
([#&#8203;5483](https://redirect.github.com/filebrowser/filebrowser/issues/5483))
-
[`a397e73`](https://redirect.github.com/filebrowser/filebrowser/commit/a397e7305d1572baf67823413f97a29eea38f0cc)
fix: editor discard prompt doesn't save nor discard
-
[`d0039af`](https://redirect.github.com/filebrowser/filebrowser/commit/d0039afbb76a9364c1e6ac9715ccc3c239dc8cb6)
fix: wrong url on settings branding link

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 21:14:20 +00:00
TrueCharts Bot ce37c9cce2 chore(helm): update image ghcr.io/linuxserver/oscam 11896-ls144 → 11898-ls144 (#40821)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/oscam](https://redirect.github.com/linuxserver/docker-oscam/packages)
([source](https://redirect.github.com/linuxserver/docker-oscam)) | patch
| `0ec059a` -> `e19a49c` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>linuxserver/docker-oscam (ghcr.io/linuxserver/oscam)</summary>

###
[`v11898-ls144`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11898-ls144)

[Compare
Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11897-ls144...11898-ls144)

**CI Report:**


<https://ci-tests.linuxserver.io/linuxserver/oscam/11898-ls144/index.html>

**LinuxServer Changes:**

Rebase to Alpine 3.20.

**Remote Changes:**

Updating to 11898

###
[`v11897-ls144`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11897-ls144)

[Compare
Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11896-ls144...11897-ls144)

**CI Report:**


<https://ci-tests.linuxserver.io/linuxserver/oscam/11897-ls144/index.html>

**LinuxServer Changes:**

Rebase to Alpine 3.20.

**Remote Changes:**

Updating to 11897

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 23:10:41 +02:00
TrueCharts Bot f2bce10d3a chore(helm): update image lscr.io/linuxserver/mylar3 digest to 526bbba (#40819)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[lscr.io/linuxserver/mylar3](https://redirect.github.com/linuxserver/docker-mylar3/packages)
([source](https://redirect.github.com/linuxserver/docker-mylar3)) |
digest | `b097d90` -> `526bbba` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-17 23:10:07 +02:00
TrueCharts Bot 4a645cec25 chore(helm): update image ghcr.io/linuxserver/calibre 8.12.0 → 8.13.0 (#40818)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/calibre](https://redirect.github.com/linuxserver/docker-calibre/packages)
([source](https://redirect.github.com/linuxserver/docker-calibre)) |
minor | `4edb4c4` -> `7606d6c` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-17 17:21:19 +02:00
TrueCharts Bot a66b6e3fd4 chore(helm): update image ghcr.io/linuxserver/oscam 11894-ls144 → 11896-ls144 (#40816)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/oscam](https://redirect.github.com/linuxserver/docker-oscam/packages)
([source](https://redirect.github.com/linuxserver/docker-oscam)) | patch
| `fc7f926` -> `0ec059a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>linuxserver/docker-oscam (ghcr.io/linuxserver/oscam)</summary>

###
[`v11896-ls144`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11896-ls144)

[Compare
Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11895-ls144...11896-ls144)

**CI Report:**


<https://ci-tests.linuxserver.io/linuxserver/oscam/11896-ls144/index.html>

**LinuxServer Changes:**

Rebase to Alpine 3.20.

**Remote Changes:**

Updating to 11896

###
[`v11895-ls144`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11895-ls144)

[Compare
Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11894-ls144...11895-ls144)

**CI Report:**


<https://ci-tests.linuxserver.io/linuxserver/oscam/11895-ls144/index.html>

**LinuxServer Changes:**

Rebase to Alpine 3.20.

**Remote Changes:**

Updating to 11895

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 17:12:01 +02:00
TrueCharts Bot be6343242f chore(helm): update image docker.io/jesec/flood 4.10.0 → 4.11.0 (#40817)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/jesec/flood | minor | `42860a6` -> `4b92628` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-17 17:04:24 +02:00
TrueCharts Bot 49d72cbc1a chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.50.25 → 0.50.26 (#40815)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io)
| patch | `23ba1f1` -> `1422b9e` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>dgtlmoon/changedetection.io
(ghcr.io/dgtlmoon/changedetection.io)</summary>

###
[`v0.50.26`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.50.26):
Fixes for pip pacakge/ chrome plugin / API

[Compare
Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.50.25...0.50.26)

#### What's Changed

- pip build - Improving fix for
[#&#8203;3509](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3509),
Adding automated test for
[#&#8203;3509](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3509)
by [@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[#&#8203;3513](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3513)

**Full Changelog**:
<https://github.com/dgtlmoon/changedetection.io/compare/0.50.25...0.50.26>

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 16:55:28 +02:00
TrueCharts Bot 8343ff1864 chore(helm): update image ghcr.io/home-operations/jackett 0.24.141 → 0.24.145 (#40811)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/jackett](https://ghcr.io/home-operations/jackett)
([source](https://redirect.github.com/Jackett/Jackett)) | patch |
`a266137` -> `71f4784` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Jackett/Jackett (ghcr.io/home-operations/jackett)</summary>

###
[`v0.24.145`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.24.145)

[Compare
Source](https://redirect.github.com/Jackett/Jackett/compare/v0.24.141...v0.24.145)

#### Changes:

-
[`f697327`](https://redirect.github.com/Jackett/Jackett/commit/f6973274a8f83dad14630379366600187819ea96)
dontorrent: new domain
-
[`a1d4a63`](https://redirect.github.com/Jackett/Jackett/commit/a1d4a63e2f9674d76a91b60317783a3e9f69cc37)
Update rudub
-
[`1ef2211`](https://redirect.github.com/Jackett/Jackett/commit/1ef2211919b241fd6f82b8a9ecbc06f4c2aa2d4c)
sportscult: new cat
-
[`986b881`](https://redirect.github.com/Jackett/Jackett/commit/986b881f78a1bc65f1f907d063a9c67a4e3b2908)
torrentqq: bump domains

This list of changes was [auto
generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=14662\&view=logs).

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 10:56:08 +02:00
TrueCharts Bot 7340fb9868 chore(helm): update image docker.io/linuxserver/transmission digest to a360769 (#40806) 2025-10-17 10:55:32 +02:00
TrueCharts Bot 7b3592de15 chore(helm): update image ghcr.io/linuxserver/oscam 11892-ls144 → 11894-ls144 (#40813)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/oscam](https://redirect.github.com/linuxserver/docker-oscam/packages)
([source](https://redirect.github.com/linuxserver/docker-oscam)) | patch
| `cfc9450` -> `fc7f926` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>linuxserver/docker-oscam (ghcr.io/linuxserver/oscam)</summary>

###
[`v11894-ls144`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11894-ls144)

[Compare
Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11893-ls144...11894-ls144)

**CI Report:**


<https://ci-tests.linuxserver.io/linuxserver/oscam/11894-ls144/index.html>

**LinuxServer Changes:**

Rebase to Alpine 3.20.

**Remote Changes:**

Updating to 11894

###
[`v11893-ls144`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11893-ls144)

[Compare
Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11892-ls144...11893-ls144)

**CI Report:**


<https://ci-tests.linuxserver.io/linuxserver/oscam/11893-ls144/index.html>

**LinuxServer Changes:**

Rebase to Alpine 3.20.

**Remote Changes:**

Updating to 11893

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 10:55:28 +02:00
TrueCharts Bot f4ac89a791 chore(helm): update image docker.io/openhab/openhab 5.0.1 → 5.0.2 (#40809)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/openhab/openhab](https://www.openhab.org/)
([source](https://redirect.github.com/openhab/openhab-docker)) | patch |
`3036f0a` -> `64bca93` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 10:55:08 +02:00
TrueCharts Bot 9ef3d86f7b chore(helm): update image ghcr.io/linuxserver/orcaslicer digest to 05f35e0 (#40807)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/orcaslicer](https://redirect.github.com/linuxserver/docker-orcaslicer/packages)
([source](https://redirect.github.com/linuxserver/docker-orcaslicer)) |
digest | `c3df1d0` -> `05f35e0` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-17 10:41:19 +02:00
TrueCharts Bot 0de419effd chore(helm): update image docker.io/zwavejs/zwave-js-ui 11.5.0 → 11.5.2 (#40810) 2025-10-17 10:40:08 +02:00
TrueCharts Bot 7f32c4e969 chore(helm): update image ghcr.io/linuxserver/jackett 0.24.141 → 0.24.145 (#40812)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/jackett](https://redirect.github.com/linuxserver/docker-jackett/packages)
([source](https://redirect.github.com/linuxserver/docker-jackett)) |
patch | `a1a1b19` -> `097d6c5` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 10:39:58 +02:00
TrueCharts Bot 071dc191d0 chore(helm): update image ghcr.io/linuxserver/rsnapshot digest to a6cd158 (#40808) 2025-10-17 10:39:18 +02:00
TrueCharts Bot 75300adbb4 chore(helm): update image docker.io/factoriotools/factorio digest to bfe1fcc (#40805)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/factoriotools/factorio | digest | `895b8a1` -> `bfe1fcc` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-17 10:39:03 +02:00
TrueCharts Bot 265f4199c4 chore(helm): update image ghcr.io/stirling-tools/s-pdf 1.4.0 → 1.5.0 (#40804)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `e03d391` -> `bfe2b8d` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `a8d2646` -> `ea18c4c` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `fa57830` -> `b9f3b74` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Stirling-Tools/Stirling-PDF
(ghcr.io/stirling-tools/s-pdf)</summary>

###
[`v1.5.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v1.5.0):
1.5.0 Analytics rework, PDF to Vector, extract Attachments

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v1.4.0...v1.5.0)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

Lots of changes in todays release!
We have some brand new features and enhancements but we have a reworked
our analytics!
Our opt-in (disabled by default) analytics are now all unified under the
same parameter and has been made easier to disable in both settings.yml
and consent banner. You can see more about it here
<https://docs.stirlingpdf.com/analytics-telemetry/> . These changes
include both posthog and scarf and should make it easier for users to
disable things.

Our major feature changes this release include

- New PDF to Vector image conversion
- Extract attachments feature
- Enhanced get info for clearer UI and extra information

Some notable other changes are

- Fixed bug causing large file sizes in multi-tool
- Fixed bug causing large file in extract pages
- Various security fixes and hardening

Thanks again to the OSS community and yet again to
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) and
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) for keeping
stirling alive with all the new features and fixes!

##### What's Changed

##### Enhancements

- feat(conversion): add PDF to Vector Image conversions by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4651](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4651)
- feat(attachments): add “Extract Attachments” tool to export embedded
files as ZIP by [@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;4645](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4645)
- feat(flatten): Add support for configuring rendering DPI in Flatten
PDF feature by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4669](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4669)
- feat(pdf-info): refactor and add more info on attachments, images,
forms, and give technical overview by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4643](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4643)
- Dynamic tracking services by
[@&#8203;ConnorYoh](https://redirect.github.com/ConnorYoh) in
[#&#8203;4690](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4690)

##### Minor Enhancements

- A fix for the bug : Extract Pages produce output pdf of same size
(issue
[#&#8203;1480](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/1480))
by [@&#8203;OUNZAR-Aymane](https://redirect.github.com/OUNZAR-Aymane) in
[#&#8203;4636](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4636)
- fix(multitool): avoid duplicate resource embedding on export to
prevent huge PDFs by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;4684](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4684)
- fix(security): harden URL reachability to block SSRF to
private/reserved networks and add unit tests by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;4637](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4637)
- fix(security): Harden website-to-PDF conversion by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;4638](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4638)
- Update 3rd Party Licenses by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in
[#&#8203;4532](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4532)
- refactor: remove unused imports by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;4566](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4566)

##### Docker Updates

- build(deps): bump alpine from 3.22.1 to 3.22.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4673](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4673)

##### Translation Changes

- :globe\_with\_meridians: Sync Translations + Update README Progress
Table by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in
[#&#8203;4607](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4607)
- :globe\_with\_meridians: Sync Translations + Update README Progress
Table by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in
[#&#8203;4692](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4692)
- Update messages\_ja\_JP.properties by
[@&#8203;tkymmm](https://redirect.github.com/tkymmm) in
[#&#8203;4663](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4663)
- Update zh\_TW Traditional Chinese locale by
[@&#8203;PeterDaveHello](https://redirect.github.com/PeterDaveHello) in
[#&#8203;4615](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4615)
- Update messages\_it\_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[#&#8203;4609](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4609)

##### Other Changes

- Version bump to 1.5.0 for new analytics flags by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[#&#8203;4691](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4691)
- build(deps): bump com.diffplug.spotless from 7.2.1 to 8.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4546](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4546)
- build(deps): bump commonmarkVersion from 0.26.0 to 0.27.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;4670](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4670)
- ci: restrict workflow to main branch PRs by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;4677](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4677)
- fix(ci): 🛡️mitigate CVE-2025-8869 by pinning pip to patched commit and
upgrading dev dependency pins by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;4630](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4630)

##### New Contributors

- [@&#8203;OUNZAR-Aymane](https://redirect.github.com/OUNZAR-Aymane)
made their first contribution in
[#&#8203;4636](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4636)

**Full Changelog**:
<https://github.com/Stirling-Tools/Stirling-PDF/compare/v1.4.0...v1.5.0>

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-17 04:33:00 +02:00
TrueCharts Bot c69b30ef2a chore(helm): update image docker.io/collabora/code 25.04.6.1.1 → 25.04.6.2.1 (#40801)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/collabora/code | patch | `83028c0` -> `81173ae` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 04:30:03 +02:00
TrueCharts Bot 560826eb89 chore(helm): update image docker.io/ollama/ollama 0.12.5 → 0.12.6 (#40802)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ollama/ollama | patch | `212f5b7` -> `4f1a403` |
| docker.io/ollama/ollama | patch | `e43c26d` -> `a61a8fd` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 04:25:10 +02:00
TrueCharts Bot 3e3114a958 chore(helm): update image ghcr.io/linuxserver/oscam 11891-ls144 → 11892-ls144 (#40803)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/oscam](https://redirect.github.com/linuxserver/docker-oscam/packages)
([source](https://redirect.github.com/linuxserver/docker-oscam)) | patch
| `97e927e` -> `cfc9450` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>linuxserver/docker-oscam (ghcr.io/linuxserver/oscam)</summary>

###
[`v11892-ls144`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11892-ls144)

[Compare
Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11891-ls144...11892-ls144)

**CI Report:**


<https://ci-tests.linuxserver.io/linuxserver/oscam/11892-ls144/index.html>

**LinuxServer Changes:**

Rebase to Alpine 3.20.

**Remote Changes:**

Updating to 11892

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-17 04:24:53 +02:00
TrueCharts Bot 2384ddf38f chore(helm): update image lscr.io/linuxserver/webtop digest to 49fc5a8 (#40800) 2025-10-17 04:24:07 +02:00
TrueCharts Bot f507c17c93 chore(helm): update image docker.io/machines/filestash digest to 2868c0d (#40798) 2025-10-17 04:24:03 +02:00
TrueCharts Bot d27a7cc5e6 chore(helm): update image hello-world digest to 6dc565a (#40799)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| hello-world | digest | `54e66cc` -> `6dc565a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-17 04:23:56 +02:00
TrueCharts Bot c9d0f5879d chore(helm): update image ghcr.io/meeb/tubesync digest to b080fcf (#40794) 2025-10-16 22:26:03 +02:00
TrueCharts Bot 5c4d110b43 chore(helm): update image ghcr.io/linuxserver/ddclient digest to 19559f2 (#40793) 2025-10-16 22:25:56 +02:00
TrueCharts Bot df61af5003 chore(helm): update image docker.io/clamav/clamav 1.5.0 → 1.5.1 (#40796)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/clamav/clamav](https://redirect.github.com/Cisco-Talos/clamav.git)
([source](https://redirect.github.com/Cisco-Talos/clamav)) | patch |
`3e32ccb` -> `b734c2f` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-16 22:25:42 +02:00
TrueCharts Bot 023532b37d chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.50.24 → 0.50.25 (#40797)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io)
| patch | `20a4501` -> `23ba1f1` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>dgtlmoon/changedetection.io
(ghcr.io/dgtlmoon/changedetection.io)</summary>

###
[`v0.50.25`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.50.25)

[Compare
Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.50.24...0.50.25)

#### What's Changed

- Small fix for notification format handling, enabling HTML Color for
`{{diff_removed}}` and `{{diff_added}}` by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[#&#8203;3508](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3508)
- Notification service improved failure alerts by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[#&#8203;3507](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3507)
- Improved delete by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[#&#8203;3510](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3510)
- Be sure to include API spec in pypi build by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[#&#8203;3511](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3511)
[#&#8203;3509](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3509)

**Full Changelog**:
<https://github.com/dgtlmoon/changedetection.io/compare/0.50.24...0.50.25>

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-16 22:25:21 +02:00
TrueCharts Bot 84918ae9bf chore(helm): update image docker.io/machines/filestash digest to c779ce5 (#40792)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `1ae3a24` -> `c779ce5` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-16 22:24:20 +02:00
TrueCharts Bot 7dbc30d7c8 chore(helm): update image lscr.io/linuxserver/webtop digest to 794b32e (#40795)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `fef62d2` -> `794b32e` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-16 22:06:59 +02:00
TrueCharts Bot 1720c1fae9 chore(helm): update image docker.io/esphome/esphome 2025.10.0 → 2025.10.1 (#40788)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | patch |
`846c2d5` -> `7927987` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2025.10.1`](https://redirect.github.com/esphome/esphome/releases/tag/2025.10.1)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.10.0...2025.10.1)

- \[mipi\_spi] Rotation fixes
[esphome#11226](https://redirect.github.com/esphome/esphome/pull/11226)
by [@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
(new-feature)
- \[ota] Fix MQTT resolution when static IP appears first in device list
[esphome#11272](https://redirect.github.com/esphome/esphome/pull/11272)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[ota.esphome] Handle blank password the same as no password defined
[esphome#11271](https://redirect.github.com/esphome/esphome/pull/11271)
by [@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[tests] Fix OTA password test assertions after merge collision
[esphome#11275](https://redirect.github.com/esphome/esphome/pull/11275)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[wifi] Fix enterprise wifi
[esphome#11276](https://redirect.github.com/esphome/esphome/pull/11276)
by [@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[substitutions] Fix AttributeError when using packages with
substitutions
[esphome#11274](https://redirect.github.com/esphome/esphome/pull/11274)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-16 16:15:42 +02:00
TrueCharts Bot 49b12f583c chore(helm): update image docker.io/kylemanna/bitcoind digest to 8396d4f (#40786)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/kylemanna/bitcoind | digest | `d49d52d` -> `8396d4f` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-16 16:15:18 +02:00
TrueCharts Bot a1dd26e2e5 chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.1.1310 → v3-3.0.1.1314 (#40790)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://redirect.github.com/hotio/whisparr)) | patch |
`7c9f709` -> `b4cec8a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-16 16:14:01 +02:00
TrueCharts Bot 52d8c3304e chore(helm): update image ghcr.io/manyfold3d/manyfold 0.125.0 → 0.126.0 (#40791)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `577476a` -> `d9bad70` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary>

###
[`v0.126.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.126.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.125.0...v0.126.0)

This time round, we've got a new permission option during upload, so you
can easily make models public straight away, and there's a default
site-wide setting for that option so you can make it extra easy for
users!

We've also got improvements for translators, with a new environment
option that enables "experimental" languages (i.e. ones that are only
partially translated) in the running app, and the addition of an
experimental Chinese (zh-CN) translation which is currently being worked
on by our amazing volunteer translators.

There are also big improvements to the speed of some mesh operations, as
we've moved to a new more efficient library for file conversion. 3MF
conversion now happens quickly, even for large meshes, and the change
we've made will allow more conversion options in future.

#### What's Changed

#####  New Features 

- Add environment option to show experimental translations in UI
(currently pt, ru, zh-CN) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4809](https://redirect.github.com/manyfold3d/manyfold/pull/4809)
- Add option to make models public by default by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4819](https://redirect.github.com/manyfold3d/manyfold/pull/4819)
- Select permissions during upload by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4823](https://redirect.github.com/manyfold3d/manyfold/pull/4823)

##### 🐛 Bug Fixes 🐛

- Fix upload errors by letting scheduled cache sweep take care of
temporary files by [@&#8203;Floppy](https://redirect.github.com/Floppy)
in
[#&#8203;4830](https://redirect.github.com/manyfold3d/manyfold/pull/4830)
- Fix case sensitivity bug with file conversion by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4835](https://redirect.github.com/manyfold3d/manyfold/pull/4835)

##### 🌍 Sustainability & Performance 🌍

- Much faster 3MF conversion using assimp library by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4832](https://redirect.github.com/manyfold3d/manyfold/pull/4832)

##### 🛠️ Other Improvements 🛠️

- Enable zh-cn locale on translation.io by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4807](https://redirect.github.com/manyfold3d/manyfold/pull/4807)
- Translation update (DE) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4796](https://redirect.github.com/manyfold3d/manyfold/pull/4796)
- Internal rename of blank default visibility setting to "private" by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4822](https://redirect.github.com/manyfold3d/manyfold/pull/4822)
- Improve unzipped file handling by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4831](https://redirect.github.com/manyfold3d/manyfold/pull/4831)
- Make file conversion job support more formats by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4833](https://redirect.github.com/manyfold3d/manyfold/pull/4833)
- Translation update (DE, zh-CN) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[#&#8203;4821](https://redirect.github.com/manyfold3d/manyfold/pull/4821)

**Full Changelog**:
<https://github.com/manyfold3d/manyfold/compare/v0.125.0...v0.126.0>

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-16 16:09:27 +02:00
TrueCharts Bot c74a3312b3 chore(helm): update image docker.io/feramance/qbitrr v4.10.27 → v4.10.28 (#40789)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/feramance/qbitrr](https://redirect.github.com/Feramance/qBitrr)
| patch | `d4fa131` -> `0ef3530` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Feramance/qBitrr (docker.io/feramance/qbitrr)</summary>

###
[`v4.10.28`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v41028-16102025)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.27...v4.10.28)

- [\[patch\] Fixed Arr has no attribute
torrents](https://redirect.github.com/Feramance/qBitrr/commit/b4db5fa7987206d9e5cd203dcebe0b8933ebe0a8)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Removed v5
config](https://redirect.github.com/Feramance/qBitrr/commit/dc942c4adca4863ca7bea74b19aeca5d7f4bd419)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-16 15:56:39 +02:00
TrueCharts Bot 4a45f9903a chore(helm): update image ghcr.io/suwayomi/tachidesk digest to 70694ca (#40787)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/suwayomi/tachidesk | digest | `7124bbd` -> `70694ca` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-16 15:55:25 +02:00
TrueCharts Bot cc1aa7ff6f chore(helm): update image docker.io/aeonlucid/impostor digest to fc3b143 (#40785)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/aeonlucid/impostor | digest | `91327fa` -> `fc3b143` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-16 15:54:43 +02:00
TrueCharts Bot e64431501c chore(helm): update image ghcr.io/linuxserver/jackett 0.24.134 → 0.24.141 (#40783)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/jackett](https://redirect.github.com/linuxserver/docker-jackett/packages)
([source](https://redirect.github.com/linuxserver/docker-jackett)) |
patch | `963a593` -> `a1a1b19` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-16 09:57:57 +02:00
TrueCharts Bot ac1a97d076 chore(helm): update image adminer digest to bf7ea9b (#40780)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| adminer | digest | `606d5f1` -> `bf7ea9b` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-16 09:57:02 +02:00
TrueCharts Bot 6b93752b1b chore(helm): update image docker.io/dpage/pgadmin4 9.8 → 9.9 (#40784)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/dpage/pgadmin4 | minor | `d115bcd` -> `5d9624a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-16 09:50:36 +02:00
TrueCharts Bot 0ce90daa52 chore(helm): update image ghcr.io/linuxserver/digikam digest to 5c190ff (#40781)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/digikam](https://redirect.github.com/linuxserver/docker-digikam/packages)
([source](https://redirect.github.com/linuxserver/docker-digikam)) |
digest | `56450e6` -> `5c190ff` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-16 09:43:48 +02:00
TrueCharts Bot a2f1a7487c chore(helm): update image ghcr.io/home-operations/jackett 0.24.134 → 0.24.141 (#40782)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/jackett](https://ghcr.io/home-operations/jackett)
([source](https://redirect.github.com/Jackett/Jackett)) | patch |
`e0e5d4c` -> `a266137` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Jackett/Jackett (ghcr.io/home-operations/jackett)</summary>

###
[`v0.24.141`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.24.141)

[Compare
Source](https://redirect.github.com/Jackett/Jackett/compare/v0.24.134...v0.24.141)

#### Changes:

-
[`9f50042`](https://redirect.github.com/Jackett/Jackett/commit/9f50042c0a2391c476c2f836e9efbd8a31be61f4)
Update rudub
-
[`ecbdac6`](https://redirect.github.com/Jackett/Jackett/commit/ecbdac690ba9c7f835763d4a5da4d0b0da466868)
turktorrent: pay2dl and drop posters.
[#&#8203;4268](https://redirect.github.com/Jackett/Jackett/issues/4268)
-
[`94ba5a7`](https://redirect.github.com/Jackett/Jackett/commit/94ba5a724b25bd1b3e193ef14cc8ea32630b3f33)
turktorrent: remove test strdump
-
[`9b45427`](https://redirect.github.com/Jackett/Jackett/commit/9b454276875cd71aa3a67ec593ddb8fd4f24b86d)
turktorrent: update search input value & row selector
[#&#8203;4268](https://redirect.github.com/Jackett/Jackett/issues/4268)
-
[`7d5c48d`](https://redirect.github.com/Jackett/Jackett/commit/7d5c48d873507874bbccec38950afc3d1dbbc690)
turktorrent: new login test
-
[`e8e74e3`](https://redirect.github.com/Jackett/Jackett/commit/e8e74e3e28673fd4567977cf2aab31fdea4dd331)
arenabg: CA expired
-
[`3550c6b`](https://redirect.github.com/Jackett/Jackett/commit/3550c6bf211f01c6a4c51d94bbb0244c1f04a8fa)
xthor: new domain. resolves
[#&#8203;16243](https://redirect.github.com/Jackett/Jackett/issues/16243)
-
[`42b159a`](https://redirect.github.com/Jackett/Jackett/commit/42b159a8010fd3bb767ce4ce53da9f23778990bc)
torrenttip: bump domain
-
[`372ff66`](https://redirect.github.com/Jackett/Jackett/commit/372ff66510b80e1277776789cf269f26b05be487)
torrentsome: bump domain
-
[`0bc25d7`](https://redirect.github.com/Jackett/Jackett/commit/0bc25d77c930dd1d4e3a253d5088df25e88eb0e8)
magnetcat: bump alternate domains

<details><summary><b>See More</b></summary>

-
[`6aa8df9`](https://redirect.github.com/Jackett/Jackett/commit/6aa8df9135dbe838e978e29523536fefa7efebbd)
kickasstorrents-to: new cat
-
[`c396def`](https://redirect.github.com/Jackett/Jackett/commit/c396def330d42674cb800ff580084eed93af597d)
Update README.md

This list of changes was [auto
generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=14658\&view=logs).</details>

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-16 09:42:30 +02:00
TrueCharts Bot 613a925eb8 chore(helm): update image docker.io/portainer/portainer-ee 2.34.0 → 2.35.0 (#40778)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/portainer/portainer-ee | minor | `da8410b` -> `8eb6cf3` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-10-16 03:49:46 +02:00
TrueCharts Bot ebb33772fe chore(helm): update chart mariadb 17.8.0 → 17.8.1 (#40774)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://redirect.github.com/bitnami/bitnami-docker-mariadb)) |
patch | `17.8.0` -> `17.8.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2025-10-16 03:43:15 +02:00
TrueCharts Bot 2e4547a5a0 chore(helm): update image docker.io/grafana/grafana-image-renderer digest to 4f47428 (#40771)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/grafana/grafana-image-renderer | digest | `f5211df` ->
`4f47428` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-16 03:42:38 +02:00
TrueCharts Bot c616b4efe5 chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to 552ec1b (#40773)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `80aee8a` -> `552ec1b` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-10-16 03:41:23 +02:00
TrueCharts Bot 4e9129a346 chore(helm): update image docker.io/cloudreve/cloudreve 4.9.1 → 4.9.2 (#40776)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/cloudreve/cloudreve | patch | `a31b5df` -> `14861f3` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-16 03:41:11 +02:00