Commit Graph

52376 Commits

Author SHA1 Message Date
TrueCharts Bot
02e2dd0e08 chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.2 docker digest digest to ced6c05 (#44440)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | digest | `cd94f58` ->
`ced6c05` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-02 04:44:43 +01:00
TrueCharts-Bot
910261bb19 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2026-02-02 00:18:33 +00:00
TrueCharts Bot
04d959d61b fix(renovate): update image oci.trueforge.org/containerforge/renovate 43.0.8 → 43.0.9 (#44434)
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 |
`7012bf3` -> `95bc44f` |

---

> [!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-02-01 22:44:20 +01:00
TrueCharts Bot
b5743c72ee fix(bazarr): update image oci.trueforge.org/containerforge/bazarr 1.5.4 → 1.5.5 (#44432)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/bazarr](https://ghcr.io/trueforge-org/bazarr)
([source](https://redirect.github.com/morpheus65535/bazarr)) | patch |
`5b065b6` -> `c551410` |

---

> [!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>morpheus65535/bazarr
(oci.trueforge.org/containerforge/bazarr)</summary>

###
[`v1.5.5`](https://redirect.github.com/morpheus65535/bazarr/releases/tag/v1.5.5)

[Compare
Source](https://redirect.github.com/morpheus65535/bazarr/compare/v1.5.4...v1.5.5)

From newest to oldest:

- Updated match popup to bring the explanation to the bottom
[4224e7d](4224e7df1b)
- Fixed utf-8 encoding issue when displaying announcements
[b381a6f](b381a6fb9a)
- Fixed CVE-2024-40348: Use startswith to prevent path traversal
[e08197b](e08197b1f5)
- Removed OpenSubtitles.org provider and associated functionality across
the codebase. Updated tests and provider references.
[726c950](726c950b4e)
- Switched announcements source from Statically to jsdelivr.net for
improved reliability.
[b18bdae](b18bdae67c)
- Excluded podnapisi provider from `RetryingSession` injection to
prevent hammering them with useless requests.
[#&#8203;2531](https://redirect.github.com/morpheus65535/bazarr/issues/2531)
[8f512aa](8f512aa4d7)
- Refactored `get_matches` in multiple providers to use `self.matches`
instead of local `matches` for consistency and improved history logging.
[41fe783](41fe78354b)
- Added retry logic to NapiProjekt provider requests for improved
resilience.
[#&#8203;3161](https://redirect.github.com/morpheus65535/bazarr/issues/3161)
[8fd87e5](8fd87e55f1)
- Fixed subtitles uploading formats parameter to subliminal's
save\_subtitles() in order to validate it's a tuple of strings.
[#&#8203;3156](https://redirect.github.com/morpheus65535/bazarr/issues/3156)
[2d52289](2d52289aab)
- Fixed release group matching logic to improve accuracy of matches
between video filename and provider release info.
[#&#8203;3153](https://redirect.github.com/morpheus65535/bazarr/issues/3153)
[b25fc93](b25fc93157)
- Added history logging for translated subtitles in Gemini translator.
[#&#8203;3150](https://redirect.github.com/morpheus65535/bazarr/issues/3150)
[faa4054](faa4054b54)
- Integrated adaptive search logic into missing subtitles checks for
movies and episodes.
[78960b4](78960b4667)
- Improved thread safety in jobs manager with added locks and refactored
job execution logic; optimized NotificationDrawer with debounced actions
and menu management changes.
[#&#8203;3127](https://redirect.github.com/morpheus65535/bazarr/issues/3127)
[d913ad7](d913ad70f9)
- Removed embedded subtitles provider ASS subtitles content modification
since this should be properly implemented in subzero mods instead.
[#&#8203;3144](https://redirect.github.com/morpheus65535/bazarr/issues/3144)
[e8ce7e6](e8ce7e687e)
- Improved jobs manager to allow concurrent execution but also
reordering and force starting pending jobs.
[#&#8203;3127](https://redirect.github.com/morpheus65535/bazarr/issues/3127)
[fbc2946](fbc29460ed)
- Fixed Plex webhooks URL to include scheme and host when Bazarr is
configured to use a base URL.
[004067c](004067ce78)
- Improved opensubtitles.com search parameters.
[#&#8203;3143](https://redirect.github.com/morpheus65535/bazarr/issues/3143)
[20edf25](20edf259fc)
- Fixed custom path not taken into account when translating or modding a
subtitles file.
[#&#8203;3138](https://redirect.github.com/morpheus65535/bazarr/issues/3138)
[530525c](530525c944)
- Fixed episodes synchronization with Sonarr v3
[4c02e43](4c02e43089)
- Fixed failed login attempt IP from being masked in logs.
[#&#8203;3129](https://redirect.github.com/morpheus65535/bazarr/issues/3129)
[03a49fe](03a49fe0d5)
- Added opensubtitles.com option to allow machine translated subtitles
in search results.
[#&#8203;3137](https://redirect.github.com/morpheus65535/bazarr/issues/3137)
[3bb6088](3bb6088969)
- Fixed long names not being properly displayed in jobs manager.
[#&#8203;3134](https://redirect.github.com/morpheus65535/bazarr/issues/3134)
[a9c87b3](a9c87b3db8)
- Improved subsource to fallback to title search if IMDB returns empty
result
[be9d90a](be9d90ac94)
- Fixed TimeAgo component in jobs manager to prevent error in browser
when the component is not present in DOM anymore because job has been
purged from queue.
[4ac130a](4ac130ae45)
- Fixed subtitles searching progress indicator in jobs manager.
[#&#8203;3126](https://redirect.github.com/morpheus65535/bazarr/issues/3126)
[e7dfc8e](e7dfc8e6f2)
- Fixed whisperai provider audio stream language mapping to prevent
selecting improper track as reference
[327e7f3](327e7f366c)
- Fixed opensubtitles.com release group matching.
[#&#8203;3110](https://redirect.github.com/morpheus65535/bazarr/issues/3110)
[9dddfcb](9dddfcb3c0)
- Fixed the background color issue in the jobs manager when using light
theme.
[#&#8203;3121](https://redirect.github.com/morpheus65535/bazarr/issues/3121)
[dd68860](dd688604e5)
- Improved rootfolder health check to avoid unnecessary disk writes
[2f61a68](2f61a68008)
- Fixed subsource language conversion exceptions.
[#&#8203;3120](https://redirect.github.com/morpheus65535/bazarr/issues/3120)
[95c2e57](95c2e57486)
- Added Subtis.io subtitles provider
[bd154aa](bd154aae67)
- Fixed missing subtitles searching for all the series episodes instead
of only added or updated.
[#&#8203;3112](https://redirect.github.com/morpheus65535/bazarr/issues/3112)
[1c2ef34](1c2ef348ac)
- Python 3.13 support is now official
[5676a36](5676a36a48)

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYmF6YXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-02-01 22:43:14 +01:00
TrueCharts Bot
a54d6e568d feat(shoko-server): update image docker.io/shokoanime/server v5.2.5 → v5.3.0 (#44436)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/shokoanime/server | minor | `e1bd9ae` -> `1e73041` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2hva28tc2VydmVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-02-01 22:43:00 +01:00
TrueCharts Bot
92037c0a07 feat(filebrowser): update image docker.io/filebrowser/filebrowser v2.56.0 → v2.57.0 (#44435) 2026-02-01 22:42:37 +01:00
TrueCharts Bot
af89e641da feat(zigbee2mqtt): update image docker.io/koenkk/zigbee2mqtt 2.7.2 → 2.8.0 (#44437)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/koenkk/zigbee2mqtt](https://redirect.github.com/Koenkk/zigbee2mqtt)
| minor | `60a295b` -> `89cf02f` |

---

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

###
[`v2.8.0`](https://redirect.github.com/Koenkk/zigbee2mqtt/blob/HEAD/CHANGELOG.md#280-2026-02-01)

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

##### Features

- Improve OTA
([#&#8203;30566](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30566))
([dd1c449](dd1c449796))

##### Bug Fixes

- Home Assisant: set state class to `measurement` for `illuminane_raw`
[#&#8203;30439](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30439)
([3e60f91](3e60f915ff))
- Home Assistant: add `gas` device class
([#&#8203;30653](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30653))
([4815d51](4815d5149d))
- Home Assistant: Change `device_class` of `eco2` to
`volatile_organic_compounds_parts`
([#&#8203;30840](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30840))
([4f412cb](4f412cb4da))
- Home Assistant: discover temperature sensor for thermostats
([#&#8203;30804](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30804))
([26a0fd4](26a0fd4de0))
- Home Assistant: expose group settings override
([#&#8203;30627](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30627))
([6f0b02e](6f0b02e009))
- Home Assistant: mark `load_estimate` as `state_class` `measurement`
[Koenkk/zigbee-herdsman-converters#11240](https://redirect.github.com/Koenkk/zigbee-herdsman-converters/issues/11240)
([a32c8ee](a32c8eec36))
- Home Assistant: treat `Area1-4Occupancy` as `occupancy`
([#&#8203;30712](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30712))
([2e36084](2e36084852))
- Home Assistant: Use `temperature_delta` for calibration
([#&#8203;30784](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30784))
([8e68295](8e682956e5))
- **ignore:** bump
[@&#8203;biomejs/biome](https://redirect.github.com/biomejs/biome) from
2.3.10 to 2.3.11 in the minor-patch group
([#&#8203;30511](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30511))
([ed52c49](ed52c49e34))
- **ignore:** bump
[@&#8203;biomejs/biome](https://redirect.github.com/biomejs/biome) from
2.3.12 to 2.3.13 in the minor-patch group
([#&#8203;30810](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30810))
([14bffd5](14bffd58b1))
- **ignore:** bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
24.10.7 to 24.10.9 in the minor-patch group
([#&#8203;30713](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30713))
([043dd0f](043dd0ff1c))
- **ignore:** bump the minor-patch group with 2 updates
([#&#8203;30617](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30617))
([1d87d2f](1d87d2f234))
- **ignore:** bump the minor-patch group with 2 updates
([#&#8203;30790](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30790))
([da1f77e](da1f77ec6e))
- **ignore:** bump zigbee2mqtt-windfront from 2.8.0 to 2.8.1 in the
minor-patch group
([#&#8203;30879](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30879))
([9ddbb2a](9ddbb2a21a))
- **ignore:** bump zigbee2mqtt-windfront in the minor-patch group
([8d980ae](8d980ae6ec))
- **ignore:** Replace multiple area occupancy fields with camelCase
instead of PascalCase
([#&#8203;30745](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30745))
([d9e4244](d9e4244f80))
- **ignore:** update zigbee-herdsman to 8.0.2
([#&#8203;30480](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30480))
([1147cf1](1147cf16dd))
- **ignore:** update zigbee-herdsman to 8.0.3
([#&#8203;30632](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30632))
([d44cdbd](d44cdbde4f))
- **ignore:** update zigbee-herdsman to 8.1.0
([#&#8203;30725](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30725))
([9d266bd](9d266bda9a))
- **ignore:** update zigbee-herdsman to 9.0.0
([#&#8203;30787](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30787))
([971ddaa](971ddaa3cb))
- **ignore:** update zigbee-herdsman to 9.0.1
([#&#8203;30788](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30788))
([6d5e7e3](6d5e7e334a))
- **ignore:** update zigbee-herdsman to 9.0.2
([10478e7](10478e797e))
- **ignore:** update zigbee-herdsman-converters to 25.100.0
([#&#8203;30499](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30499))
([a2b81ab](a2b81ab894))
- **ignore:** update zigbee-herdsman-converters to 25.101.0
([#&#8203;30520](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30520))
([4313bac](4313baca09))
- **ignore:** update zigbee-herdsman-converters to 25.102.0
([#&#8203;30537](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30537))
([57245e5](57245e5234))
- **ignore:** update zigbee-herdsman-converters to 25.103.0
([#&#8203;30552](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30552))
([d4522c5](d4522c53ca))
- **ignore:** update zigbee-herdsman-converters to 25.104.0
([#&#8203;30564](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30564))
([e68403d](e68403d8d3))
- **ignore:** update zigbee-herdsman-converters to 25.105.0
([#&#8203;30605](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30605))
([29c7571](29c757145d))
- **ignore:** update zigbee-herdsman-converters to 25.106.0
([#&#8203;30631](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30631))
([9a41ec2](9a41ec2a39))
- **ignore:** update zigbee-herdsman-converters to 25.107.0
([#&#8203;30662](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30662))
([535f75e](535f75e90c))
- **ignore:** update zigbee-herdsman-converters to 25.108.0
([#&#8203;30672](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30672))
([5e1b7d4](5e1b7d4830))
- **ignore:** update zigbee-herdsman-converters to 25.109.0
([#&#8203;30709](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30709))
([ee6afaf](ee6afaf1c6))
- **ignore:** update zigbee-herdsman-converters to 25.110.0
([#&#8203;30726](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30726))
([20af502](20af50201e))
- **ignore:** update zigbee-herdsman-converters to 25.111.0
([#&#8203;30739](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30739))
([2bb44f7](2bb44f7a8b))
- **ignore:** update zigbee-herdsman-converters to 25.112.0
([#&#8203;30767](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30767))
([ad51d12](ad51d12a2d))
- **ignore:** update zigbee-herdsman-converters to 25.113.0
([#&#8203;30789](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30789))
([036ee47](036ee471dd))
- **ignore:** update zigbee-herdsman-converters to 25.114.0
([#&#8203;30803](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30803))
([999df29](999df2913f))
- **ignore:** update zigbee-herdsman-converters to 25.115.0
([#&#8203;30826](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30826))
([99e06a8](99e06a8d3e))
- **ignore:** update zigbee-herdsman-converters to 25.116.0
([#&#8203;30839](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30839))
([5a4d6b5](5a4d6b56ad))
- **ignore:** update zigbee-herdsman-converters to 25.117.0
([#&#8203;30849](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30849))
([4afbce6](4afbce62eb))
- **ignore:** update zigbee-herdsman-converters to 25.118.0
([#&#8203;30865](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30865))
([f688340](f68834049c))
- **ignore:** update zigbee-herdsman-converters to 25.119.0
([#&#8203;30874](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30874))
([788b0d3](788b0d3993))
- **ignore:** update zigbee-herdsman-converters to 25.120.0
([#&#8203;30876](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30876))
([49b752d](49b752da35))
- **ignore:** update zigbee-herdsman-converters to 25.99.0
([#&#8203;30481](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30481))
([3adf7d5](3adf7d5d8e))
- Log error before renaming failed to load converters
([#&#8203;30436](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30436))
([1eaa2f3](1eaa2f3e75))
- Network map: escape double-quotes and backslashes in device attributes
([#&#8203;30746](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30746))
([5de47a0](5de47a0d93))
- OTA availability detection
([#&#8203;30815](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/30815))
([476efaa](476efaa6e1))

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvemlnYmVlMm1xdHQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-02-01 22:42:30 +01:00
TrueCharts Bot
bdbf77261b fix(deps): update oci.trueforge.org/containerforge/devcontainer docker tag 3.0.1 → 3.0.2 (#44433)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | patch | `3.0.1` -> `3.0.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-02-01 22:40:47 +01:00
TrueCharts Bot
5f77373a7a chore(tubesync): update image ghcr.io/meeb/tubesync digest to 02b1b3f (#44430) 2026-02-01 22:34:43 +01:00
TrueCharts Bot
773dd617bf chore(cops): update image lscr.io/linuxserver/cops digest to 5a3c48c (#44428)
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)) | digest
| `89b86dc` -> `5a3c48c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY29wcyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-01 22:34:36 +01:00
TrueCharts Bot
3699d2f6c3 chore(speedtest-tracker): update image ghcr.io/linuxserver/speedtest-tracker digest to d269fd7 (#44429)
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 | `62be357` -> `d269fd7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3BlZWR0ZXN0LXRyYWNrZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-01 22:34:12 +01:00
Boemeltrein
91ac1b40a2 BREAKING CHANGE(kopia): port and persistence (#44427)
**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.
-->
In the new trueforge container ENV are set as follow:

https://github.com/trueforge-org/containerforge/blob/main/apps/kopia/Dockerfile

this is now implemented in this chart

⚒️ Fixes  # <!--(issue)-->
https://github.com/trueforge-org/containerforge/issues/942

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2026-02-01 20:27:44 +01:00
Alfred Göppel
f7fa346043 fix(ci): fix-ingress-testing (#44426)
**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._

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2026-02-01 16:56:47 +01:00
TrueCharts Bot
53d1dda22d fix(tandoor-recipes): update image ghcr.io/tandoorrecipes/recipes 2.4.1 → 2.4.2 (#44425)
This PR contains the following updates:

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

---

> [!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.2`](https://redirect.github.com/TandoorRecipes/recipes/releases/tag/2.4.2)

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

- **added** quick link from start page to search with pre-filled
parameters
- **added** diameter based scaling
- **fixed** uploading images on mobile
[#&#8203;4400](https://redirect.github.com/TandoorRecipes/recipes/issues/4400)
- **fixed** items per page not saving in search view
[#&#8203;4275](https://redirect.github.com/TandoorRecipes/recipes/issues/4275)
- **fixed** rating filter less than or equal to not working
[#&#8203;4280](https://redirect.github.com/TandoorRecipes/recipes/issues/4280)
(thanks to [@&#8203;smilerz](https://redirect.github.com/smilerz)
[#&#8203;4396](https://redirect.github.com/TandoorRecipes/recipes/issues/4396))

</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-02-01 16:33:29 +01:00
TrueCharts Bot
bb014ad945 fix(helm-deps): update chart mongodb 16.14.19 → 16.14.20 (#44422)
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.19` -> `16.14.20` |

---

> [!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-02-01 16:33:11 +01:00
TrueCharts Bot
ad51219d87 fix(renovate): update image oci.trueforge.org/containerforge/renovate 43.0.7 → 43.0.8 (#44423)
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 |
`e2ca530` -> `7012bf3` |

---

> [!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-02-01 16:32:54 +01:00
TrueCharts Bot
0785be3792 fix(slink): update image docker.io/anirdev/slink v1.9.1 → v1.9.2 (#44424)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/anirdev/slink | patch | `182a5ed` -> `8c302fa` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2xpbmsiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-02-01 16:30:45 +01:00
TrueCharts-Bot
bf152c8e74 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2026-02-01 15:24:18 +00:00
Kjeld Schouten
3489e9869a fix(ci): disable ingress install tests on common for now. 2026-02-01 16:21:10 +01:00
Kjeld Schouten
b848268afc chore(ci): update forgetool 2026-02-01 16:17:57 +01:00
Kjeld Schouten
f779eb5de7 chore(common): update helm/k3s versions on tests (#44421)
**Description**

- The k3s minimum test was not matching minimum supported
- The helm tests did not include version 4 yet

**⚙️ 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-02-01 15:04:24 +01:00
Kjeld Schouten
8ceb618c80 chore(common): move redisclientimage define to valkey client image define 2026-02-01 13:05:46 +01:00
TrueCharts Bot
39c76c8d1b BREAKING CHANGE(helm-deps): Update chart clickhouse 16.19.15 → 17.0.0 (#44419)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/stable/clickhouse)
([source](https://clickhouse.com/)) | major | `16.19.15` -> `17.0.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcGxhdXNpYmxlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9tYWpvciJdfQ==-->
2026-02-01 12:15:17 +01:00
TrueCharts Bot
0994bb1e20 BREAKING CHANGE(renovate): Update image oci.trueforge.org/containerforge/renovate 42.95.1 → 43.0.7 (#44420)
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)) | major |
`8cce97f` -> `e2ca530` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVub3ZhdGUiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2026-02-01 12:15:10 +01:00
Alfred Göppel
6264d7daf7 fix(charts): move alpineImage usage to ubuntuImage (#44413)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2026-02-01 12:14:58 +01:00
TrueCharts Bot
58fbf160b3 fix(jackett): update image oci.trueforge.org/containerforge/jackett 0.24.993 → 0.24.1003 (#44417)
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 |
`d1e0e96` -> `52dc36d` |

---

> [!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.1003`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.24.1003)

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

#### Changes:

-
[`0c67821`](0c6782174f)
assorted unit3d pre 8.3.3 with \_internal use 0/1 states.
-
[`73f81f8`](73f81f8c99)
add lp-bits a private site. resolves
[#&#8203;16538](https://redirect.github.com/Jackett/Jackett/issues/16538)
-
[`feaa8f7`](feaa8f7237)
magico: new domain
([#&#8203;16535](https://redirect.github.com/Jackett/Jackett/issues/16535))
-
[`655972b`](655972b9b6)
uztracker: typo
-
[`361e984`](361e984e42)
uztracker: update cats
-
[`6b8b981`](6b8b9817c6)
backups: update cats

This list of changes was [auto
generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=15521\&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-02-01 12:10:37 +01:00
TrueCharts Bot
4fe66a8850 fix(nzbhydra): update image oci.trueforge.org/containerforge/nzbhydra2 8.4.0 → 8.4.1 (#44418)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/nzbhydra2](https://ghcr.io/trueforge-org/nzbhydra2)
([source](https://redirect.github.com/theotherp/nzbhydra2)) | patch |
`56698db` -> `5dfede7` |

---

> [!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>theotherp/nzbhydra2
(oci.trueforge.org/containerforge/nzbhydra2)</summary>

###
[`v8.4.1`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v841-2026-02-01)

[Compare
Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v8.4.0...v8.4.1)

**Fix** Fix several path traversal vulnerabilities.

**Fix** Use custom page size parameter (limit) for Newznab indexers
instead of the hardcoded value of 1000.

**Fix** Releases were incorrectly shown as BETA in the updates view.

**Fix** Hopefully fix NullPointerException when loading Torbox
downloads.

**Fix** SSL keystore password is no longer required. See <a
href="https://redirect.github.com/theotherp/nzbhydra2/issues/1036">[#&#8203;1036](https://redirect.github.com/theotherp/nzbhydra2/issues/1036)</a>

**Fix** Prevent startup if the data folder has less than 500 MB free
space to ensure the database can be written. See <a
href="https://redirect.github.com/theotherp/nzbhydra2/issues/850">[#&#8203;850](https://redirect.github.com/theotherp/nzbhydra2/issues/850)</a>

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbnpiaHlkcmEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-02-01 12:10:07 +01:00
TrueCharts Bot
3da16633f5 chore(budge): update image ghcr.io/linuxserver/budge digest to 7969fb1 (#44414)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/budge](https://redirect.github.com/linuxserver/docker-budge/packages)
([source](https://redirect.github.com/linuxserver/docker-budge)) |
digest | `e547eb1` -> `7969fb1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYnVkZ2UiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-01 12:04:39 +01:00
TrueCharts Bot
0fa2e5ffaa chore(multi-scrobbler): update image docker.io/foxxmd/multi-scrobbler digest to be2c16b (#44416)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/foxxmd/multi-scrobbler | digest | `6d86950` -> `be2c16b` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbXVsdGktc2Nyb2JibGVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-01 12:03:27 +01:00
TrueCharts Bot
95e000eb9c chore(mongodb): update image docker.io/bitnamisecure/mongodb digest to 4d1a677 (#44415)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bitnamisecure/mongodb | digest | `af26342` -> `4d1a677` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbW9uZ29kYiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-01 12:02:10 +01:00
Alfred Göppel
13283a1cc9 fix(charts): Update fixed containers from containerforge (#44412)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2026-02-01 11:23:54 +01:00
TrueCharts Bot
ef07a86e8d chore(common): update image ghcr.io/cloudnative-pg/postgresql digest to 44ae136 (#44401)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/cloudnative-pg/postgresql | digest | `d05d23e` -> `44ae136` |

---

> [!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 - "on the first day of the month" (UTC),
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY29tbW9uIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-01 08:24:32 +00:00
TrueCharts Bot
02a1bde293 chore(common): update image ghcr.io/cloudnative-pg/postgresql digest to 0451cd9 (#44402)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/cloudnative-pg/postgresql | digest | `be9f462` -> `0451cd9` |

---

> [!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 - "on the first day of the month" (UTC),
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY29tbW9uIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-01 08:20:21 +00:00
TrueCharts Bot
dc39698188 fix(ollama): update image docker.io/ollama/ollama 0.15.2 → 0.15.3 (#44407)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ollama/ollama | patch | `26304d3` -> `3ad90b4` |
| docker.io/ollama/ollama | patch | `76d0c00` -> `3970c9b` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb2xsYW1hIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-02-01 08:11:01 +00:00
TrueCharts Bot
afc31cb728 feat(metube): update image ghcr.io/alexta69/metube 2026.01.30 → 2026.02.01 (#44409)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/alexta69/metube | minor | `86a2c0a` -> `6c35324` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWV0dWJlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-02-01 08:06:39 +00:00
TrueCharts Bot
5a3215fc81 fix(stirling-pdf): update image ghcr.io/stirling-tools/s-pdf 2.4.2 → 2.4.3 (#44408)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `5866b66` -> `515364d` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `55c7928` -> `9373243` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| patch | `5f6b4c3` -> `ee96fd3` |

---

> [!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.3`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.4.3):
2.4.3 ⁨Desktop fixes and other improvements

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

Big desktop release today, full of fixes as well as other changes!

- Correctly show desktop and server versioning separately
- Support for watched folders to be recursive and multiple directories
to be defined
- Desktop login expiry fix
- Desktop self-host connection improvements (self-sign fixes and others)
- Page editor performance and UI improvements
- frontend error screen appearing during SSO fix
- Desktop CORS fixes

##### What's Changed

##### Enhancements

- feat(settings): display frontend/backend versions and warn on
client-server mismatch by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;5571](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5571)
- Support multiple pipeline watch directories and configurable pipeline
base path by [@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[#&#8203;5545](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5545)

##### Minor Enhancements

- Stop type checking TypeScript files that won't be run by
[@&#8203;jbrunton96](https://redirect.github.com/jbrunton96) in
[#&#8203;5607](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5607)
- Fixed missing AuthnRequest bug by
[@&#8203;DarioGii](https://redirect.github.com/DarioGii) in
[#&#8203;5606](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5606)
- Update links to Docs by
[@&#8203;numanair](https://redirect.github.com/numanair) in
[#&#8203;5611](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5611)
- fix(frontend): prevent hydration errors in admin security form and
improve autofill support by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;5613](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5613)
- fix(auth): align token refresh handling with updated backend response
by [@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;5609](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5609)
- always allow tauri cors by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[#&#8203;5616](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5616)
- Bug/pageeditor virtualisation by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[#&#8203;5614](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5614)
- Stop attempting to refresh Spring tokens in desktop by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[#&#8203;5610](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5610)

##### Other Changes

- Update Python dependencies in requirements files by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;5627](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5627)
- Pin GitHub Actions and add runner hardening by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;5628](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5628)

##### New Contributors

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

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

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

##### What's Changed

##### Enhancements

- feat(settings): display frontend/backend versions and warn on
client-server mismatch by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;5571](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5571)
- Support multiple pipeline watch directories and configurable pipeline
base path by [@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[#&#8203;5545](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5545)

##### Minor Enhancements

- Stop type checking TypeScript files that won't be run by
[@&#8203;jbrunton96](https://redirect.github.com/jbrunton96) in
[#&#8203;5607](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5607)
- Fixed missing AuthnRequest bug by
[@&#8203;DarioGii](https://redirect.github.com/DarioGii) in
[#&#8203;5606](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5606)
- Update links to Docs by
[@&#8203;numanair](https://redirect.github.com/numanair) in
[#&#8203;5611](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5611)
- fix(frontend): prevent hydration errors in admin security form and
improve autofill support by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;5613](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5613)
- fix(auth): align token refresh handling with updated backend response
by [@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;5609](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5609)
- always allow tauri cors by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[#&#8203;5616](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5616)
- Bug/pageeditor virtualisation by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[#&#8203;5614](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5614)
- Stop attempting to refresh Spring tokens in desktop by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[#&#8203;5610](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5610)

##### Other Changes

- Update Python dependencies in requirements files by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;5627](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5627)
- Pin GitHub Actions and add runner hardening by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[#&#8203;5628](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5628)

##### New Contributors

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

**Full Changelog**:
<https://github.com/Stirling-Tools/Stirling-PDF/compare/v2.4.2...v2.4.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 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-02-01 08:06:28 +00:00
TrueCharts Bot
be1dd384b7 feat(unpoller): update image ghcr.io/unpoller/unpoller v2.30.0 → v2.32.0 (#44410)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/unpoller/unpoller](https://redirect.github.com/unpoller/unpoller)
| minor | `4f2b1f4` -> `6cb7d05` |

---

> [!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.32.0`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.32.0)

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

#### Changelog

-
[`5ea7fcf`](5ea7fcf736)
feat: UPS battery metrics, example Prometheus/Loki alerts
([#&#8203;930](https://redirect.github.com/unpoller/unpoller/issues/930))
([#&#8203;941](https://redirect.github.com/unpoller/unpoller/issues/941))

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

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

#### Changelog

-
[`3eb7c1c`](3eb7c1cf1d)
Merge pull request
[#&#8203;940](https://redirect.github.com/unpoller/unpoller/issues/940)
from brngates98/feat/sysinfo-metrics
-
[`ca56838`](ca568384d1)
feat: add controller sysinfo metrics
([#&#8203;927](https://redirect.github.com/unpoller/unpoller/issues/927))

</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-02-01 08:06:03 +00:00
TrueCharts Bot
4203ee9b3e chore(common): update image oci.trueforge.org/containerforge/postgresql-client digest to 9096db2 (#44403)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/postgresql-client](https://ghcr.io/trueforge-org/postgresql-client)
([source](https://truecharts.org)) | digest | `016eed8` -> `9096db2` |

---

> [!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 - "on the first day of the month" (UTC),
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY29tbW9uIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-01 06:18:30 +01:00
TrueCharts Bot
6d7d32414d chore(tvheadend): update image ghcr.io/linuxserver/tvheadend digest to c8ab6e1 (#44405)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/tvheadend | digest | `d0afac9` -> `c8ab6e1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdHZoZWFkZW5kIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-01 05:53:50 +01:00
TrueCharts Bot
d89b8db6f3 chore(webtop): update image lscr.io/linuxserver/webtop digest to 6285328 (#44406)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `b89dfa6` -> `6285328` |

---

> [!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-02-01 05:51:55 +01:00
TrueCharts Bot
cc6cf5a95b chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.1 docker digest digest to 218881d (#44404)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | digest | `cc362bb` ->
`218881d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-01 05:51:39 +01:00
TrueCharts-Bot
129acf98c7 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2026-02-01 00:19:58 +00:00
TrueCharts Bot
4c05c756ac fix(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.1.19 → 19.1.20 (#44396)
This PR contains the following updates:

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

---

> [!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.20`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.1.20):
cloudcmd v19.1.20

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

#### 🔥 feature

-
[`c1014c9`](https://redirect.github.com/coderaiser/cloudcmd/commit/c1014c9c)
client: dom: operations: rename-current: migrate to ESM
-
[`2e486f8`](https://redirect.github.com/coderaiser/cloudcmd/commit/2e486f8b)
cloudcmd: restafary v13.0.0
-
[`6addb29`](https://redirect.github.com/coderaiser/cloudcmd/commit/6addb29f)
cloudcmd: redzip v4.0.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2xvdWRjb21tYW5kZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-01-31 23:48:02 +01:00
TrueCharts Bot
065d897c91 fix(gokapi): update image docker.io/f0rc3/gokapi v2.2.1 → v2.2.2 (#44398) 2026-01-31 23:47:52 +01:00
TrueCharts Bot
1afd40da56 fix(anonaddy): update image docker.io/anonaddy/anonaddy 1.3.6 → 1.3.7 (#44395) 2026-01-31 23:47:44 +01:00
TrueCharts Bot
eb621c209b feat(wekan): update image docker.io/wekanteam/wekan v8.26 → v8.27 (#44400)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) |
minor | `90719de` -> `821c62b` |

---

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

###
[`v8.27`](https://redirect.github.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v827-2026-01-31-WeKan--release)

[Compare
Source](https://redirect.github.com/wekan/wekan/compare/v8.26...v8.27)

This release adds the following updates:

- [Updated MongoDB to 7.0.29 at Windows install
docs](b55e1bbd40).
  Thanks to MongoDB developers.

and fixes the following bugs:

- [Fix async/await in copy/move card
operations](https://redirect.github.com/wekan/wekan/pull/6120).
  Thanks to harryadel.

Thanks to above GitHub users for their contributions and translators for
their translations.

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VrYW4iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-01-31 23:47:40 +01:00
TrueCharts Bot
d69077e6ce feat(unpoller): update image ghcr.io/unpoller/unpoller v2.29.0 → v2.30.0 (#44399)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/unpoller/unpoller](https://redirect.github.com/unpoller/unpoller)
| minor | `b556eb4` -> `4f2b1f4` |

---

> [!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.30.0`](https://redirect.github.com/unpoller/unpoller/releases/tag/v2.30.0)

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

#### Changelog

-
[`bf2d1f7`](bf2d1f7617)
Merge pull request
[#&#8203;939](https://redirect.github.com/unpoller/unpoller/issues/939)
from unpoller/upgrade-unifi-5-14-0
-
[`5e4a6cb`](5e4a6cbef3)
upgrade unifi
-
[`9aba310`](9aba3101cd)
Merge pull request
[#&#8203;938](https://redirect.github.com/unpoller/unpoller/issues/938)
from brngates98/restore-endpoint-discovery-tool
-
[`adf9985`](adf9985675)
Merge branch 'master' into restore-endpoint-discovery-tool
-
[`4d19a9b`](4d19a9b2c8)
Restore tools/endpoint-discovery as optional Python tool

</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-31 23:46:31 +01:00
TrueCharts Bot
07ea0ccefb fix(deps): update oci.trueforge.org/containerforge/devcontainer docker tag 3.0.0 → 3.0.1 (#44397)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | patch | `3.0.0` -> `3.0.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-01-31 23:46:04 +01:00
TrueCharts Bot
5c48022787 chore(webtop): update image lscr.io/linuxserver/webtop digest to 9979250 (#44394)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `c1ea92a` -> `9979250` |

---

> [!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-31 23:36:02 +01:00
TrueCharts-Bot
f8c1ee7bdf Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2026-01-31 19:20:09 +00:00