Commit Graph

53645 Commits

Author SHA1 Message Date
TrueCharts Bot cf9c8ca94b chore(jellyfin): update image docker.io/alpine/socat digest to 4faaec2 (#45746) 2026-03-03 05:22:13 +01:00
TrueCharts Bot 5e7adcd624 fix(dispatcharr): update image docker.io/dispatcharr/dispatcharr 0.20.1 → 0.20.2 (#45753)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/dispatcharr/dispatcharr](https://redirect.github.com/Dispatcharr/Dispatcharr)
| patch | `db8a9d3` → `116f7f4` |

---

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

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

---

### Release Notes

<details>
<summary>Dispatcharr/Dispatcharr
(docker.io/dispatcharr/dispatcharr)</summary>

###
[`v0.20.2`](https://redirect.github.com/Dispatcharr/Dispatcharr/blob/HEAD/CHANGELOG.md#0202---2026-03-03)

[Compare
Source](https://redirect.github.com/Dispatcharr/Dispatcharr/compare/v0.20.1...v0.20.2)

##### Security

- Updated frontend npm dependencies to resolve 2 high-severity
vulnerabilities:
- Updated `minimatch` to ≥10.2.3, resolving **high** ReDoS via
matchOne() combinatorial backtracking with multiple non-adjacent
GLOBSTAR segments
([GHSA-7r86-cg39-jmmj](https://redirect.github.com/advisories/GHSA-7r86-cg39-jmmj))
- Updated `rollup` to ≥4.58.1, resolving **high** Arbitrary File Write
via Path Traversal
([GHSA-mw96-cpmx-2vgc](https://redirect.github.com/advisories/GHSA-mw96-cpmx-2vgc))

##### Fixed

- EPG filter regression in channel table (introduced in 0.20.0 channel
store refactor): The EPG filter dropdown was showing all EPG sources
regardless of whether they had any channels assigned, and the "No EPG"
option was never displayed. Fixed by annotating EPGSource records with a
`has_channels` flag (via a lightweight `EXISTS` subquery) so only active
EPG sources with at least one channel assigned appear as filter options.
"No EPG" now appears only when at least one channel globally has no EPG
assigned; this is determined by a second `EXISTS` query embedded
directly in the paginated channel response
(`has_unassigned_epg_channels`), avoiding any additional network
requests.
- Stale stream rows missing hover effect: Stale streams in the streams
table had no hover color change, unlike channels with no streams
assigned. Converted the inline `backgroundColor` style to a CSS class
(`stale-stream-row`) so the `:hover` rule can apply correctly. Applied
the same fix to the channel-streams sub-table, where the teal
expanded-row background caused the semi-transparent red tint to visually
mismatch; the sub-table now uses a pre-blended solid color via
`color-mix()` to match the appearance of stale rows in the main streams
table.
- Channel table onboarding shown when filter returns zero results: The
channel store refactor changed to loading only channel IDs instead of
full channel objects, leaving `Object.keys(channels).length` always `0`
and incorrectly triggering the onboarding state on any empty filter.
Fixed by checking `channelIds.length` instead.
- TV Guide scrolls to position 0 when a filter yields no results:
Applying any filter that temporarily empties the channel list (e.g.
switching directly between two channel groups, or typing a search query
that matches nothing) caused the guide to show a blank/empty view with
no programs visible. The `VariableSizeList` unmounts when
`filteredChannels` becomes empty, destroying its DOM node and resetting
`scrollLeft` to 0. On remount the scroll position was never restored
because `initialScrollComplete` was still `true`. Fixed by saving the
user's current scroll position when the channel list empties
mid-transition, then restoring it once new channels have loaded. On
first load the guide still scrolls to the current time as before.
- `debian_install.sh` regressions after `uv` migration on clean/minimal
Debian installs: fixed pip-less venv (`ensurepip`), missing `gunicorn`
for the systemd unit, and inconsistent `DJANGO_SECRET_KEY` availability
(now persisted to `.env` via `EnvironmentFile`). Docker unaffected. -
Thanks [@&#8203;marcinolek](https://redirect.github.com/marcinolek)

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZGlzcGF0Y2hhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-03-03 05:21:52 +01:00
TrueCharts Bot f53e0b1fd8 chore(ombi): update image ghcr.io/linuxserver/ombi digest to dfd3a33 (#45749) 2026-03-03 05:21:46 +01:00
TrueCharts Bot e047d867ca chore(steam-headless): update image docker.io/josh5/steam-headless digest to eece9ff (#45752) 2026-03-03 05:21:44 +01:00
TrueCharts Bot 5dad1be4d7 chore(filezilla): update image ghcr.io/linuxserver/filezilla digest to a4b9836 (#45745)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/filezilla](https://redirect.github.com/linuxserver/docker-filezilla/packages)
([source](https://redirect.github.com/linuxserver/docker-filezilla)) |
digest | `78def08` → `a4b9836` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlsZXppbGxhIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-03 05:21:33 +01:00
TrueCharts Bot 0a7c935495 fix(plextraktsync): update image ghcr.io/taxel/plextraktsync 0.35.0 → 0.35.1 (#45740)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/taxel/plextraktsync](https://redirect.github.com/Taxel/PlexTraktSync)
| patch | `7a0c03e` → `7cf29b8` |

---

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

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

---

### Release Notes

<details>
<summary>Taxel/PlexTraktSync (ghcr.io/taxel/plextraktsync)</summary>

###
[`v0.35.1`](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.35.0...0.35.1)

[Compare
Source](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.35.0...0.35.1)

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcGxleHRyYWt0c3luYyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-03-02 22:22:25 +00:00
TrueCharts Bot 805708cb0f feat(metabase): update image docker.io/metabase/metabase v0.58.8 → v0.59.1 (#45742) 2026-03-02 23:22:19 +01:00
TrueCharts Bot 3ffa789271 feat(crafty-4): update image registry.gitlab.com/crafty-controller/crafty-4 4.9.0 → 4.10.0 (#45741)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[registry.gitlab.com/crafty-controller/crafty-4](https://craftycontrol.com/)
([source](https://gitlab.com/crafty-controller/crafty-4)) | minor |
`ea04b6c` → `d2c1fa0` |

---

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

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

---

### Release Notes

<details>
<summary>crafty-controller/crafty-4
(registry.gitlab.com/crafty-controller/crafty-4)</summary>

###
[`v4.10.0`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----4100---20260302)

[Compare
Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.9.0...v4.10.0)

##### Refactor

- Switch from Font Awesome to Phosphor Icons (open source) ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/972))
- Overhaul Server Metrics (Frontend) ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/971))
- Customizable Dashboard Columns ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/977))

##### New features

- Experimental SteamCMD Alpha ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/451))

##### Bug fixes

- Adds missing time variables in static test webhook ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/963))
- Fix bug where zip imports would get stuck after selecting root ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/964))
- Fix type error on json encode for backup exclusions ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/967))
- Fix New Backup Exclusions being ignored ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/967))
- Select default backup when no ID is provided ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/970))
- Fix UI for vanilla java version OP and DeOp commands for Vanilla Java
([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/978))

##### Tweaks

- Add Hytale Port Ranges to Docker related stack templates &
documentation ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/965))
- File Browser Permissions Indicators ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/974))
- Add update center and compartmentalize big bucket ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/817))
<br><br>

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY3JhZnR5LTQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-03-02 23:22:18 +01:00
TrueCharts Bot bc02c669c9 chore(serpbear): update image docker.io/towfiqi/serpbear digest to 1e356e3 (#45734)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/towfiqi/serpbear | digest | `c8fa4e4` → `1e356e3` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2VycGJlYXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-03-02 23:22:07 +01:00
TrueCharts Bot 514d384ea7 feat(metube): update image ghcr.io/alexta69/metube 2026.02.27 → 2026.03.02 (#45743)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/alexta69/metube | minor | `9934022` → `8eb586b` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWV0dWJlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-03-02 23:21:57 +01:00
TrueCharts Bot 1ca185546d fix(dashdot): update image docker.io/mauricenino/dashdot 6.3.2 → 6.3.3 (#45737) 2026-03-02 23:21:42 +01:00
TrueCharts Bot ce93d1c80c fix(docuseal): update image docker.io/docuseal/docuseal 2.3.5 → 2.3.6 (#45738)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/docuseal/docuseal | patch | `b9ae0ce` → `df703dd` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZG9jdXNlYWwiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-03-02 23:21:37 +01:00
TrueCharts Bot 3f37c60bdf chore(speedtest-tracker): update image ghcr.io/linuxserver/speedtest-tracker digest to 4023b3e (#45735)
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))
| digest | `ba41724` → `4023b3e` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3BlZWR0ZXN0LXRyYWNrZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-03-02 23:21:35 +01:00
TrueCharts Bot 5303671b52 chore(projectsend): update image ghcr.io/linuxserver/projectsend digest to 401bedc (#45733)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/projectsend | digest | `d24924e` → `401bedc` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcHJvamVjdHNlbmQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-03-02 23:21:10 +01:00
TrueCharts Bot 6960ab8c0e chore(docker): update image docker digest to 68f6d9a (#45730)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | digest | `8bcbad4` → `68f6d9a` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZG9ja2VyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-02 23:19:26 +01:00
TrueCharts Bot 417277cffb chore(friendica): update image friendica digest to 5d19f0d (#45731)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| friendica | digest | `a1a2895` → `5d19f0d` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZnJpZW5kaWNhIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-02 23:19:18 +01:00
TrueCharts Bot 07213dea26 chore(monica): update image monica digest to 72fe733 (#45732)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `ea0e06e` → `72fe733` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbW9uaWNhIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-02 23:18:38 +01:00
TrueCharts Bot 380424e5d9 fix(helm-deps): update chart clickhouse 17.5.1 → 17.5.2 (#45739)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[clickhouse](https://trueforge.org/truetech/truecharts/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | patch | `17.5.1` → `17.5.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcGxhdXNpYmxlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-03-02 23:17:47 +01:00
TrueCharts Bot e6528e055e chore(yourls): update image yourls digest to 84c1a8e (#45736)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourls | digest | `3d7c963` → `84c1a8e` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAveW91cmxzIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-02 23:16:13 +01:00
TrueCharts Bot b5d0478dfe feat(flood): update image oci.trueforge.org/containerforge/flood 4.12.6 → 4.13.0 (#45399)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/flood](https://ghcr.io/trueforge-org/flood)
([source](https://redirect.github.com/thomst08/requestrr)) | minor |
`25b29cd` → `a686b06` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmxvb2QiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

---------

Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
Co-authored-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
2026-03-02 18:44:28 +01:00
TrueCharts Bot 3f6fb27497 chore(it-tools): update image oci.trueforge.org/containerforge/it-tools digest to 61cc579 (#45276)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/it-tools](https://ghcr.io/trueforge-org/it-tools)
([source](https://redirect.github.com/CorentinTh/it-tools)) | digest |
`be81cd7` → `61cc579` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi4xIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaXQtdG9vbHMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->

---------

Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
Co-authored-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
2026-03-02 17:17:01 +00:00
TrueCharts Bot 84119ef25c feat(n8n): update image ghcr.io/n8n-io/n8n 2.10.2 → 2.11.0 (#45729)
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)) | minor | `cfa5054` →
`fd27ead` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbjhuIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-03-02 17:12:10 +01:00
TrueCharts Bot 54d8c28c72 chore(ollama): update image ghcr.io/open-webui/open-webui digest to 60fa63e (#45723)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/open-webui/open-webui | digest | `ea750f1` → `60fa63e` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb2xsYW1hIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-02 17:11:00 +01:00
TrueCharts Bot c6b1f96c78 chore(openvscode-server): update image ghcr.io/linuxserver/openvscode-server digest to 7e43353 (#45724)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://redirect.github.com/linuxserver/docker-openvscode-server/packages)
([source](https://redirect.github.com/linuxserver/docker-openvscode-server))
| digest | `9f4b039` → `7e43353` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb3BlbnZzY29kZS1zZXJ2ZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-03-02 17:10:13 +01:00
TrueCharts Bot e2e25b2463 chore(digikam): update image ghcr.io/linuxserver/digikam digest to 0407fbb (#45721)
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 | `3699436` → `0407fbb` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZGlnaWthbSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-02 17:09:57 +01:00
TrueCharts Bot 854fee75ad fix(zigbee2mqtt): update image docker.io/koenkk/zigbee2mqtt 2.9.0 → 2.9.1 (#45727)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/koenkk/zigbee2mqtt](https://redirect.github.com/Koenkk/zigbee2mqtt)
| patch | `6cce51b` → `574b2bd` |

---

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

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

---

### Release Notes

<details>
<summary>Koenkk/zigbee2mqtt (docker.io/koenkk/zigbee2mqtt)</summary>

###
[`v2.9.1`](https://redirect.github.com/Koenkk/zigbee2mqtt/blob/HEAD/CHANGELOG.md#291-2026-03-02)

[Compare
Source](https://redirect.github.com/Koenkk/zigbee2mqtt/compare/2.9.0...2.9.1)

##### Bug Fixes

- Fix onboarding
([#&#8203;31228](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/31228))
([7f0a9aa](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/7f0a9aa2a30ab79c182d8ea9e875339e9031fdbd))

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvemlnYmVlMm1xdHQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-03-02 17:09:41 +01:00
TrueCharts Bot ca1e2b5655 feat(ddns-go): update image docker.io/jeessy/ddns-go v6.15.0 → v6.16.0 (#45728)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/jeessy/ddns-go | minor | `0881182` → `b7c3cb1` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZGRucy1nbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-03-02 17:09:39 +01:00
TrueCharts Bot c2fa12b1eb chore(tachidesk-docker): update image ghcr.io/suwayomi/tachidesk digest to de77d00 (#45725)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/suwayomi/tachidesk | digest | `7d11fd6` → `de77d00` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGFjaGlkZXNrLWRvY2tlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-02 17:09:07 +01:00
TrueCharts Bot e9bf9fbcaf chore(grafana-image-renderer): update image docker.io/grafana/grafana-image-renderer digest to 28f5889 (#45722) 2026-03-02 17:08:12 +01:00
TrueCharts Bot 27f9c6685c fix(clickhouse): update image docker.io/clickhouse/clickhouse-server 26.2.2.9 → 26.2.3.2 (#45726)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/clickhouse/clickhouse-server | patch | `5ff094c` → `0b2d782`
|

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2xpY2tob3VzZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-03-02 17:08:05 +01:00
TrueCharts Bot 8cc97237bb fix(kiwix-serve): update image ghcr.io/kiwix/kiwix-serve 3.8.1 → 3.8.2 (#45717)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/kiwix/kiwix-serve](https://redirect.github.com/openzim/kiwix-tools)
| patch | `9bffd4f` → `ca41011` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAva2l3aXgtc2VydmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2026-03-02 13:12:31 +00:00
TrueCharts Bot 23a1d6c1b5 chore(yacy): update image docker.io/yacy/yacy_search_server digest to 6985097 (#45715)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/yacy/yacy_search_server | digest | `288e78b` → `6985097` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAveWFjeSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-02 11:05:49 +01:00
TrueCharts Bot 9ea4fe73cd feat(victoriametrics): update image docker.io/victoriametrics/victoria-metrics v1.136.0 → v1.137.0 (#45720) 2026-03-02 11:05:46 +01:00
TrueCharts Bot bb6fe4d986 chore(grafana-image-renderer): update image docker.io/grafana/grafana-image-renderer digest to 0fd9f35 (#45712)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/grafana/grafana-image-renderer | digest | `ff3209c` →
`0fd9f35` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ3JhZmFuYS1pbWFnZS1yZW5kZXJlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-02 11:05:45 +01:00
TrueCharts Bot dadeae4ce1 fix(healthchecks): update image ghcr.io/linuxserver/healthchecks 4.0.20260216 → 4.0.20260302 (#45716)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/healthchecks](https://redirect.github.com/linuxserver/docker-healthchecks/packages)
([source](https://redirect.github.com/linuxserver/docker-healthchecks))
| patch | `9748ad5` → `bf5a2ac` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaGVhbHRoY2hlY2tzIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-03-02 11:05:36 +01:00
TrueCharts Bot e7118ca019 feat(fileshelter): update image docker.io/epoupon/fileshelter 6.3.0 → 6.4.0 (#45718) 2026-03-02 11:05:26 +01:00
TrueCharts Bot 0a1b00557a feat(unpackerr): update image docker.io/golift/unpackerr 0.14.5 → 0.15.0 (#45719)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/golift/unpackerr](https://redirect.github.com/Unpackerr/unpackerr)
| minor | `8493ffc` → `0fa5c63` |

---

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

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

---

### Release Notes

<details>
<summary>Unpackerr/unpackerr (docker.io/golift/unpackerr)</summary>

###
[`v0.15.0`](https://redirect.github.com/Unpackerr/unpackerr/releases/tag/v0.15.0):
Version 15 in 8 years

[Compare
Source](https://redirect.github.com/Unpackerr/unpackerr/compare/v0.14.5...v0.15.0)

#### New Features

- Folder setting `delete_after` has a default setting of 10 minutes.
- Log file mode can now be set.
- Will now unpack multi-file 7zip archives.
- Log file is now automatically created.
- FreeBSD rc.d improvements to allow overriding username.
- Progress updates are now logged. Every 15 seconds (configurable), the
app logs the current extraction percentage.
- Adds `exclude_path` to the folder watcher so you can ignore specific
paths.
- Folder setting `disable_recursion` works correctly now.
- Empty download folders are removed when archives are removed.
- Golift docker image now uses alpine instead of scratch.

##### These features are thanks to
[@&#8203;oceanplexian](https://redirect.github.com/oceanplexian)

- Supports non-UTF8 file encoding (Japanese, Chinese, etc).
- Improved ISO9660
([Joilet](https://redirect.github.com/kdomanski/iso9660/pull/55))
support.
- [UDF](https://redirect.github.com/golift/udf) support (like ISO, but
bigger).
- Splits FLAC/CUE files for Lidarr. **This is still experimental and
feedback is requested.**
- Archives with an incorrect extension may still be extracted. We now
detect the file type using the first few bytes.

#### Bug Fixes

It's a pretty big list, but at the end of the day all of the bugs pretty
much lead to the same problem: extraction failed. A lot of these
problems have been fixed and extractions are considerably more reliable.

#### Merged Contributions

- update arch pkgbuild by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;479](https://redirect.github.com/Unpackerr/unpackerr/pull/479)
- update install.sh script by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;480](https://redirect.github.com/Unpackerr/unpackerr/pull/480)
- add overrides for examples and docker by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;481](https://redirect.github.com/Unpackerr/unpackerr/pull/481)
- Remove expanding of URL previews by
[@&#8203;BoKKeR](https://redirect.github.com/BoKKeR) in
[#&#8203;500](https://redirect.github.com/Unpackerr/unpackerr/pull/500)
- docs: add clarify delete\_after needing to be greater than 0 by
[@&#8203;bakerboy448](https://redirect.github.com/bakerboy448) in
[#&#8203;485](https://redirect.github.com/Unpackerr/unpackerr/pull/485)
- fix docs by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;501](https://redirect.github.com/Unpackerr/unpackerr/pull/501)
- Update linter, fix some bugs by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;503](https://redirect.github.com/Unpackerr/unpackerr/pull/503)
- set default for folder delete after to 10m by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;530](https://redirect.github.com/Unpackerr/unpackerr/pull/530)
- Allows changing the log file mode. by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;531](https://redirect.github.com/Unpackerr/unpackerr/pull/531)
- add multi-file 7z support to starr apps by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;533](https://redirect.github.com/Unpackerr/unpackerr/pull/533)
- make log file on linux auto. allow dir instead of file for log file by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;536](https://redirect.github.com/Unpackerr/unpackerr/pull/536)
- Update FreeBSD rc file. by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;538](https://redirect.github.com/Unpackerr/unpackerr/pull/538)
- Provide progress updates. by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;535](https://redirect.github.com/Unpackerr/unpackerr/pull/535)
- feat(folder): add exclude\_paths for watched folders by
[@&#8203;nicholaskurjo](https://redirect.github.com/nicholaskurjo) in
[#&#8203;572](https://redirect.github.com/Unpackerr/unpackerr/pull/572)
- fix(folder): honor disable\_recursion for watched archive files by
[@&#8203;nicholaskurjo](https://redirect.github.com/nicholaskurjo) in
[#&#8203;573](https://redirect.github.com/Unpackerr/unpackerr/pull/573)
- Silence logs when nothing configured by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;574](https://redirect.github.com/Unpackerr/unpackerr/pull/574)
- fix lint by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;577](https://redirect.github.com/Unpackerr/unpackerr/pull/577)
- Logs fallback to stdout by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;579](https://redirect.github.com/Unpackerr/unpackerr/pull/579)
- Purge empty parent folder by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;578](https://redirect.github.com/Unpackerr/unpackerr/pull/578)
- Dockerfile changes + build fix by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;580](https://redirect.github.com/Unpackerr/unpackerr/pull/580)
- Polish ISO9660 support: Starr app extraction, UDF, multi-extent by
[@&#8203;oceanplexian](https://redirect.github.com/oceanplexian) in
[#&#8203;581](https://redirect.github.com/Unpackerr/unpackerr/pull/581)
- Add split\_flac toggle for Lidarr CUE+FLAC splitting by
[@&#8203;oceanplexian](https://redirect.github.com/oceanplexian) in
[#&#8203;583](https://redirect.github.com/Unpackerr/unpackerr/pull/583)
- fixes by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;584](https://redirect.github.com/Unpackerr/unpackerr/pull/584)
- Manually import FLAC tracks into Lidarr after they're split. by
[@&#8203;davidnewhall](https://redirect.github.com/davidnewhall) in
[#&#8203;586](https://redirect.github.com/Unpackerr/unpackerr/pull/586)

#### Auto Updates

- Update module github.com/prometheus/client\_golang to v1.20.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;483](https://redirect.github.com/Unpackerr/unpackerr/pull/483)
- Update module golang.org/x/mod to v0.20.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;482](https://redirect.github.com/Unpackerr/unpackerr/pull/482)
- Update module golang.org/x/mod to v0.22.0 - autoclosed by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;490](https://redirect.github.com/Unpackerr/unpackerr/pull/490)
- Update module github.com/fsnotify/fsnotify to v1.8.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;498](https://redirect.github.com/Unpackerr/unpackerr/pull/498)
- chore(deps): update dependency go to v1.23.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;506](https://redirect.github.com/Unpackerr/unpackerr/pull/506)
- Update GitHub Artifact Actions (major) by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;551](https://redirect.github.com/Unpackerr/unpackerr/pull/551)
- fix(deps): update golift.io/rotatorr digest to
[`f6ac6fc`](https://redirect.github.com/Unpackerr/unpackerr/commit/f6ac6fc)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;575](https://redirect.github.com/Unpackerr/unpackerr/pull/575)
- fix(deps): update module golift.io/cnfg to v0.2.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;576](https://redirect.github.com/Unpackerr/unpackerr/pull/576)
- Update module golift.io/cnfg to v0.2.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;585](https://redirect.github.com/Unpackerr/unpackerr/pull/585)
- Update GitHub Artifact Actions (major) by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;588](https://redirect.github.com/Unpackerr/unpackerr/pull/588)

#### New Contributors

- [@&#8203;BoKKeR](https://redirect.github.com/BoKKeR) made their first
contribution in
[#&#8203;500](https://redirect.github.com/Unpackerr/unpackerr/pull/500)
- [@&#8203;nicholaskurjo](https://redirect.github.com/nicholaskurjo)
made their first contribution in
[#&#8203;572](https://redirect.github.com/Unpackerr/unpackerr/pull/572)
- [@&#8203;oceanplexian](https://redirect.github.com/oceanplexian) made
their first contribution in
[#&#8203;581](https://redirect.github.com/Unpackerr/unpackerr/pull/581)

**Full Changelog**:
<https://github.com/Unpackerr/unpackerr/compare/v0.14.5...v0.15.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdW5wYWNrZXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-03-02 11:05:18 +01:00
TrueCharts Bot b11e86306d chore(transmission): update image docker.io/linuxserver/transmission digest to d2183a0 (#45714)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/linuxserver/transmission](https://redirect.github.com/linuxserver/docker-transmission/packages)
([source](https://redirect.github.com/linuxserver/docker-transmission))
| digest | `99475cc` → `d2183a0` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdHJhbnNtaXNzaW9uIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-02 11:03:58 +01:00
TrueCharts Bot 8e77e98f5c chore(generic-device-plugin): update image ghcr.io/squat/generic-device-plugin digest to 7812762 (#45711)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/squat/generic-device-plugin | digest | `8e0eb73` → `7812762` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2VuZXJpYy1kZXZpY2UtcGx1Z2luIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-02 11:03:16 +01:00
TrueCharts Bot fc87bcacea chore(kiwix-serve): update image ghcr.io/kiwix/kiwix-serve digest to a80b649 (#45713)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/kiwix/kiwix-serve](https://redirect.github.com/openzim/kiwix-tools)
| digest | `9bffd4f` → `a80b649` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAva2l3aXgtc2VydmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-03-02 11:01:53 +01:00
TrueCharts Bot ae32ca0568 chore(grocy): update image ghcr.io/linuxserver/grocy digest to 6c3ef88 (#45709)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/grocy](https://redirect.github.com/linuxserver/docker-grocy/packages)
([source](https://redirect.github.com/linuxserver/docker-grocy)) |
digest | `aeb5cae` → `6c3ef88` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ3JvY3kiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-03-02 04:57:03 +01:00
TrueCharts Bot d33e5aaa41 chore(automatic-ripping-machine): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 243e377 (#45707) 2026-03-02 04:56:51 +01:00
TrueCharts Bot 712606b9e0 fix(qbitrr): update image docker.io/feramance/qbitrr v5.9.1 → v5.9.2 (#45710)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/feramance/qbitrr](https://redirect.github.com/Feramance/qBitrr)
| patch | `f65006f` → `dfc4a7e` |

---

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

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

---

### Release Notes

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

###
[`v5.9.2`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v592-02032026)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v5.9.1...v5.9.2)

##### 🐛 Bug Fixes

- [\[patch\] fix: premature torrent removals, HnR clear mode, tests,
.cursor in gi…
(#&#8203;308)](https://redirect.github.com/Feramance/qBitrr/commit/356b53de2f41f1b3cb093c13e764b604e8cc38d6)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

##### 📝 Documentation

- [docs: sync PKG-INFO
description](https://redirect.github.com/Feramance/qBitrr/commit/7d5a32d3bdbefbbb1c794a2f36aa56324ce04f6f)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [docs: sync PKG-INFO
description](https://redirect.github.com/Feramance/qBitrr/commit/cef75f9ed47bc5f9965370db973df6e2265e93ee)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [docs: sync PKG-INFO
description](https://redirect.github.com/Feramance/qBitrr/commit/463dff1e70ce8d6a92c4fb3ffdc820f92be891bb)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

##### 🔧 Maintenance

- [version
fix](https://redirect.github.com/Feramance/qBitrr/commit/bdf2f35016f9161346aee34ffd0491bc39fe59fd)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Fixex cile errors during
workflows](https://redirect.github.com/Feramance/qBitrr/commit/dfd5e62e27e45d369b98d2c6875ba430dcdb306e)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Update
README.md](https://redirect.github.com/Feramance/qBitrr/commit/0386ef846e97dab365abff7322fcc64c501a9540)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Update
README.md](https://redirect.github.com/Feramance/qBitrr/commit/dac6dd1387c0c76b820776358bc0aa5acf18bb96)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Update
README.md](https://redirect.github.com/Feramance/qBitrr/commit/aa1c35ea93345c4970a46ad39fd7f7279d9a4423)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Build(deps-dev): Bump minimatch from 9.0.6 to 9.0.9 in /webui
(#&#8203;311)](https://redirect.github.com/Feramance/qBitrr/commit/b1cbf9c7eb8d94d43fa192f7e2d0f299ef17f590)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Build(deps): Bump rollup from 4.57.1 to 4.59.0 in /webui
(#&#8203;310)](https://redirect.github.com/Feramance/qBitrr/commit/5de63e4e8cb5abb1884f691d46961a1ce8dd5b28)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Build(deps): Bump actions/upload-artifact from 6 to 7
(#&#8203;309)](https://redirect.github.com/Feramance/qBitrr/commit/a4ad6c9b053cf38f452c10e378be3e19548a05c4)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Build(deps-dev): Bump typescript-eslint from 8.55.0 to 8.56.0 in
/webui
(#&#8203;307)](https://redirect.github.com/Feramance/qBitrr/commit/3e64028c35360edda54331fdc0fe403f32bbbdba)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Build(deps-dev): Bump eslint from 10.0.0 to 10.0.1 in /webui
(#&#8203;306)](https://redirect.github.com/Feramance/qBitrr/commit/7b6fd5a78891a1e8f5dddec692f163faa15e5ef8)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Build(deps): Bump react-hook-form from 7.71.1 to 7.71.2 in /webui
(#&#8203;305)](https://redirect.github.com/Feramance/qBitrr/commit/01a2ba435af8217efe3984cd8f14807c175372e9)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Build(deps-dev): Bump eslint-plugin-react-refresh from 0.5.0 to 0.5.1
in /webui
(#&#8203;304)](https://redirect.github.com/Feramance/qBitrr/commit/f0eadf981eec5dc464ab3a0de20e6db6f2bd8bb5)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Build(deps-dev): Bump @&#8203;types/node from 25.2.3 to 25.3.0 in
/webui
(#&#8203;303)](https://redirect.github.com/Feramance/qBitrr/commit/f99620a76fc1a8a4b9e45ed95fa6e7a9f0c92953)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Build(deps-dev): Bump tailwindcss from 4.1.18 to 4.2.0 in /webui
(#&#8203;302)](https://redirect.github.com/Feramance/qBitrr/commit/a4e5169d67cba7a28664c0009e79aa661ee82ccd)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Build(deps-dev): Bump @&#8203;tailwindcss/postcss from 4.1.18 to
4.2.0 in /webui
(#&#8203;301)](https://redirect.github.com/Feramance/qBitrr/commit/64e42e1aeb03095583ba2703b7773505da7a9bd2)
- [@&#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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcWJpdHJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-03-02 04:56:44 +01:00
TrueCharts Bot da77ac0d9d chore(generic-device-plugin): update image ghcr.io/squat/generic-device-plugin digest to 8e0eb73 (#45708)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/squat/generic-device-plugin | digest | `efa50af` → `8e0eb73` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2VuZXJpYy1kZXZpY2UtcGx1Z2luIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-02 04:55:51 +01:00
TrueCharts-Bot dd30790dd0 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2026-03-02 00:17:51 +00:00
TrueCharts Bot f7b99216f4 chore(tvheadend): update image ghcr.io/linuxserver/tvheadend digest to 0a8f992 (#45702)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/tvheadend | digest | `350578b` → `0a8f992` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdHZoZWFkZW5kIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-01 23:02:23 +01:00
TrueCharts Bot 5986496e51 fix(tdarr): update image docker.io/haveagitgat/tdarr 2.59.02 → 2.59.03 (#45706)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/haveagitgat/tdarr](https://redirect.github.com/HaveAGitGat/tdarr_express_be)
| patch | `42553e3` → `2612903` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGRhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-03-01 22:55:02 +01:00
TrueCharts Bot a562ea8b6a fix(helm-deps): update chart clickhouse 17.5.0 → 17.5.1 (#45703)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[clickhouse](https://trueforge.org/truetech/truecharts/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | patch | `17.5.0` → `17.5.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcGxhdXNpYmxlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-03-01 22:54:44 +01:00
TrueCharts Bot cf1f249080 fix(rdtclient): update image ghcr.io/rogerfar/rdtclient 2.0.124 → 2.0.125 (#45704)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/rogerfar/rdtclient](https://redirect.github.com/rogerfar/rdt-client)
| patch | `914c956` → `d074c55` |

---

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

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

---

### Release Notes

<details>
<summary>rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient)</summary>

###
[`v2.0.125`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#20125---2026-03-01)

[Compare
Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.124...v2.0.125)

##### Added

- Added extra qBittorrent endpoints for Cleanuparr compatibility.

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmR0Y2xpZW50IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-03-01 22:54:40 +01:00
TrueCharts Bot af6a9d385d fix(tdarr-node): update image docker.io/haveagitgat/tdarr_node 2.59.02 → 2.59.03 (#45705)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/haveagitgat/tdarr_node](https://redirect.github.com/HaveAGitGat/tdarr_express_be)
| patch | `a2fcaae` → `4fd38b1` |

---

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

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGRhcnItbm9kZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-03-01 22:54:16 +01:00