Commit Graph

52258 Commits

Author SHA1 Message Date
TrueCharts Bot
a5842e19cf chore(webtop): update image lscr.io/linuxserver/webtop digest to 2152edd (#44329)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `a95a5fc` -> `2152edd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VidG9wIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-01-30 16:27:01 +01:00
Alfred Göppel
370a3344d9 fix(ci): update ci to forgetool (#44327)
**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
- [ ] 🪛 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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] 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._
2026-01-30 15:37:18 +01:00
TrueCharts Bot
bb8895ce6f feat(strapi): update image docker.io/vshadbolt/strapi 5.33.4 → 5.34.0 (#44325)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/vshadbolt/strapi | minor | `39eb912` -> `7cb038a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3RyYXBpIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-01-30 10:27:28 +01:00
astro-stan
2c4b477b48 feat(multus-cni): Add multus-cni chart (#43365)
**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.
-->

I've been using multus for a while but I've grown frustrated with the
hassle of maintaining it due to the lack of a helm chart.

This chart makes deploying and managing Multus easy!

Notable features:

- Sensible defaults, chart should work  "out of the box" for most setups
- Easy Multus configuration for more advanced use cases
- Talos integration - allows installing extra reference CNIs, which do
not ship with a standard Talos install (macvlan, ipvlan, etc)
- An "uninstall" mode, which cleans up changes made to the host's
filesystem, so the chart can be uninstalled cleanly
- Docs page

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

**⚙️ Type of change**

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

I've been testing it as I have been developing the chart. I have tested
the different configuration options, the uninstall mode and the
examples/tutorials given in the docs page.

**📃 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
- [X] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [X] 📄 I have made changes to the documentation
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning
- [X] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2026-01-30 10:26:59 +01:00
TrueCharts Bot
31c8c7b3c8 fix(tandoor-recipes): update image ghcr.io/tandoorrecipes/recipes 2.4.0 → 2.4.1 (#44324)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/tandoorrecipes/recipes](https://redirect.github.com/TandoorRecipes/recipes)
| patch | `0c220f4` -> `4ab9052` |

---

> [!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>TandoorRecipes/recipes
(ghcr.io/tandoorrecipes/recipes)</summary>

###
[`v2.4.1`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.4.1)

[Compare
Source](https://redirect.github.com/TandoorRecipes/recipes/compare/2.4.0...2.4.1)

- **fixed** user space permission to only allow delete not update
- **fixed** ingredient parser to also work for non admin users

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGFuZG9vci1yZWNpcGVzIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-01-30 10:25:16 +01:00
TrueCharts Bot
1cba1d158a fix(jackett): update image oci.trueforge.org/containerforge/jackett 0.24.980 → 0.24.988 (#44323)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/jackett](https://ghcr.io/trueforge-org/jackett)
([source](https://redirect.github.com/Jackett/Jackett)) | patch |
`94169c7` -> `c5c41d9` |

---

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

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

---

### Release Notes

<details>
<summary>Jackett/Jackett
(oci.trueforge.org/containerforge/jackett)</summary>

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

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

#### Changes:

-
[`9351705`](9351705fb0)
torrentqq: bump domain
-
[`c365a02`](c365a025bf)
Add Anime No Sekai a Brazilian Private site.
([#&#8203;16503](https://redirect.github.com/Jackett/Jackett/issues/16503))
resolves
[#&#8203;16469](https://redirect.github.com/Jackett/Jackett/issues/16469)
-
[`b81915a`](b81915a5e6)
assorted unit3d: tag as custom yml
-
[`6b43885`](6b43885c2e)
core: bump packages
([#&#8203;16529](https://redirect.github.com/Jackett/Jackett/issues/16529))
-
[`ce055b7`](ce055b757d)
torrenttip: bump domain
-
[`dcd71a0`](dcd71a05f8)
torrentsome: bump domain

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvamFja2V0dCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-01-30 10:23:54 +01:00
TrueCharts Bot
611b2a5c37 chore(medusa): update image ghcr.io/linuxserver/medusa digest to 07d7b0e (#44320)
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 | `f05f597` -> `07d7b0e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWVkdXNhIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-01-30 10:16:52 +01:00
TrueCharts Bot
b9626178d6 fix(esphome): update image oci.trueforge.org/containerforge/esphome 2026.1.2 → 2026.1.3 (#44322)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/esphome](https://ghcr.io/trueforge-org/esphome)
([source](https://redirect.github.com/esphome/esphome)) | patch |
`a2ce4a6` -> `1c4c08d` |

---

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

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

---

### Release Notes

<details>
<summary>esphome/esphome
(oci.trueforge.org/containerforge/esphome)</summary>

###
[`v2026.1.3`](https://redirect.github.com/esphome/esphome/releases/tag/2026.1.3)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2026.1.2...2026.1.3)

- Update webserver local assets to
[`2026012`](https://redirect.github.com/esphome/esphome/commit/20260122)-204614
[esphome#13455](https://redirect.github.com/esphome/esphome/pull/13455)
by [@&#8203;esphomebot](https://redirect.github.com/esphomebot)
- \[mhz19] Fix Uninitialized var warning message
[esphome#13526](https://redirect.github.com/esphome/esphome/pull/13526)
by [@&#8203;sebcaps](https://redirect.github.com/sebcaps)
- \[ota] Improve error message when device closes connection without
responding
[esphome#13562](https://redirect.github.com/esphome/esphome/pull/13562)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[socket] ESP8266: call delay(0) instead of esp\_delay(0, cb) for zero
timeout
[esphome#13530](https://redirect.github.com/esphome/esphome/pull/13530)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[web\_server] Add name\_id to SSE for entity ID format migration
[esphome#13535](https://redirect.github.com/esphome/esphome/pull/13535)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- Update webserver local assets to
[`2026012`](https://redirect.github.com/esphome/esphome/commit/20260127)-190637
[esphome#13573](https://redirect.github.com/esphome/esphome/pull/13573)
by [@&#8203;esphomebot](https://redirect.github.com/esphomebot)
- \[ld2450] preserve precision of angle
[esphome#13600](https://redirect.github.com/esphome/esphome/pull/13600)
by [@&#8203;ccutrer](https://redirect.github.com/ccutrer)
- \[wifi] Fix ESP8266 yield panic when WiFi scan fails
[esphome#13603](https://redirect.github.com/esphome/esphome/pull/13603)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)
- \[http\_request] Fix empty body for chunked transfer encoding
responses
[esphome#13599](https://redirect.github.com/esphome/esphome/pull/13599)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZXNwaG9tZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-01-30 10:15:31 +01:00
TrueCharts Bot
acec7ac45d chore(romm): update image ghcr.io/rommapp/romm digest to 7f8b04e (#44321)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/rommapp/romm](https://redirect.github.com/rommapp/romm) |
digest | `9e5d7a8` -> `7f8b04e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcm9tbSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-30 10:13:29 +01:00
TrueCharts Bot
fcb5a23434 fix(kubernetes-reflector): update image ghcr.io/emberstack/kubernetes-reflector 10.0.2 → 10.0.3 (#44316)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/emberstack/kubernetes-reflector](https://redirect.github.com/emberstack/kubernetes-reflector)
| patch | `50b21ca` -> `f37f368` |

---

> [!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>emberstack/kubernetes-reflector
(ghcr.io/emberstack/kubernetes-reflector)</summary>

###
[`v10.0.3`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v10.0.3)

[Compare
Source](https://redirect.github.com/emberstack/kubernetes-reflector/compare/v10.0.2...v10.0.3)

The release process is automated.

#### What's Changed

- Bump the all-dependencies group with 6 updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;587](https://redirect.github.com/emberstack/kubernetes-reflector/pull/587)

**Full Changelog**:
<https://github.com/emberstack/kubernetes-reflector/compare/v10.0.2...v10.0.3>

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAva3ViZXJuZXRlcy1yZWZsZWN0b3IiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-01-30 04:12:44 +01:00
TrueCharts Bot
b71fe2c47c fix(stirling-pdf): update image ghcr.io/stirling-tools/s-pdf 2.4.1 → 2.4.2 (#44318)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `99e82be` -> `5866b66` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `09a9751` -> `55c7928` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `5771c76` -> `5f6b4c3` |

---

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

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

---

### Release Notes

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

###
[`v2.4.2`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.4.2):
2.4.2 Audit fix, stamp variables and tool option fixes

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v2.4.1...v2.4.2)

This is a quick update including

- Fixes for Audit display failing under certain scenarios
- Fix for tools not being correctly disabled via disable-endpoints
settings
- Text editor font rendering fixes
- New Variables for Stamp PDF feature!

##### What's Changed

##### Enhancements

- feat(stamp): add dynamic variables and templates for stamp text
customization by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;5546](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5546)

##### Minor Enhancements

- Fix tool disabling by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[#&#8203;5585](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5585)
- Fix Audit & Usage Analytics Sections by
[@&#8203;DarioGii](https://redirect.github.com/DarioGii) in
[#&#8203;5586](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5586)
- 🤖 format everything with pre-commit by stirlingbot by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in
[#&#8203;5538](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5538)

##### Other Changes

- fix: PDF Text Editor file open by
[@&#8203;bittoby](https://redirect.github.com/bittoby) in
[#&#8203;5572](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5572)

##### New Contributors

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

**Full Changelog**:
<https://github.com/Stirling-Tools/Stirling-PDF/compare/v2.4.1...v2.4.2>

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

##### What's Changed

##### Enhancements

- feat(stamp): add dynamic variables and templates for stamp text
customization by
[@&#8203;balazs-szucs](https://redirect.github.com/balazs-szucs) in
[#&#8203;5546](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5546)

##### Minor Enhancements

- Fix tool disabling by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[#&#8203;5585](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5585)
- Fix Audit & Usage Analytics Sections by
[@&#8203;DarioGii](https://redirect.github.com/DarioGii) in
[#&#8203;5586](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5586)
- 🤖 format everything with pre-commit by stirlingbot by
[@&#8203;stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in
[#&#8203;5538](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5538)

##### Other Changes

- fix: PDF Text Editor file open by
[@&#8203;bittoby](https://redirect.github.com/bittoby) in
[#&#8203;5572](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5572)

##### New Contributors

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

**Full Changelog**:
<https://github.com/Stirling-Tools/Stirling-PDF/compare/v2.4.1...v2.4.2>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3RpcmxpbmctcGRmIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-01-30 04:12:22 +01:00
TrueCharts Bot
7395215bfe feat(unpoller): update image ghcr.io/unpoller/unpoller v2.25.0 → v2.27.0 (#44319)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/unpoller/unpoller](https://redirect.github.com/unpoller/unpoller)
| minor | `664745b` -> `dd2fb18` |

---

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

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

[Compare
Source](https://redirect.github.com/unpoller/unpoller/compare/v2.26.0...v2.27.0)

#### Changelog

-
[`1145043`](11450439fc)
Merge pull request
[#&#8203;925](https://redirect.github.com/unpoller/unpoller/issues/925)
from brngates98/feat/wan-metrics
-
[`b966061`](b96606128d)
chore: Update go.sum for unifi v5.11.0 and fix formatting
-
[`af6cbdf`](af6cbdf79f)
chore: Update unifi dependency to v5.11.0 for WAN metrics support
-
[`b8519ca`](b8519ca058)
feat: Add WAN metrics to InfluxDB and Datadog exporters
-
[`aac4917`](aac4917da7)
feat: Add WAN metrics export to Prometheus

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

[Compare
Source](https://redirect.github.com/unpoller/unpoller/compare/v2.25.0...v2.26.0)

#### Changelog

-
[`d178da7`](d178da7c75)
Merge pull request
[#&#8203;924](https://redirect.github.com/unpoller/unpoller/issues/924)
from brngates98/feat/dhcp-client-monitoring
-
[`86bc1c9`](86bc1c9d6d)
fix: rename unused exportWithTags param to \_ to satisfy revive
-
[`39b1b31`](39b1b316a2)
Merge branch 'master' into feat/dhcp-client-monitoring
-
[`8769f8f`](8769f8f121)
chore: bump unifi to v5.10.0
-
[`3faaa3a`](3faaa3a696)
fix: Remove local replace directive and update unifi to v5.8.0 to
resolve go.sum conflicts
-
[`74c30ea`](74c30eabe6)
feat: Add DHCP lease metrics export to Prometheus
-
[`6d85ea7`](6d85ea76ab)
Add device tag support to Prometheus metrics

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdW5wb2xsZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-01-30 04:12:09 +01:00
TrueCharts Bot
4848537c48 fix(metube): update image ghcr.io/alexta69/metube 2026.01.11 → 2026.01.30 (#44317)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/alexta69/metube | patch | `dbbf9a2` -> `86a2c0a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWV0dWJlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-01-30 04:11:50 +01:00
TrueCharts Bot
05941bef29 chore(nginx-proxy-manager): update image docker.io/jc21/nginx-proxy-manager digest to 08e0997 (#44310)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jc21/nginx-proxy-manager](https://redirect.github.com/jc21/nginx-proxy-manager)
| digest | `669be1a` -> `08e0997` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbmdpbngtcHJveHktbWFuYWdlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-30 04:05:44 +01:00
TrueCharts Bot
1dd9207e1f fix(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.1.17 → 19.1.18 (#44315)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd)
| patch | `cdc199d` -> `6a1fe78` |

---

> [!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>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary>

###
[`v19.1.18`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.1.18):
cloudcmd v19.1.18

[Compare
Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.1.17...v19.1.18)

#### 🔥 feature

-
[`73fa496`](https://redirect.github.com/coderaiser/cloudcmd/commit/73fa4961)
client: modules: user-menu: migrate to ESM
-
[`ebfdf8c`](https://redirect.github.com/coderaiser/cloudcmd/commit/ebfdf8c0)
client: modules: operation: migrate to ESM
-
[`ad68317`](https://redirect.github.com/coderaiser/cloudcmd/commit/ad683171)
client: modules: menu: migrate to ESM
-
[`0054cfa`](https://redirect.github.com/coderaiser/cloudcmd/commit/0054cfa3)
client: dom: load-remote: migrate to ESM
-
[`e4d0ece`](https://redirect.github.com/coderaiser/cloudcmd/commit/e4d0ece0)
client: dom: rest: migrate to ESM
-
[`c704ffe`](https://redirect.github.com/coderaiser/cloudcmd/commit/c704ffe4)
client: dom: storage: migrate to ESM
-
[`5182cb8`](https://redirect.github.com/coderaiser/cloudcmd/commit/5182cb81)
client: modules: upload: migrate to ESM
-
[`9543f1a`](https://redirect.github.com/coderaiser/cloudcmd/commit/9543f1ad)
client: dom: upload-files: migrate to ESM

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2xvdWRjb21tYW5kZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-01-30 04:05:31 +01:00
TrueCharts Bot
ec4368fe70 chore(orcaslicer): update image ghcr.io/linuxserver/orcaslicer digest to b5cef3c (#44311)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb3JjYXNsaWNlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-30 04:05:25 +01:00
TrueCharts Bot
fabed6f56b chore(calibre): update image ghcr.io/linuxserver/calibre digest to 2964868 (#44308) 2026-01-30 04:05:22 +01:00
TrueCharts Bot
a22d859041 chore(remmina): update image ghcr.io/linuxserver/remmina digest to 27695d6 (#44312)
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 | `bcc37d7` -> `27695d6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVtbWluYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-30 04:05:15 +01:00
TrueCharts Bot
a407562113 chore(blender): update image lscr.io/linuxserver/blender digest to 82c4371 (#44306)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/blender | digest | `560db41` -> `82c4371` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYmxlbmRlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-30 04:05:08 +01:00
TrueCharts Bot
61f42e584f chore(boinc): update image ghcr.io/linuxserver/boinc digest to 0206963 (#44307)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/boinc | digest | `5614266` -> `0206963` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYm9pbmMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-30 04:04:53 +01:00
TrueCharts Bot
fc85aa3610 chore(doublecommander): update image ghcr.io/linuxserver/doublecommander digest to 3eb7148 (#44309)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/doublecommander | digest | `e2c0e55` -> `3eb7148`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZG91YmxlY29tbWFuZGVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-01-30 04:04:21 +01:00
TrueCharts Bot
6ec3952277 chore(tachidesk-docker): update image ghcr.io/suwayomi/tachidesk digest to f80e972 (#44313)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/suwayomi/tachidesk | digest | `eedd99c` -> `f80e972` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGFjaGlkZXNrLWRvY2tlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-30 04:04:11 +01:00
TrueCharts Bot
2e56a6015e chore(adminer): update image adminer digest to 07a2ed7 (#44305)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| adminer | digest | `b6d3c29` -> `07a2ed7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYWRtaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-30 04:03:20 +01:00
TrueCharts Bot
bdbcc0fb80 chore(webtop): update webtop (#44314)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `49151ec` -> `abd9fb1` |
| lscr.io/linuxserver/webtop | digest | `1dd5083` -> `d961bdf` |
| lscr.io/linuxserver/webtop | digest | `f760249` -> `bb620d7` |
| lscr.io/linuxserver/webtop | digest | `f68cf5e` -> `a0c6383` |

---

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VidG9wIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-01-30 04:03:02 +01:00
TrueCharts Bot
508911d511 fix(immich): update immich v2.5.0 → v2.5.2 (patch) (#44301)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| patch | `f37faec` -> `ee58fc4` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| patch | `bb2da43` -> `20e07a4` |
|
[ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich)
| patch | `5fee7f3` -> `531d2bc` |
|
[ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich)
| patch | `6c011ea` -> `8ac5a6d` |

---

> [!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>immich-app/immich
(ghcr.io/immich-app/immich-machine-learning)</summary>

###
[`v2.5.2`](https://redirect.github.com/immich-app/immich/releases/tag/v2.5.2)

[Compare
Source](https://redirect.github.com/immich-app/immich/compare/v2.5.0...v2.5.2)

##### v2.5.2

*`v2.5.1` has been sacrificed for the release God, so the Android app
can now be released*

> \[!NOTE]
> This version of the mobile app will pull down some data from the
server to fix the incorrect data in the mobile app local database, so
you will see the sync icon running for a little bit

##### Hotfixes

- Fixed a bug where the video aspect ratio is played incorrectly for the
remote asset
- Fixed a bug where memory generation failed
- Fixed a bug where memories don't show on the web until the page is
refreshed
- Fixed a bug where the `Load original image` option doesn't render the
image on iOS

##### What's Changed

##### 🐛 Bug fixes

- fix: deleting asset from asset-viewer on search results by
[@&#8203;midzelis](https://redirect.github.com/midzelis) in
[#&#8203;25596](https://redirect.github.com/immich-app/immich/pull/25596)
- fix: escape handling in search asset viewer by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[#&#8203;25621](https://redirect.github.com/immich-app/immich/pull/25621)
- fix: correctly show owner in album options modal by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[#&#8203;25618](https://redirect.github.com/immich-app/immich/pull/25618)
- fix(server): don't assume maintenance action is set by
[@&#8203;insertish](https://redirect.github.com/insertish) in
[#&#8203;25622](https://redirect.github.com/immich-app/immich/pull/25622)
- fix: album card ranges by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[#&#8203;25639](https://redirect.github.com/immich-app/immich/pull/25639)
- fix(mobile): show controls by default on motion photos by
[@&#8203;goalie2002](https://redirect.github.com/goalie2002) in
[#&#8203;25638](https://redirect.github.com/immich-app/immich/pull/25638)
- fix: escape handling by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[#&#8203;25627](https://redirect.github.com/immich-app/immich/pull/25627)
- fix(mobile): set correct system-ui mode on asset viewer init by
[@&#8203;goalie2002](https://redirect.github.com/goalie2002) in
[#&#8203;25610](https://redirect.github.com/immich-app/immich/pull/25610)
- fix(mobile): actually load original image by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[#&#8203;25646](https://redirect.github.com/immich-app/immich/pull/25646)
- fix: width and height migration issue by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[#&#8203;25643](https://redirect.github.com/immich-app/immich/pull/25643)
- fix: memory lane by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;25652](https://redirect.github.com/immich-app/immich/pull/25652)
- fix: memory generation by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[#&#8203;25650](https://redirect.github.com/immich-app/immich/pull/25650)
- fix(mobile): tall image scrolling by
[@&#8203;ByteSizedMarius](https://redirect.github.com/ByteSizedMarius)
in
[#&#8203;25649](https://redirect.github.com/immich-app/immich/pull/25649)

**Full Changelog**:
<https://github.com/immich-app/immich/compare/v2.5.0...v2.5.2>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaW1taWNoIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-01-29 22:02:51 +01:00
TrueCharts Bot
438c6bfddb feat(renovate): update image oci.trueforge.org/containerforge/renovate 42.94.7 → 42.95.1 (#44304)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate)
([source](https://redirect.github.com/renovate/renovate)) | minor |
`9b733d0` -> `8cce97f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVub3ZhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-01-29 22:00:39 +01:00
TrueCharts Bot
94b11140c5 fix(sourcegraph): update image docker.io/sourcegraph/server 6.12.2541 → 6.12.3032 (#44303)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/sourcegraph/server](https://sourcegraph.com/)
([source](https://redirect.github.com/sourcegraph/sourcegraph)) | patch
| `9bd7a1f` -> `d0f044a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc291cmNlZ3JhcGgiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-01-29 22:00:21 +01:00
TrueCharts Bot
184c205e8b fix(profilarr): update image docker.io/santiagosayshey/profilarr v1.1.3 → v1.1.4 (#44302)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/santiagosayshey/profilarr](https://redirect.github.com/Dictionarry-Hub/profilarr)
| patch | `c8ad91a` -> `8a514f8` |

---

> [!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>Dictionarry-Hub/profilarr
(docker.io/santiagosayshey/profilarr)</summary>

###
[`v1.1.4`](https://redirect.github.com/Dictionarry-Hub/profilarr/releases/tag/v1.1.4)

[Compare
Source](https://redirect.github.com/Dictionarry-Hub/profilarr/compare/v1.1.3...v1.1.4)

**Full Changelog**:
<https://github.com/Dictionarry-Hub/profilarr/compare/v1.1.3...v1.1.4>

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcHJvZmlsYXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-01-29 21:59:10 +01:00
TrueCharts Bot
9ab7218159 chore(comet): update image ghcr.io/g0ldyy/comet digest to f57816d (#44297)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/g0ldyy/comet | digest | `1d423aa` -> `f57816d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY29tZXQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-29 21:51:30 +01:00
TrueCharts Bot
d8662dc307 chore(synclounge): update image ghcr.io/linuxserver/synclounge digest to 8d0b7f0 (#44299)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/synclounge](https://redirect.github.com/linuxserver/docker-synclounge/packages)
([source](https://redirect.github.com/linuxserver/docker-synclounge)) |
digest | `5b44383` -> `8d0b7f0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3luY2xvdW5nZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-29 21:50:58 +01:00
TrueCharts Bot
066c17b0b2 chore(openwebrxplus): update image docker.io/slechev/openwebrxplus-softmbe digest to d686b68 (#44298) 2026-01-29 21:49:23 +01:00
TrueCharts Bot
c222d7118b chore(webtop): update webtop (#44300)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `b0457f2` -> `20d5742` |
| lscr.io/linuxserver/webtop | digest | `40fc2d2` -> `988d1f3` |
| lscr.io/linuxserver/webtop | digest | `820a835` -> `d6c9c6b` |
| lscr.io/linuxserver/webtop | digest | `72c453a` -> `1945121` |
| lscr.io/linuxserver/webtop | digest | `1d7aa36` -> `f9eba73` |
| lscr.io/linuxserver/webtop | digest | `cec5a9d` -> `ebaf334` |
| lscr.io/linuxserver/webtop | digest | `f311324` -> `65355f3` |

---

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VidG9wIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-01-29 21:49:19 +01:00
TrueCharts Bot
2f56d07a49 BREAKING CHANGE(vikunja): Update image docker.io/vikunja/vikunja 0.24.6 → 1.0.0 (#44295)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/vikunja/vikunja](https://redirect.github.com/go-vikunja/vikunja)
| major | `ed1f3ed` -> `096e8d4` |

---

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

###
[`v1.0.0`](https://redirect.github.com/go-vikunja/vikunja/blob/HEAD/CHANGELOG.md#100---2026-01-27)

[Compare
Source](https://redirect.github.com/go-vikunja/vikunja/compare/v0.24.6...v1.0.0)

##### Bug Fixes

- *(editor)* Prevent crash when exiting edit mode in tiptap
- *(files)* Make sure base directory exists when using local file system
([#&#8203;2166](https://redirect.github.com/go-vikunja/vikunja/issues/2166))
- *(routes)* Restore SPA routing after Echo v5 upgrade
- Use dark shadows for email template in dark mode
([#&#8203;2155](https://redirect.github.com/go-vikunja/vikunja/issues/2155))
([28593e6](28593e6460e66b78c9bed4e401aa51b93bcfb8f9))

##### Dependencies

- *(deps)* Update dependency sass-embedded to v1.97.3
([#&#8203;2150](https://redirect.github.com/go-vikunja/vikunja/issues/2150))
- *(deps)* Update module github.com/redis/go-redis/v9 to v9.17.3
([#&#8203;2153](https://redirect.github.com/go-vikunja/vikunja/issues/2153))
- *(deps)* Update dev-dependencies (major)
([#&#8203;1375](https://redirect.github.com/go-vikunja/vikunja/issues/1375))
- *(deps)* Update tiptap to v3.17.0

##### Features

- Add required checkbox to confirm issue search before submission
([d61caab](d61caab168f8649598f21df438716e9257cefe59))
- Add vikunja doctor command for diagnostic checks
([#&#8203;2165](https://redirect.github.com/go-vikunja/vikunja/issues/2165))
([3aa1e90](3aa1e90d7f9b40be78e9b5aa047010d1558f7eb7))

##### Miscellaneous Tasks

- Use correct repo and issue url
([72a928d](72a928dcce62699262fdbf6051abfd633633ea60))

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

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

---------

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-01-29 16:07:10 +01:00
TrueCharts Bot
d5b174eaf1 BREAKING CHANGE(xwiki): Update image public.ecr.aws/docker/library/xwiki 17.10.2-postgres-tomcat → 18.0.0-postgres-tomcat (#44296)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [public.ecr.aws/docker/library/xwiki](https://hub.docker.com/_/xwiki)
([source](https://redirect.github.com/xwiki-contrib/docker-xwiki)) |
major | `9d3002f` -> `eb37f58` |

---

> [!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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAveHdpa2kiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->

---------

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-01-29 16:02:00 +01:00
TrueCharts Bot
84dadfcd95 BREAKING CHANGE(cops): Update image lscr.io/linuxserver/cops 3.8.2 → 4.0.2 (#44293)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[lscr.io/linuxserver/cops](https://redirect.github.com/linuxserver/docker-cops/packages)
([source](https://redirect.github.com/linuxserver/docker-cops)) | major
| `c3aeffd` -> `89b86dc` |

---

> [!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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY29wcyIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2026-01-29 15:48:22 +01:00
TrueCharts Bot
56534c76e8 feat(manyfold): update image ghcr.io/manyfold3d/manyfold 0.131.0 → 0.132.0 (#44292) 2026-01-29 15:47:11 +01:00
TrueCharts Bot
de4d9357a7 fix(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.1.16 → 19.1.17 (#44291)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd)
| patch | `a001a35` -> `cdc199d` |

---

> [!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>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary>

###
[`v19.1.17`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.1.17):
cloudcmd v19.1.17

[Compare
Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.1.16...v19.1.17)

#### 🔥 feature

-
[`f9c2831`](https://redirect.github.com/coderaiser/cloudcmd/commit/f9c28319)
client: dom: migrate to ESM
-
[`9d2c4e4`](https://redirect.github.com/coderaiser/cloudcmd/commit/9d2c4e4a)
client: dom: cmd: move out
-
[`5a2aa70`](https://redirect.github.com/coderaiser/cloudcmd/commit/5a2aa70f)
client: dom: simplify require
-
[`dee50a8`](https://redirect.github.com/coderaiser/cloudcmd/commit/dee50a85)
client: dom: files: migrate to ESM
-
[`23c0d77`](https://redirect.github.com/coderaiser/cloudcmd/commit/23c0d770)
client: dom: dom-tree: migrate to ESM
-
[`cf2c641`](https://redirect.github.com/coderaiser/cloudcmd/commit/cf2c6415)
client: directory: migrate to ESM
-
[`0eb802e`](https://redirect.github.com/coderaiser/cloudcmd/commit/0eb802e7)
client: dom: dialog: migrate to ESM

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2xvdWRjb21tYW5kZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-01-29 15:37:11 +01:00
TrueCharts Bot
5e280b7ae1 fix(renovate): update image oci.trueforge.org/containerforge/renovate 42.94.6 → 42.94.7 (#44288)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate)
([source](https://redirect.github.com/renovate/renovate)) | patch |
`4b10c58` -> `9b733d0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVub3ZhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-01-29 14:56:12 +01:00
TrueCharts Bot
f2e9cb1c65 feat(gokapi): update image docker.io/f0rc3/gokapi v2.1.0 → v2.2.0 (#44290)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/f0rc3/gokapi | minor | `d1d71a8` -> `48783e0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ29rYXBpIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-01-29 13:55:06 +00:00
TrueCharts Bot
6f57b8c808 fix(timetagger): update image ghcr.io/almarklein/timetagger v26.1.1 → v26.1.2 (#44289)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/almarklein/timetagger](https://redirect.github.com/almarklein/timetagger)
| patch | `0a278dc` -> `0fafbfd` |

---

> [!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>almarklein/timetagger (ghcr.io/almarklein/timetagger)</summary>

###
[`v26.1.2`](https://redirect.github.com/almarklein/timetagger/releases/tag/v26.1.2)

[Compare
Source](https://redirect.github.com/almarklein/timetagger/compare/v26.1.1...v26.1.2)

#### What's Changed

- New black by
[@&#8203;almarklein](https://redirect.github.com/almarklein) in
[#&#8203;598](https://redirect.github.com/almarklein/timetagger/pull/598)
- Fix regression in time edit dialog by
[@&#8203;almarklein](https://redirect.github.com/almarklein) in
[#&#8203;597](https://redirect.github.com/almarklein/timetagger/pull/597)
- Avoid premature submit for Japsnese input by
[@&#8203;almarklein](https://redirect.github.com/almarklein) in
[#&#8203;599](https://redirect.github.com/almarklein/timetagger/pull/599)
- Order suggested tag completions most recent first, not
lexicographically by
[@&#8203;duxovni](https://redirect.github.com/duxovni) in
[#&#8203;592](https://redirect.github.com/almarklein/timetagger/pull/592)

**Full Changelog**:
<https://github.com/almarklein/timetagger/compare/v26.1.1...v26.1.2>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGltZXRhZ2dlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-01-29 14:54:45 +01:00
TrueCharts Bot
6258de9be2 chore(projectsend): update image ghcr.io/linuxserver/projectsend digest to 2715181 (#44286)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/projectsend | digest | `7768be8` -> `2715181` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcHJvamVjdHNlbmQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-29 14:46:43 +01:00
TrueCharts Bot
c8f690fa08 chore(monero-node): update image ghcr.io/sethforprivacy/simple-monerod digest to b28d208 (#44285) 2026-01-29 14:45:20 +01:00
TrueCharts Bot
8080aeace1 chore(theme-park): update image oci.trueforge.org/containerforge/theme-park digest to 2b7f158 (#44287)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/theme-park](https://ghcr.io/trueforge-org/theme-park)
([source](https://redirect.github.com/themepark-dev/theme.park)) |
digest | `a5c5e78` -> `2b7f158` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGhlbWUtcGFyayIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-29 14:45:11 +01:00
TrueCharts-Admin
44ef486d71 chore(github-action): update actions/cache digest digest to cdf6c1f 2026-01-29 13:39:36 +00:00
TrueCharts Bot
38958df765 fix(renovate): update image oci.trueforge.org/containerforge/renovate 42.94.4 → 42.94.6 (#44282)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate)
([source](https://redirect.github.com/renovate/renovate)) | patch |
`ad86297` -> `4b10c58` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVub3ZhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-01-29 08:45:43 +01:00
TrueCharts Bot
dc9b3f9e40 feat(matomo): update image public.ecr.aws/bitnami/matomo 5.6.2 → 5.7.0 (#44284)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[public.ecr.aws/bitnami/matomo](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/matomo))
| minor | `b0d30d7` -> `ec140f2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWF0b21vIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-01-29 08:45:05 +01:00
TrueCharts Bot
fdbd00918f fix(stirling-pdf): update image ghcr.io/stirling-tools/s-pdf 2.4.0 → 2.4.1 (#44283) 2026-01-29 08:44:42 +01:00
TrueCharts Bot
ad93745355 fix(helm-deps): update chart mongodb 16.14.18 → 16.14.19 (#44279)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mongodb](https://truecharts.org/charts/stable/mongodb)
([source](https://redirect.github.com/bitnami/bitnami-docker-mongodb)) |
patch | `16.14.18` -> `16.14.19` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAveW91dHViZWRsLW1hdGVyaWFsIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-01-29 08:44:31 +01:00
TrueCharts Bot
1f202a0325 fix(komga): update image docker.io/gotson/komga 1.24.0 → 1.24.1 (#44281)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) |
patch | `cc270ec` -> `a84a042` |

---

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

###
[`v1.24.1`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1241-2026-01-29)

[Compare
Source](https://redirect.github.com/gotson/komga/compare/1.24.0...1.24.1)

#### 🐛 Fixes

**epub**

- more lenient fixed-layout detection
([4f94365](https://redirect.github.com/gotson/komga/commits/4f94365))

#### 🌐 Translation

**webui**

- translated using Weblate (Chinese (Simplified Han script))
([80e5432](https://redirect.github.com/gotson/komga/commits/80e5432))
- translated using Weblate (Swedish)
([7e2798b](https://redirect.github.com/gotson/komga/commits/7e2798b))
- translated using Weblate (Russian)
([deece74](https://redirect.github.com/gotson/komga/commits/deece74))
- translated using Weblate (German)
([f990b9a](https://redirect.github.com/gotson/komga/commits/f990b9a))
- translated using Weblate (Galician)
([ecf6708](https://redirect.github.com/gotson/komga/commits/ecf6708))

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAva29tZ2EiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-01-29 08:44:04 +01:00
TrueCharts Bot
aa10e95a4b fix(jackett): update image oci.trueforge.org/containerforge/jackett 0.24.957 → 0.24.980 (#44280) 2026-01-29 08:43:52 +01:00