Commit Graph

49017 Commits

Author SHA1 Message Date
TrueCharts Bot 33350c68ea chore(helm): update image lscr.io/linuxserver/pyload-ng digest to 1a3b961 (#41097)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/pyload-ng | digest | `d947296` -> `1a3b961` |

---

> [!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-25 18:15:15 +02:00
Alfred Göppel 875117594f fix(homarr): BREAKING update homarr to new repo and rework (#41089)
**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  https://github.com/trueforge-org/truecharts/issues/41078

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ 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
-->

**📃 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 changes to the documentation
- [ ] 🧪 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._
2025-10-25 18:04:20 +02:00
Alfred Göppel 22bfe8a213 fix(Quay images): Remove most of the quay images (#41091)
**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)-->

**⚙️ 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
- [ ] 📜 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
-->

**📃 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 changes to the documentation
- [ ] 🧪 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._
2025-10-25 17:37:38 +02:00
Alfred Göppel db6f9dc027 fix(clamav): Disable milter service by default as its not used in standard setup (#41090)
**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  https://github.com/trueforge-org/truecharts/issues/41039

**⚙️ 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
- [ ] 📜 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
-->

**📃 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 changes to the documentation
- [ ] 🧪 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._
2025-10-25 16:40:01 +02:00
TrueCharts Bot aadd5d0700 chore(helm): update image docker.io/kasmweb/workspaces 1.17.0 → 1.18.0 (#41088)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/kasmweb/workspaces | minor | `a3b2533` -> `7928238` |

---

> [!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-25 12:22:36 +02:00
TrueCharts Bot 39caf62c7e chore(helm): update image ghcr.io/home-operations/jackett 0.24.179 → 0.24.185 (#41085) 2025-10-25 12:22:09 +02:00
TrueCharts Bot 2be7e022c4 chore(helm): update image docker.io/bitnamisecure/memcached digest to 14df948 (#41081) 2025-10-25 12:22:03 +02:00
TrueCharts Bot 0ffcbbb712 chore(helm): update image docker.io/ghostfolio/ghostfolio 2.210.1 → 2.211.0 (#41087) 2025-10-25 12:22:00 +02:00
TrueCharts Bot 0ed1ca4cb9 chore(helm): update image docker.io/afterlogic/docker-aurora-files digest to 55ba35d (#41079) 2025-10-25 12:21:52 +02:00
TrueCharts Bot 055b8011fa chore(helm): update image ghcr.io/linuxserver/davos digest to 3d623a0 (#41082) 2025-10-25 12:21:46 +02:00
TrueCharts Bot 8ce7ef2bec chore(helm): update image docker.io/doitandbedone/ispyagentdvr 6.7.6.0 → 6.7.8.0 (#41084)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/doitandbedone/ispyagentdvr](https://redirect.github.com/doitandbedone/ispyagentdvr-docker)
| patch | `859c378` -> `f0aa855` |

---

> [!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>doitandbedone/ispyagentdvr-docker
(docker.io/doitandbedone/ispyagentdvr)</summary>

###
[`v6.7.8.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.7.6.0...6.7.8.0)

[Compare
Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.7.6.0...6.7.8.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-25 12:21:44 +02:00
TrueCharts Bot cb4f850634 chore(helm): update image ghcr.io/linuxserver/jackett 0.24.179 → 0.24.185 (#41086)
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 | `c26bf50` -> `dbd5588` |

---

> [!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-25 12:07:17 +02:00
TrueCharts Bot 8172cb66eb chore(helm): update image docker.io/bitnamisecure/mariadb digest to 289ea15 (#41080)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bitnamisecure/mariadb | digest | `a4e7a73` -> `289ea15` |

---

> [!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-25 12:06:57 +02:00
TrueCharts Bot c252d135b7 chore(helm): update image docker.io/haveagitgat/tdarr 2.50.01 → 2.50.02 (#41075)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/haveagitgat/tdarr](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages)
([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu))
| patch | `67d6a45` -> `b4b7f26` |

---

> [!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-25 09:01:27 +00:00
TrueCharts Bot 2e6ac756b9 chore(helm): update image docker.io/itzg/mc-router 1.36.0 → 1.36.1 (#41077) 2025-10-25 06:15:44 +02:00
TrueCharts Bot 41a97ccef7 chore(helm): update image docker.io/gitea/gitea 1.24.6 → 1.24.7 (#41074)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/gitea/gitea](https://redirect.github.com/go-gitea/gitea) |
patch | `91f2b27` -> `a664a64` |

---

> [!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>go-gitea/gitea (docker.io/gitea/gitea)</summary>

###
[`v1.24.7`](https://redirect.github.com/go-gitea/gitea/releases/tag/v1.24.7)

[Compare
Source](https://redirect.github.com/go-gitea/gitea/compare/v1.24.6...v1.24.7)

- SECURITY
- Refactor legacy code
([#&#8203;35708](https://redirect.github.com/go-gitea/gitea/issues/35708))
([#&#8203;35713](https://redirect.github.com/go-gitea/gitea/issues/35713))
- Fixing issue
[#&#8203;35530](https://redirect.github.com/go-gitea/gitea/issues/35530):
Password Leak in Log Messages
([#&#8203;35584](https://redirect.github.com/go-gitea/gitea/issues/35584))
([#&#8203;35665](https://redirect.github.com/go-gitea/gitea/issues/35665))
- Fix a bug missed return
([#&#8203;35655](https://redirect.github.com/go-gitea/gitea/issues/35655))
([#&#8203;35671](https://redirect.github.com/go-gitea/gitea/issues/35671))
- BUGFIXES
- Fix inputing review comment will remove reviewer
([#&#8203;35591](https://redirect.github.com/go-gitea/gitea/issues/35591))
([#&#8203;35664](https://redirect.github.com/go-gitea/gitea/issues/35664))
- TESTING
- Mock external service in hcaptcha TestCaptcha
([#&#8203;35604](https://redirect.github.com/go-gitea/gitea/issues/35604))
([#&#8203;35663](https://redirect.github.com/go-gitea/gitea/issues/35663))
- Fix build
([#&#8203;35669](https://redirect.github.com/go-gitea/gitea/issues/35669))

Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be
automatically upgraded to this version during the specified maintenance
window.

</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-25 06:14:43 +02:00
TrueCharts Bot d0b24676fc chore(helm): update image docker.io/nginxinc/nginx-unprivileged digest to 9bb4992 (#41072)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/nginxinc/nginx-unprivileged](https://redirect.github.com/nginx/docker-nginx-unprivileged)
| digest | `9911618` -> `9bb4992` |

---

> [!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-25 06:14:17 +02:00
TrueCharts Bot 230e319e61 chore(helm): update image docker.io/haveagitgat/tdarr_node 2.50.01 → 2.50.02 (#41076) 2025-10-25 06:03:48 +02:00
TrueCharts Bot a409f1dfa7 chore(helm): update image ghcr.io/linuxserver/znc digest to 2d507e7 (#41073)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/znc](https://redirect.github.com/linuxserver/docker-znc/packages)
([source](https://redirect.github.com/linuxserver/docker-znc)) | digest
| `0424a91` -> `2d507e7` |

---

> [!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-25 06:03:37 +02:00
TrueCharts Bot 7bbdda3f4c chore(helm): update image docker.io/wiserain/flexget 3.18.16 → 3.18.18 (#41067)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/wiserain/flexget](https://redirect.github.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://redirect.github.com/wiserain/docker-flexget)) | patch
| `548c244` -> `3712f5c` |

---

> [!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-25 00:10:27 +02:00
TrueCharts Bot bb6d6fd9ae chore(helm): update image docker.io/homeassistant/home-assistant 2025.10.3 → 2025.10.4 (#41066)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://redirect.github.com/home-assistant/core)) | patch |
`2237603` -> `449140e` |

---

> [!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>home-assistant/core
(docker.io/homeassistant/home-assistant)</summary>

###
[`v2025.10.4`](https://redirect.github.com/home-assistant/core/releases/tag/2025.10.4)

[Compare
Source](https://redirect.github.com/home-assistant/core/compare/2025.10.3...2025.10.4)

- Bump aioautomower to v2.3.1 ([@&#8203;Thomas55555] - [#&#8203;151795])
([husqvarna\_automower docs][husqvarna_automower docs])
- Fix history coordinator in Tesla Fleet and Teslemetry ([@&#8203;Bre77]
- [#&#8203;153068]) ([teslemetry docs]) ([tesla\_fleet docs][tesla_fleet
docs])
- Increase connect and configuration time for rfxtrx
([@&#8203;alec-pinson] - [#&#8203;153834]) ([rfxtrx docs])
- Return default temp range if API responds 0 in Huum.
([@&#8203;vincentwolsink] - [#&#8203;153871]) ([huum docs])
- Improve error message for unsupported hardware in Overkiz
([@&#8203;iMicknl] - [#&#8203;154314]) ([overkiz docs])
- Bump pyprobeplus to 1.1.1 ([@&#8203;pantherale0] - [#&#8203;154523])
([probe\_plus docs][probe_plus docs]) (dependency)
- Move translatable URL out of strings.json for airnow integration
([@&#8203;akanksha106-code] - [#&#8203;154557]) ([airnow docs])
- Moved non-translatable elements out of strings.json for nuki
([@&#8203;sonianuj287] - [#&#8203;154682]) ([nuki docs])
- Handle location scope in Tesla Fleet vehicle coordinator
([@&#8203;Bre77] - [#&#8203;154731]) ([tesla\_fleet docs][tesla_fleet
docs])
- Fix units for Shelly TopAC EVE01-11 sensors ([@&#8203;bieniu] -
[#&#8203;154740]) ([shelly docs])
- Fix pterodactyl server config link ([@&#8203;electricsteve] -
[#&#8203;154758]) ([pterodactyl docs])
- Move URL out of Tomorrow\.io strings.json ([@&#8203;andrew-codechimp]
- [#&#8203;154759]) ([tomorrowio docs])
- Move URL out of TheThingsNetwork strings.json
([@&#8203;andrew-codechimp] - [#&#8203;154760]) ([thethingsnetwork
docs])
- Move url out of simplisafe strings ([@&#8203;andrew-codechimp] -
[#&#8203;154762]) ([simplisafe docs])
- Move url out of sensorpush\_cloud strings.json
([@&#8203;andrew-codechimp] - [#&#8203;154768]) ([sensorpush\_cloud
docs][sensorpush_cloud docs])
- Move URLs out of strings.json for auth ([@&#8203;jbouwh] -
[#&#8203;154769]) ([auth docs])
- Move url out of starline strings.json ([@&#8203;andrew-codechimp] -
[#&#8203;154773]) ([starline docs])
- Move url out of orsoenergy strings.json ([@&#8203;andrew-codechimp] -
[#&#8203;154776]) ([osoenergy docs])
- Move url out of motionblinds strings.json ([@&#8203;andrew-codechimp]
- [#&#8203;154777]) ([motion\_blinds docs][motion_blinds docs])
- Move url out of rachio strings.json ([@&#8203;andrew-codechimp] -
[#&#8203;154781]) ([rachio docs])
- Move url out of Flume strings.json ([@&#8203;andrew-codechimp] -
[#&#8203;154787]) ([flume docs])
- Remove opower violation from hassfest requirements check
([@&#8203;cdce8p] - [#&#8203;154797])
- Bump opower to 0.15.8 ([@&#8203;tronikos] - [#&#8203;154811]) ([opower
docs]) (dependency)
- Move url out of nightscout strings and change to field descriptions
([@&#8203;andrew-codechimp] - [#&#8203;154812]) ([nightscout docs])
- vesync show fan speed for smart tower fans ([@&#8203;cdnninja] -
[#&#8203;154842]) ([vesync docs])
- Bump bring-api to v1.1.1 ([@&#8203;tr4nt0r] - [#&#8203;154854])
([bring docs]) (dependency)
- Bump PyCync to 0.4.2 ([@&#8203;Kinachi249] - [#&#8203;154856]) ([cync
docs]) (dependency)
- Bump aioamazondevices to 6.4.6 ([@&#8203;chemelli74] -
[#&#8203;154865]) ([alexa\_devices docs][alexa_devices docs])
(dependency)
- YoLink remove unsupported remoters ([@&#8203;matrixd2] -
[#&#8203;154918]) ([yolink docs])
- Fix BrowseError import in yamaha\_musiccast media\_player.py
([@&#8203;wimb0] - [#&#8203;154980]) ([yamaha\_musiccast
docs][yamaha_musiccast docs])
- Remove async-modbus exception from hassfest requirements check
([@&#8203;cdce8p] - [#&#8203;154988])
- Lametric remove translatable URL ([@&#8203;erwindouna] -
[#&#8203;154991]) ([lametric docs])
- Add SensorDeviceClass and unit for LCN humidity sensor.
([@&#8203;alengwenus] - [#&#8203;155044]) ([lcn docs])
- Add shared BleakScanner to probe\_plus ([@&#8203;pantherale0] -
[#&#8203;155051]) ([probe\_plus docs][probe_plus docs]) (dependency)
- Improve migration to Uptime Kuma v2.0.0 ([@&#8203;tr4nt0r] -
[#&#8203;155055]) ([uptime\_kuma docs][uptime_kuma docs])
- Move URL out of system\_bridge strings.json ([@&#8203;MichaelMKKelly]
- [#&#8203;155067]) ([system\_bridge docs][system_bridge docs])
- Update aioairzone to v1.0.2 ([@&#8203;Noltari] - [#&#8203;155088])
([airzone docs]) (dependency)
- Bump pydroplet version to 2.3.4 ([@&#8203;sarahseidman] -
[#&#8203;155103]) ([droplet docs]) (dependency)
- Bump holidays to 0.83 ([@&#8203;gjohansson-ST] - [#&#8203;155107])
([workday docs]) ([holiday docs]) (dependency)

[#&#8203;151795]:
https://redirect.github.com/home-assistant/core/pull/151795

[#&#8203;152881]:
https://redirect.github.com/home-assistant/core/pull/152881

[#&#8203;153068]:
https://redirect.github.com/home-assistant/core/pull/153068

[#&#8203;153582]:
https://redirect.github.com/home-assistant/core/pull/153582

[#&#8203;153834]:
https://redirect.github.com/home-assistant/core/pull/153834

[#&#8203;153871]:
https://redirect.github.com/home-assistant/core/pull/153871

[#&#8203;154181]:
https://redirect.github.com/home-assistant/core/pull/154181

[#&#8203;154314]:
https://redirect.github.com/home-assistant/core/pull/154314

[#&#8203;154523]:
https://redirect.github.com/home-assistant/core/pull/154523

[#&#8203;154557]:
https://redirect.github.com/home-assistant/core/pull/154557

[#&#8203;154682]:
https://redirect.github.com/home-assistant/core/pull/154682

[#&#8203;154718]:
https://redirect.github.com/home-assistant/core/pull/154718

[#&#8203;154731]:
https://redirect.github.com/home-assistant/core/pull/154731

[#&#8203;154740]:
https://redirect.github.com/home-assistant/core/pull/154740

[#&#8203;154758]:
https://redirect.github.com/home-assistant/core/pull/154758

[#&#8203;154759]:
https://redirect.github.com/home-assistant/core/pull/154759

[#&#8203;154760]:
https://redirect.github.com/home-assistant/core/pull/154760

[#&#8203;154762]:
https://redirect.github.com/home-assistant/core/pull/154762

[#&#8203;154768]:
https://redirect.github.com/home-assistant/core/pull/154768

[#&#8203;154769]:
https://redirect.github.com/home-assistant/core/pull/154769

[#&#8203;154773]:
https://redirect.github.com/home-assistant/core/pull/154773

[#&#8203;154776]:
https://redirect.github.com/home-assistant/core/pull/154776

[#&#8203;154777]:
https://redirect.github.com/home-assistant/core/pull/154777

[#&#8203;154781]:
https://redirect.github.com/home-assistant/core/pull/154781

[#&#8203;154787]:
https://redirect.github.com/home-assistant/core/pull/154787

[#&#8203;154797]:
https://redirect.github.com/home-assistant/core/pull/154797

[#&#8203;154811]:
https://redirect.github.com/home-assistant/core/pull/154811

[#&#8203;154812]:
https://redirect.github.com/home-assistant/core/pull/154812

[#&#8203;154842]:
https://redirect.github.com/home-assistant/core/pull/154842

[#&#8203;154854]:
https://redirect.github.com/home-assistant/core/pull/154854

[#&#8203;154856]:
https://redirect.github.com/home-assistant/core/pull/154856

[#&#8203;154865]:
https://redirect.github.com/home-assistant/core/pull/154865

[#&#8203;154918]:
https://redirect.github.com/home-assistant/core/pull/154918

[#&#8203;154980]:
https://redirect.github.com/home-assistant/core/pull/154980

[#&#8203;154988]:
https://redirect.github.com/home-assistant/core/pull/154988

[#&#8203;154991]:
https://redirect.github.com/home-assistant/core/pull/154991

[#&#8203;155044]:
https://redirect.github.com/home-assistant/core/pull/155044

[#&#8203;155051]:
https://redirect.github.com/home-assistant/core/pull/155051

[#&#8203;155055]:
https://redirect.github.com/home-assistant/core/pull/155055

[#&#8203;155067]:
https://redirect.github.com/home-assistant/core/pull/155067

[#&#8203;155088]:
https://redirect.github.com/home-assistant/core/pull/155088

[#&#8203;155103]:
https://redirect.github.com/home-assistant/core/pull/155103

[#&#8203;155107]:
https://redirect.github.com/home-assistant/core/pull/155107

[@&#8203;Bre77]: https://redirect.github.com/Bre77

[@&#8203;Kinachi249]: https://redirect.github.com/Kinachi249

[@&#8203;MichaelMKKelly]: https://redirect.github.com/MichaelMKKelly

[@&#8203;Noltari]: https://redirect.github.com/Noltari

[@&#8203;Thomas55555]: https://redirect.github.com/Thomas55555

[@&#8203;akanksha106-code]: https://redirect.github.com/akanksha106-code

[@&#8203;alec-pinson]: https://redirect.github.com/alec-pinson

[@&#8203;alengwenus]: https://redirect.github.com/alengwenus

[@&#8203;andrew-codechimp]: https://redirect.github.com/andrew-codechimp

[@&#8203;bieniu]: https://redirect.github.com/bieniu

[@&#8203;cdce8p]: https://redirect.github.com/cdce8p

[@&#8203;cdnninja]: https://redirect.github.com/cdnninja

[@&#8203;chemelli74]: https://redirect.github.com/chemelli74

[@&#8203;electricsteve]: https://redirect.github.com/electricsteve

[@&#8203;erwindouna]: https://redirect.github.com/erwindouna

[@&#8203;frenck]: https://redirect.github.com/frenck

[@&#8203;gjohansson-ST]: https://redirect.github.com/gjohansson-ST

[@&#8203;iMicknl]: https://redirect.github.com/iMicknl

[@&#8203;jbouwh]: https://redirect.github.com/jbouwh

[@&#8203;matrixd2]: https://redirect.github.com/matrixd2

[@&#8203;pantherale0]: https://redirect.github.com/pantherale0

[@&#8203;sarahseidman]: https://redirect.github.com/sarahseidman

[@&#8203;sonianuj287]: https://redirect.github.com/sonianuj287

[@&#8203;tr4nt0r]: https://redirect.github.com/tr4nt0r

[@&#8203;tronikos]: https://redirect.github.com/tronikos

[@&#8203;vincentwolsink]: https://redirect.github.com/vincentwolsink

[@&#8203;wimb0]: https://redirect.github.com/wimb0

[airnow docs]: https://www.home-assistant.io/integrations/airnow/

[airzone docs]: https://www.home-assistant.io/integrations/airzone/

[alexa_devices docs]:
https://www.home-assistant.io/integrations/alexa_devices/

[auth docs]: https://www.home-assistant.io/integrations/auth/

[bring docs]: https://www.home-assistant.io/integrations/bring/

[cync docs]: https://www.home-assistant.io/integrations/cync/

[droplet docs]: https://www.home-assistant.io/integrations/droplet/

[flume docs]: https://www.home-assistant.io/integrations/flume/

[holiday docs]: https://www.home-assistant.io/integrations/holiday/

[husqvarna_automower docs]:
https://www.home-assistant.io/integrations/husqvarna_automower/

[huum docs]: https://www.home-assistant.io/integrations/huum/

[lametric docs]: https://www.home-assistant.io/integrations/lametric/

[lcn docs]: https://www.home-assistant.io/integrations/lcn/

[motion_blinds docs]:
https://www.home-assistant.io/integrations/motion_blinds/

[nightscout docs]:
https://www.home-assistant.io/integrations/nightscout/

[nuki docs]: https://www.home-assistant.io/integrations/nuki/

[opower docs]: https://www.home-assistant.io/integrations/opower/

[osoenergy docs]: https://www.home-assistant.io/integrations/osoenergy/

[overkiz docs]: https://www.home-assistant.io/integrations/overkiz/

[probe_plus docs]:
https://www.home-assistant.io/integrations/probe_plus/

[pterodactyl docs]:
https://www.home-assistant.io/integrations/pterodactyl/

[rachio docs]: https://www.home-assistant.io/integrations/rachio/

[rfxtrx docs]: https://www.home-assistant.io/integrations/rfxtrx/

[sensorpush_cloud docs]:
https://www.home-assistant.io/integrations/sensorpush_cloud/

[shelly docs]: https://www.home-assistant.io/integrations/shelly/

[simplisafe docs]:
https://www.home-assistant.io/integrations/simplisafe/

[starline docs]: https://www.home-assistant.io/integrations/starline/

[system_bridge docs]:
https://www.home-assistant.io/integrations/system_bridge/

[tesla_fleet docs]:
https://www.home-assistant.io/integrations/tesla_fleet/

[teslemetry docs]:
https://www.home-assistant.io/integrations/teslemetry/

[thethingsnetwork docs]:
https://www.home-assistant.io/integrations/thethingsnetwork/

[tomorrowio docs]:
https://www.home-assistant.io/integrations/tomorrowio/

[uptime_kuma docs]:
https://www.home-assistant.io/integrations/uptime_kuma/

[vesync docs]: https://www.home-assistant.io/integrations/vesync/

[workday docs]: https://www.home-assistant.io/integrations/workday/

[yamaha_musiccast docs]:
https://www.home-assistant.io/integrations/yamaha_musiccast/

[yolink docs]: https://www.home-assistant.io/integrations/yolink/

</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-25 00:10:05 +02:00
TrueCharts Bot 40725b6de8 chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.50.29 → 0.50.30 (#41069)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io)
| patch | `2e5202c` -> `8c11e30` |

---

> [!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.30`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.50.30):
Notification fixes, xpath fixes, new template macro

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

#### What's Changed

- Be sure that default namespaces are registered by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[#&#8203;3535](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3535)
- Template - Adding `|regex_replace` Re
[#&#8203;3501](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3501)
by [@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[#&#8203;3536](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3536)
- Notifications fixes by
[@&#8203;dgtlmoon](https://redirect.github.com/dgtlmoon) in
[#&#8203;3534](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3534)

**Full Changelog**:
<https://github.com/dgtlmoon/changedetection.io/compare/0.50.29...0.50.30>

</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-25 00:09:32 +02:00
TrueCharts Bot ea5598dc59 chore(helm): update image ghcr.io/booklore-app/booklore v1.8.1 → v1.9.0 (#41071)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/booklore-app/booklore | minor | `6b2250c` -> `09f95e1` |

---

> [!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-25 00:09:15 +02:00
TrueCharts Bot 5e4caa8e88 chore(helm): update image ghcr.io/minekube/gate digest to f7514ba (#41064)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `3f03b8e` -> `f7514ba` |

---

> [!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-25 00:08:59 +02:00
TrueCharts Bot 59a219684f chore(helm): update image ghcr.io/linuxserver/speedtest-tracker 1.6.8 → 1.6.9 (#41070)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/speedtest-tracker](https://redirect.github.com/linuxserver/docker-speedtest-tracker/packages)
([source](https://redirect.github.com/linuxserver/docker-speedtest-tracker))
| patch | `35e6700` -> `bb3f9fc` |

---

> [!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-24 23:56:57 +02:00
TrueCharts Bot 50af7b735d chore(helm): update image docker.io/doitandbedone/ispyagentdvr 6.7.5.0 → 6.7.6.0 (#41065)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/doitandbedone/ispyagentdvr](https://redirect.github.com/doitandbedone/ispyagentdvr-docker)
| patch | `9ec93cc` -> `859c378` |

---

> [!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>doitandbedone/ispyagentdvr-docker
(docker.io/doitandbedone/ispyagentdvr)</summary>

###
[`v6.7.6.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.7.5.0...6.7.6.0)

[Compare
Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.7.5.0...6.7.6.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-10-24 23:55:55 +02:00
TrueCharts Bot d33b6bf22d chore(helm): update image ghcr.io/bakito/adguardhome-sync v0.8.1 → v0.8.2 (#41068)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/bakito/adguardhome-sync | patch | `8c041de` -> `0d8411b` |

---

> [!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-24 23:54:55 +02:00
TrueCharts Bot a0fb646bfe chore(helm): update image ghcr.io/linuxserver/ubooquity digest to d6288f3 (#41056) 2025-10-24 18:05:11 +02:00
TrueCharts Bot 50c4b7a5ce chore(helm): update image ghcr.io/linuxserver/webgrabplus digest to 3af39ad (#41057) 2025-10-24 18:05:03 +02:00
TrueCharts Bot 2310ab3afa chore(helm): update image ghcr.io/linuxserver/mstream digest to 54b05b3 (#41053)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://redirect.github.com/linuxserver/docker-mstream/packages)
([source](https://redirect.github.com/linuxserver/docker-mstream)) |
digest | `7469077` -> `54b05b3` |

---

> [!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-24 18:05:00 +02:00
TrueCharts Bot d84d75784e chore(helm): update image lscr.io/linuxserver/blender digest to 7dbfd0a (#41059) 2025-10-24 18:04:54 +02:00
TrueCharts Bot 79d47e21c4 chore(helm): update image docker.io/tracksapp/tracks digest to 2cb7840 (#41050) 2025-10-24 18:04:48 +02:00
TrueCharts Bot 91d970d677 chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to 3aa9477 (#41052)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/lazylibrarian | digest | `837436b` -> `3aa9477` |

---

> [!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-24 18:04:41 +02:00
TrueCharts Bot d053160818 chore(helm): update image ghcr.io/linuxserver/remmina digest to 43d2167 (#41054)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/remmina](https://redirect.github.com/linuxserver/docker-remmina/packages)
([source](https://redirect.github.com/linuxserver/docker-remmina)) |
digest | `04dae56` -> `43d2167` |

---

> [!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-24 18:04:39 +02:00
TrueCharts Bot 06c8a97242 chore(helm): update image ghcr.io/ylianst/meshcentral 1.1.52 → 1.1.53 (#41063)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/ylianst/meshcentral](https://redirect.github.com/Ylianst/MeshCentral)
| patch | `26d4425` -> `94ed520` |

---

> [!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>Ylianst/MeshCentral (ghcr.io/ylianst/meshcentral)</summary>

###
[`v1.1.53`](https://redirect.github.com/Ylianst/MeshCentral/releases/tag/1.1.53)

[Compare
Source](https://redirect.github.com/Ylianst/MeshCentral/compare/1.1.52...1.1.53)

-
[`740a2bf`](https://redirect.github.com/Ylianst/MeshCentral/commit/740a2bfb)
Version 1.1.53
-
[`e89f97a`](https://redirect.github.com/Ylianst/MeshCentral/commit/e89f97aa)
Fix OIDC login: ensure Passport callback is defined
([#&#8203;7312](https://redirect.github.com/Ylianst/MeshCentral/issues/7312))
-
[`bd37bb5`](https://redirect.github.com/Ylianst/MeshCentral/commit/bd37bb53)
fix user.links being null
[#&#8203;7371](https://redirect.github.com/Ylianst/MeshCentral/issues/7371)
-
[`acd6001`](https://redirect.github.com/Ylianst/MeshCentral/commit/acd6001a)
Dropdown Menu - re-design / Updated Notifications Icon
([#&#8203;7372](https://redirect.github.com/Ylianst/MeshCentral/issues/7372))
-
[`c7d1c0e`](https://redirect.github.com/Ylianst/MeshCentral/commit/c7d1c0e1)
Add advanced custom CSS/JS file support per template
([#&#8203;7361](https://redirect.github.com/Ylianst/MeshCentral/issues/7361))

</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-24 17:55:36 +02:00
TrueCharts Bot 7abf6378e2 chore(helm): update image ghcr.io/n8n-io/n8n 1.117.0 → 1.117.1 (#41062)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/n8n-io/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | patch | `7b0d7d7`
-> `5194c66` |

---

> [!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-24 17:54:23 +02:00
TrueCharts Bot 51c9e418c6 chore(helm): update image docker.io/anirdev/slink v1.7.3 → v1.7.5 (#41027) 2025-10-24 17:51:57 +02:00
TrueCharts Bot 12714f5552 chore(helm): update image ghcr.io/linuxserver/smokeping digest to 110ef93 (#41055) 2025-10-24 17:51:43 +02:00
TrueCharts Bot 2973747b18 chore(helm): update image ghcr.io/home-operations/sabnzbd 4.5.4 → 4.5.5 (#41061)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/sabnzbd](https://ghcr.io/home-operations/sabnzbd)
([source](https://redirect.github.com/sabnzbd/sabnzbd)) | patch |
`857fc6c` -> `da57e01` |

---

> [!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>sabnzbd/sabnzbd (ghcr.io/home-operations/sabnzbd)</summary>

###
[`v4.5.5`](https://redirect.github.com/sabnzbd/sabnzbd/releases/tag/4.5.5):
SABnzbd 4.5.5

[Compare
Source](https://redirect.github.com/sabnzbd/sabnzbd/compare/4.5.4...4.5.5)

# Release Notes - SABnzbd 4.5.5

#### Bug fixes and changes in 4.5.5

- macOS: Failed to start on versions of macOS older than 11.
  Python 3.14 dropped support for macOS 10.13 and 10.14.
  Because of that macOS 10.15 is required to run 4.5.5.

#### Bug fixes and changes in 4.5.4

##### New Features

- History details now includes option to mark job as `Completed`.
- `Quota` notifications available for all notification services.
  - Sends alerts at 75%, 90%, and 100% quota usage.
- Multi-Operations now supports Move to Top/Bottom.
- New `outgoing_nntp_ip` option to bind outgoing NNTP connections to
specific IP address.

##### Improvements

- Setup wizard now requires successful Server Test before proceeding.
- Anime episode notation `S04 - 10` now supported for Sorting and
Duplicate Detection.
- Multi-Operations: Play/Resume button unselects on second click for
better usability.
- Unrar now handles renaming of invalid characters on Windows
filesystem.
- Switched from vendored `sabnzbd.rarfile` module to `rarfile>=4.2`.
- Warning displayed when removing all Orphaned jobs (clears Temporary
Download folder).

##### Bug Fixes

- Active connections counter in Status window now updates correctly.
- Job setting changes during URL-grabbing no longer ignored.
- Incomplete `.par2` file parsing no longer leaves files behind.
- `Local IPv4 address` now detectable when using Socks5 proxy.
- Server configuration changes no longer show `Failure` message during
page reload.

##### Platform-Specific

- Linux: `Make Windows compatible` automatically enabled when needed.
- Windows: Executables are now signed using SignPath Foundation
certificate.
- Windows: Can now start SABnzbd directly from installer.
- Windows and macOS: Binaries now use Python 3.14.

#### Bug fixes and changes in 4.5.3

- Remember if `Permanently delete` was previously checked.
- All available IP-addresses will be included when selecting the
fastest.
- Pre-queue script rejected NZBs were sometimes reported as `URL
Fetching failed`.
- RSS `Next scan` time was not adjusted after manual `Read All Feeds
Now`.
- Prevent renaming of `.cbr` files during verification.
- If `--disable-file-log` was enabled, `Show Logging` would crash.
- API: Added `time_added`, timestamp of when the job was added to the
queue.
- API: History output could contain duplicate items.
- Snap: Updated packages and changed build process for reliability.
- macOS: Repair would fail on macOS 10.13 High Sierra.
- Windows: Unable to start on Windows 8.
- Windows: Updated Unrar to 7.13, which resolves CVE-2025-8088.

#### Bug fixes and changes in 4.5.2

- Added Tab and Shift+Tab navigation to move between rename fields in
queue.
- Invalid cookies of other services could result in errors.
- Internet Bandwidth test could be stuck in infinite loop.
- RSS readout did not ignore torrent alternatives.
- Prowl and Pushover settings did not load correctly.
- Renamed `osx` to `macos` internally.
- API: Removed `B` post-fix from `quota` and `left_quota` fields in
`queue`.
- Windows: Support more languages in the installer.
- Windows and macOS: Updated par2cmdline-turbo to 1.3.0 and Unrar to
7.12.

#### Bug fixes and changes in 4.5.1

- Correct platform detection on Linux.
- The `From SxxEyy` RSS filters did not always work.
- Windows and macOS: Update Unrar to 7.11.

#### New features in 4.5.0

- Improved failure detection by downloading additional par2 files right
away.
- Added more diagnostic information about the system.
- Use XFF headers for login validation if `verify_xff_header` is
enabled.
- Added Turkish translation (by
[@&#8203;cardpuncher](https://redirect.github.com/cardpuncher)).
- Added `unrar_parameters` option to supply custom Unrar parameters.
- Windows: Removed MultiPar support.
- Windows and macOS: Updated Python to 3.13.2, 7zip to 24.09,
  Unrar to 7.10 and par2cmdline-turbo to 1.2.0.

#### Bug fixes since 4.4.0

- Handle filenames that exceed maximum filesystem lengths.
- Directly decompress gzip responses when retrieving NZB's.

#### Upgrade notices

- Direct upgrade supported from version 3.0.0 and newer.
- Older versions require performing a `Queue repair` after upgrading.

#### Known problems and solutions

- Read `ISSUES.txt` or
<https://sabnzbd.org/wiki/introduction/known-issues>

#### Code Signing Policy

Windows code signing is provided by SignPath.io using a SignPath
Foundation certificate.

#### About

SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically,
thanks to its web-based
user interface and advanced built-in post-processing options that
automatically verify, repair,
extract and clean up posts downloaded from Usenet.

(c) Copyright 2007-2025 by The SABnzbd-Team (sabnzbd.org)

</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-24 17:51:36 +02:00
TrueCharts Bot 82e46b2192 chore(helm): update image ghcr.io/minekube/gate digest to 3f03b8e (#41058)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `49bc679` -> `3f03b8e` |

---

> [!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-24 17:51:08 +02:00
TrueCharts Bot 0b915a4e85 chore(helm): update image ghcr.io/linuxserver/doublecommander digest to fc9afd6 (#41051)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/doublecommander | digest | `9e52cc7` -> `fc9afd6`
|

---

> [!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-24 17:50:32 +02:00
TrueCharts Bot 7104f7d0bd chore(helm): update image ghcr.io/linuxserver/jackett 0.24.175 → 0.24.179 (#41048) 2025-10-24 11:57:48 +02:00
TrueCharts Bot a2c376cc7d chore(helm): update image docker.io/misskey/misskey 2025.10.0 → 2025.10.1 (#41046)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/misskey/misskey](https://redirect.github.com/misskey-dev/misskey)
| patch | `8d49c5b` -> `c5259ee` |

---

> [!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>misskey-dev/misskey (docker.io/misskey/misskey)</summary>

###
[`v2025.10.1`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#2025101)

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

##### General

- Enhance: リモートユーザーに付与したロールバッジを表示できるように(オプトイン)\
  パフォーマンス上の問題からデフォルトで無効化されています。「コントロールパネル > パフォーマンス」から有効化できます。
- 依存関係の更新

##### Client

- Enhance: デッキのメインカラムのヘッダをクリックしてページ上部/下部にスクロールできるように
- Enhance: 下書き/予約投稿一覧は投稿フォームのアカウントメニュー内に移動し、下書き保存は「...」メニュー内に移動されました
- Fix: カスタム絵文字画面(beta)のaliasesで使用される区切り文字が一致していないのを修正
[#&#8203;15614](https://redirect.github.com/misskey-dev/misskey/issues/15614)
- Fix: バナー画像の幅が表示領域と一致していない問題を修正
- Fix: 一部のブラウザでバナー画像が上下中央に表示されない問題を修正
- Fix: ナビゲーションバーの設定で削除した項目をその場で再追加できない問題を修正
- Fix: ロールポリシーによりダイレクトメッセージが無効化されている際のデッキのダイレクトメッセージカラムの挙動を改善
- Fix: 画像のマスクでタッチ操作が不安定な問題を修正
- Fix: ウォーターマークの各種挙動修正
  - ウォーターマークを回転させると歪む問題を修正
  - ウォーターマークを敷き詰めると上下左右反転した画像/文字が表示される問題を修正
  - ウォーターマークを回転させた際に画面からはみ出た部分を考慮できるように
- Fix: 投票が終了した後に投票結果が正しく表示されない問題を修正
- Fix: ダークモードの同期が機能しない場合がある問題を修正
- Fix: iOSで動画の圧縮を行うと音声トラックが失われる問題を修正

##### Server

- Enhance: 管理者/モデレーターはファイルのアップロード制限をバイパスするように
- Enhance: セキュリティの向上

</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-24 09:57:40 +00:00
TrueCharts Bot 8891ff5f8d chore(helm): update image ghcr.io/linuxserver/calibre digest to fc5c62b (#41041)
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)) |
digest | `92c7c3b` -> `fc5c62b` |

---

> [!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-24 11:57:17 +02:00
TrueCharts Bot 4894ea250e chore(helm): update image lscr.io/linuxserver/mylar3 digest to fa025f2 (#41043)
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 | `526bbba` -> `fa025f2` |

---

> [!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-24 11:57:01 +02:00
TrueCharts Bot 0eba48b9cf chore(helm): update image ghcr.io/linuxserver/oscam 11902-ls145 → 11902-ls146 (#41049)
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
| `2ee7fe8` -> `1111cf0` |

---

> [!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>

###
[`v11902-ls146`](https://redirect.github.com/linuxserver/docker-oscam/releases/tag/11902-ls146)

[Compare
Source](https://redirect.github.com/linuxserver/docker-oscam/compare/11902-ls145...11902-ls146)

**CI Report:**


<https://ci-tests.linuxserver.io/linuxserver/oscam/11902-ls146/index.html>

**LinuxServer Changes:**

**Full Changelog**:
<https://github.com/linuxserver/docker-oscam/compare/11902-ls145...11902-ls146>

**Remote Changes:**

Updating to 11902

</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-24 11:46:29 +02:00
TrueCharts Bot 1926e111d8 chore(helm): update image ghcr.io/linuxserver/medusa digest to 6f9dbae (#41042)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/medusa](https://redirect.github.com/linuxserver/docker-medusa/packages)
([source](https://redirect.github.com/linuxserver/docker-medusa)) |
digest | `5d6e6da` -> `6f9dbae` |

---

> [!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-24 11:45:48 +02:00
TrueCharts Bot 1b62f2f1d3 chore(helm): update image docker.io/doitandbedone/ispyagentdvr 6.7.3.0 → 6.7.5.0 (#41045) 2025-10-24 11:45:41 +02:00
TrueCharts Bot 2a5b4ae862 chore(helm): update image public.ecr.aws/docker/library/odoo digest to 28457d4 (#41044) 2025-10-24 11:45:28 +02:00
TrueCharts Bot efebca7461 chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to 7124c87 (#41040)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lmscommunity/lyrionmusicserver | digest | `c8dd4d4` ->
`7124c87` |

---

> [!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-24 11:45:20 +02:00