Commit Graph

53872 Commits

Author SHA1 Message Date
TrueCharts Bot 74e86206eb BREAKING CHANGE(watcharr): Update image ghcr.io/sbondco/watcharr v2.1.1 → v3.0.1 (#45980)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sbondco/watcharr](https://redirect.github.com/sbondCo/Watcharr)
| major | `e19f8be` → `bb0dfac` |

---

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

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

---

### Release Notes

<details>
<summary>sbondCo/Watcharr (ghcr.io/sbondco/watcharr)</summary>

###
[`v3.0.1`](https://redirect.github.com/sbondCo/Watcharr/releases/tag/v3.0.1)

[Compare
Source](https://redirect.github.com/sbondCo/Watcharr/compare/v3.0.0...v3.0.1)

Hi All, delivered straight to your inbox today; you have bug fixes, some
even improving general quality of life!!

**How a poster will now look after deleting it (until you refresh the
view)**

<img width="858" height="267" alt="example of blurred poster"
src="https://github.com/user-attachments/assets/8a453761-7a0a-4d76-9bcb-3e50fc825c42"
/>

#### Fixed
* Fix syncing/import, restoreWatched renamed and now works like it used
to so we can return different exists errors by
@&#8203;IR[https://github.com/sbondCo/Watcharr/pull/1029](https://redirect.github.com/sbondCo/Watcharr/pull/1029)l/1029
* Support importing games (from watcharr export, or txt list) by
@&#8203;IR[https://github.com/sbondCo/Watcharr/pull/1030](https://redirect.github.com/sbondCo/Watcharr/pull/1030)l/1030
* If person doesn't have birthday, don't attempt processing (fixing
showing age as 2025 years) by
@&#8203;IR[https://github.com/sbondCo/Watcharr/pull/1031](https://redirect.github.com/sbondCo/Watcharr/pull/1031)l/1031
* Fix 'sparkes' (automated) icon on Activity and fix it not showing on
mobile by
@&#8203;IR[https://github.com/sbondCo/Watcharr/pull/1031](https://redirect.github.com/sbondCo/Watcharr/pull/1031)l/1031
* Add confirmation modal when deleting from your list to avoid
accidental data loss by
@&#8203;IR[https://github.com/sbondCo/Watcharr/pull/1032](https://redirect.github.com/sbondCo/Watcharr/pull/1032)l/1032
* Blur poster when deleting watched entry from list through it by
@&#8203;IR[https://github.com/sbondCo/Watcharr/pull/1033](https://redirect.github.com/sbondCo/Watcharr/pull/1033)l/1033

#### Docs
* Correct license reference on homepage by
@&#8203;IR[https://github.com/sbondCo/Watcharr/pull/1031](https://redirect.github.com/sbondCo/Watcharr/pull/1031)l/1031

#### 🆘 Getting Help

If you need help, encounter an issue or find a bug please [create an
issue](https://redirect.github.com/sbondCo/Watcharr/issues/new/choose)
or [join our space on Matrix](https://matrix.to/#/#watcharr:matrix.org)
for support. Always happy to help!

**Package**:
<https://github.com/sbondCo/Watcharr/pkgs/container/watcharr/725348034?tag=v3.0.1>
or on [docker
hub](https://hub.docker.com/layers/sbondco/watcharr/v3.0.1/images/sha256-ccc87af68982c1bc66f848e2925c45c4f8f1f70f53412564bd80d6b8521a6789).
**Full Changelog**:
<https://github.com/sbondCo/Watcharr/compare/v3.0.0...v3.0.1>

###
[`v3.0.0`](https://redirect.github.com/sbondCo/Watcharr/releases/tag/v3.0.0)

[Compare
Source](https://redirect.github.com/sbondCo/Watcharr/compare/v2.1.1...v3.0.0)

> \[!NOTE]\
> The next release is finally here! Don't worry about the major version
bump though, there's nothing for you to do, other than update your
server as usual.
>
> If you are using custom scripts, you may find that they need updating
as a few endpoints have been removed and some now return a new data
structure.
>
> As always, it is highly recommended that you perform a backup before
updating (<https://watcharr.app/docs/server_config/backup>)!

<img width="902" height="726" alt="image"
src="https://github.com/user-attachments/assets/b51728c5-a1a9-4b67-942c-6399b360070f"
/>

#### Deprecations

If you have any questions about the deprecations, I'm reachable on
Matrix (or you can open an issue/discussion; more info at the bottom of
these release notes).

- `Include Previously Watched` setting no longer works for your main
list and is due to be removed. The 'Last Finished' sort now acts as if
this setting is set to 'true' (previously it defaulted to 'false').
- The `AddWatched` api is now also used for Games (The separate
`AddPlayed` api was removed).
- The `AddWatched` api now accepts a `tmdbId` for movies/tv OR an
`igdbId` for games.
- It still supports the old `contentId` field to ensure any custom
scripts out there still work, but in one of the future releases, this
will be removed. You will see a warning in your logs if you are still
using this property.
- All search endpoints have been replaced with a new central search
endpoint that encompasses all behavior from the last endpoints.

#### New

- Redesigned the top half of content pages.
- Redesigned people pages.
- Added expandable biography (we are no longer limited to the first
paragraph).
  - Added `age`.
- Your watched list is now delivered with pagination and infinite
loading.
  - Gets you to your data quicker.
  - Reduces bandwidth usage.
  - Sorting and filtering is now done server-side (saving your device).
- Created a new centralized Search service.
  - Search by (external) id now occurs on server.
- Search: Support searching your own watched list for results before
needing to go out to external db.
- import: You can now provide your own api key when doing a Trakt import
(incase our included api key ever stops working).
- Games: Added providers (currently just: `Steam`, `GOG` & `itch.io`)
- Discover: Overhauled the entire experience.
  - Added games and people types.
  - Added sorting options.
- Now with pagination so you can keep browsing past the top results for
each media type and sort.
- Nav: The main search bar is now truly centered on the page and no
longer jumps around when navigating through different pages.
- Added version log to server (with nice art if you are looking at cli
output).

#### Changed

- Games now use the normal `Poster` component (`GamePoster` has been
deleted).
- Game results now loads max 40 records at once (previously was 10).
- Restyled the Error component that is shown when data fails to load for
pages.

#### Fixed

- Removed spammed duplicate styling being added to built styles
(reducing wasted bandwidth on duplicate styling).
- Trakt importing.
- Replaced some `log.Fatal`s with real error responses.
- Improve twitch config by not writing empty time.

#### Documentation

- Importing/Trakt: New section for optional api key field.
- Update screenshots to match new UI and add a person page screenshot.

#### Maintenence

- Watcharr is now licensed under GPLv3!
- Server code has been completely redesigned/restructured.
- Created Makefiles for server/client.
  - For usual dev commands.
  - Added a nice `version` job for updating app version.
- Created a [FEATURES.md](/FEATURES.md).
- Upgrade to go 1.25.
- Dockerfile: Fix COPY requiring trailing slash on dest dir.
- Upgrade all doc site dependencies.

#### A Note

I hope you all enjoy this release. Please feel free to provide any
feedback and report any bugs you find!

#### 🆘 Getting Help

If you need help, encounter an issue or find a bug please [create an
issue](https://redirect.github.com/sbondCo/Watcharr/issues/new/choose)
or [join our space on Matrix](https://matrix.to/#/#watcharr:matrix.org)
for support. Always happy to help!

**Package**:
<https://github.com/sbondCo/Watcharr/pkgs/container/watcharr/716738135?tag=v3.0.0>
or on [docker
hub](https://hub.docker.com/layers/sbondco/watcharr/v3.0.0/images/sha256-1caeaec2dd8262864684e5b5156d230fc159102fccdcd150c46277b906a35f46).
**Full Changelog**:
<https://github.com/sbondCo/Watcharr/compare/v2.1.1...v3.0.0>

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2F0Y2hhcnIiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
2026-03-12 15:01:14 +01:00
TrueCharts Bot b21d4a0a54 BREAKING CHANGE(digikam): Update image ghcr.io/linuxserver/digikam 8.8.0 → 9.0.0 (#45976)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/digikam](https://redirect.github.com/linuxserver/docker-digikam/packages)
([source](https://redirect.github.com/linuxserver/docker-digikam)) |
major | `0407fbb` → `f047de0` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZGlnaWthbSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2026-03-12 15:00:55 +01:00
TrueCharts Bot 63479001bf chore(orcaslicer): update image ghcr.io/linuxserver/orcaslicer digest to 3448b73 (#45969)
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 | `4d82470` → `3448b73` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb3JjYXNsaWNlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-12 13:46:39 +00:00
TrueCharts Bot f2ff712c7b chore(filezilla): update image ghcr.io/linuxserver/filezilla digest to 37357f8 (#45968)
This PR contains the following updates:

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

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlsZXppbGxhIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-12 13:45:59 +00:00
TrueCharts Bot bfe0c1549d chore(wordpress): update image docker.io/bitnamisecure/wordpress digest to cbb7d6b (#45972) 2026-03-12 14:45:51 +01:00
TrueCharts Bot 7b693990d1 chore(boinc): update image ghcr.io/linuxserver/boinc digest to b1f30da (#45965)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/boinc | digest | `1169e4e` → `b1f30da` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYm9pbmMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-03-12 13:45:46 +00:00
TrueCharts Bot c7ee8a0a35 chore(synclounge): update image ghcr.io/linuxserver/synclounge digest to 805322b (#45970)
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 | `583754f` → `805322b` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3luY2xvdW5nZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-12 13:45:26 +00:00
TrueCharts Bot ed233e735b feat(automatic-ripping-machine): update image docker.io/automaticrippingmachine/automatic-ripping-machine 2.22.2 → 2.23.1 (#45975)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine)
| minor | `b001d82` → `6ebc3c0` |

---

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

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

---

### Release Notes

<details>
<summary>automatic-ripping-machine/automatic-ripping-machine
(docker.io/automaticrippingmachine/automatic-ripping-machine)</summary>

###
[`v2.23.1`](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.23.1)

[Compare
Source](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.22.3...2.23.1)

#### What's Changed

- \[BUGFIX] Prevent fatal error due to uparsed lines when makemkvcon
rips successfully
([#&#8203;1688](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/issues/1688))
by [@&#8203;joelishness](https://redirect.github.com/joelishness) in
[#&#8203;1699](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1699)
- \[FEATURE] feat(ripper): sort main feature by chapters, filesize,
then… by [@&#8203;kp1349](https://redirect.github.com/kp1349) in
[#&#8203;1698](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1698)

#### New Contributors

- [@&#8203;kp1349](https://redirect.github.com/kp1349) made their first
contribution in
[#&#8203;1698](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1698)

**Full Changelog**:
<https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.22.3...2.23.1>

###
[`v2.22.3`](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.22.3)

[Compare
Source](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.22.2...2.22.3)

#### What's Changed

- \[BUGFIX] Update Apprise docs, correcting gotify instructions to match
apprise syntax by
[@&#8203;jacobxtyler](https://redirect.github.com/jacobxtyler) in
[#&#8203;1725](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1725)
- \[Bugfix] Add wiki documentation for Podman support by
[@&#8203;Stealcase](https://redirect.github.com/Stealcase) in
[#&#8203;1695](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1695)
- \[BUGFIX] Gracefully handle read-only config files by
[@&#8203;xieve](https://redirect.github.com/xieve) in
[#&#8203;1694](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1694)

#### New Contributors

- [@&#8203;jacobxtyler](https://redirect.github.com/jacobxtyler) made
their first contribution in
[#&#8203;1725](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1725)
- [@&#8203;Stealcase](https://redirect.github.com/Stealcase) made their
first contribution in
[#&#8203;1695](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1695)

**Full Changelog**:
<https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.22.2...2.22.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYXV0b21hdGljLXJpcHBpbmctbWFjaGluZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-03-12 14:43:46 +01:00
TrueCharts Bot 85af7858a1 chore(webtop): update webtop (#45971)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `7ed266a` → `7bd32ea` |
| lscr.io/linuxserver/webtop | digest | `63ca046` → `323bf86` |
| lscr.io/linuxserver/webtop | digest | `718bbd8` → `0920db1` |
| lscr.io/linuxserver/webtop | digest | `723e09b` → `8cbdc75` |
| lscr.io/linuxserver/webtop | digest | `b72b89e` → `587f628` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VidG9wIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-12 13:37:28 +00:00
TrueCharts-Admin a4ebbdc5cc fix(github-action): update nolar/setup-k3d-k3s action v1.0.9 → v1.0.10 2026-03-12 13:16:44 +00:00
Varac 915994047f fix(common): Use gateway.networking.k8s.io/v1 for httpRoute (#45964)
**Description**

Deploying a httpRoute with the current common chart results in an error:

no matches for kind "HTTPRoute" in version
"gateway.networking.k8s.io/v1alpha2"

This PR changes the version used for httpRoutes to
`gateway.networking.k8s.io/v1`

**⚙️ 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?**

I'm using httpRoutes with `gateway.networking.k8s.io/v1` already on my
cluster.

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

* HTTPRoute v1 is GA since [gateway-api
v1.0.0](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0)
(released 2023-10-31).
* `v1alpha2` is removed already in [gateway-api
v0.8.0](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.8.0)
(released 2023-08).
* Tested on a k3s cluster `v1.35.0+k3s1`

**✔️ 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):`

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2026-03-12 11:50:12 +01:00
TrueCharts Bot b0cb7bd6b1 feat(strapi): update image docker.io/vshadbolt/strapi 5.38.0 → 5.39.0 (#45963) 2026-03-12 08:18:46 +01:00
TrueCharts Bot ce9d6e2e80 chore(kdenlive): update image lscr.io/linuxserver/kdenlive digest to 5627f43 (#45962) 2026-03-12 08:18:10 +01:00
TrueCharts Bot 35a5d69165 chore(grafana-image-renderer): update image docker.io/grafana/grafana-image-renderer digest to 27f5781 (#45961) 2026-03-12 08:16:11 +01:00
TrueCharts Bot 8ab0993797 chore(mstream): update image ghcr.io/linuxserver/mstream digest to 7d64e59 (#45957)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://redirect.github.com/linuxserver/docker-mstream/packages)
([source](https://redirect.github.com/linuxserver/docker-mstream)) |
digest | `e8d27ec` → `7d64e59` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbXN0cmVhbSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-12 02:13:19 +01:00
TrueCharts Bot 5e651d3af3 chore(pwndrop): update image ghcr.io/linuxserver/pwndrop digest to a5db0f2 (#45958)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/pwndrop](https://redirect.github.com/linuxserver/docker-pwndrop/packages)
([source](https://redirect.github.com/linuxserver/docker-pwndrop)) |
digest | `deb2d4c` → `a5db0f2` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcHduZHJvcCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-12 02:13:17 +01:00
TrueCharts Bot bcdf30a549 chore(ddclient): update image ghcr.io/linuxserver/ddclient digest to 1101933 (#45956) 2026-03-12 02:12:43 +01:00
TrueCharts Bot 7a1b2c216a fix(kubernetes-reflector): update image ghcr.io/emberstack/kubernetes-reflector 10.0.17 → 10.0.18 (#45960)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/emberstack/kubernetes-reflector](https://redirect.github.com/emberstack/kubernetes-reflector)
| patch | `5a432dd` → `3419e89` |

---

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

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

---

### Release Notes

<details>
<summary>emberstack/kubernetes-reflector
(ghcr.io/emberstack/kubernetes-reflector)</summary>

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

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

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;610](https://redirect.github.com/emberstack/kubernetes-reflector/pull/610)

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

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAva3ViZXJuZXRlcy1yZWZsZWN0b3IiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-03-12 02:12:26 +01:00
TrueCharts Bot 9eaeac7c55 chore(webtop): update webtop (#45959)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `8c7fa20` → `f7f71b4` |
| lscr.io/linuxserver/webtop | digest | `56b8165` → `c9371ac` |
| lscr.io/linuxserver/webtop | digest | `f6888cb` → `34ba762` |
| lscr.io/linuxserver/webtop | digest | `c476cdc` → `8f61e56` |
| lscr.io/linuxserver/webtop | digest | `3276c6e` → `4ba5a2e` |
| lscr.io/linuxserver/webtop | digest | `63dfa90` → `0e301d3` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VidG9wIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-12 02:11:43 +01:00
TrueCharts Bot c095b46fb6 fix(speedtest-tracker): update image ghcr.io/linuxserver/speedtest-tracker 1.13.10 → 1.13.11 (#45953)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/speedtest-tracker](https://redirect.github.com/linuxserver/docker-speedtest-tracker/packages)
([source](https://redirect.github.com/linuxserver/docker-speedtest-tracker))
| patch | `4023b3e` → `46035d6` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3BlZWR0ZXN0LXRyYWNrZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-03-11 20:08:51 +01:00
TrueCharts Bot b5d6b3d05d feat(booklore): update image ghcr.io/booklore-app/booklore v2.1.0 → v2.2.0 (#45954) 2026-03-11 20:08:45 +01:00
TrueCharts Bot c7c6253fa5 feat(openobserve): update image public.ecr.aws/zinclabs/openobserve v0.60.4 → v0.70.0 (#45955) 2026-03-11 20:08:40 +01:00
TrueCharts Bot ded93cbcb7 fix(monero-node): update image ghcr.io/sethforprivacy/simple-monerod v0.18.4.5 → v0.18.4.6 (#45951)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sethforprivacy/simple-monerod](https://redirect.github.com/sethforprivacy/simple-monerod-docker)
| patch | `b28d208` → `ed9299d` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbW9uZXJvLW5vZGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-03-11 20:08:37 +01:00
TrueCharts Bot fe84aae12b chore(calibre): update image ghcr.io/linuxserver/calibre digest to b7105b8 (#45946)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/calibre](https://redirect.github.com/linuxserver/docker-calibre/packages)
([source](https://redirect.github.com/linuxserver/docker-calibre)) |
digest | `ec82029` → `b7105b8` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2FsaWJyZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-11 20:08:17 +01:00
TrueCharts Bot 24b70659da fix(ddns-go): update image docker.io/jeessy/ddns-go v6.16.1 → v6.16.2 (#45950)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/jeessy/ddns-go | patch | `4f8f6c9` → `acbb11a` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZGRucy1nbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-03-11 20:08:03 +01:00
TrueCharts Bot 46ca0f3009 chore(transmission): update image docker.io/linuxserver/transmission digest to 25e04da (#45949)
This PR contains the following updates:

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

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdHJhbnNtaXNzaW9uIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-11 20:07:18 +01:00
TrueCharts Bot 7c385e38eb fix(rstudio): update image ghcr.io/rocker-org/rstudio 4.5.2 → 4.5.3 (#45952)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/rocker-org/rstudio](https://redirect.github.com/rocker-org/rocker-versioned2)
| patch | `0c2c118` → `98ebb74` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcnN0dWRpbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-03-11 20:07:01 +01:00
TrueCharts Bot 07449a624e chore(generic-device-plugin): update image ghcr.io/squat/generic-device-plugin digest to 5acdaa4 (#45947) 2026-03-11 20:06:35 +01:00
TrueCharts Bot 189800ba72 chore(matomo): update image public.ecr.aws/bitnami/matomo digest to d1401c0 (#45948) 2026-03-11 20:06:00 +01:00
TrueCharts Bot e1226689ed feat(twofauth): update image docker.io/2fauth/2fauth 6.0.0 → 6.1.0 (#45945)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/2fauth/2fauth](https://redirect.github.com/Bubka/2FAuth) |
minor | `42f19c5` → `4ace34b` |

---

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

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

---

### Release Notes

<details>
<summary>Bubka/2FAuth (docker.io/2fauth/2fauth)</summary>

###
[`v6.1.0`](https://redirect.github.com/Bubka/2FAuth/blob/HEAD/changelog.md#610---2026-03-09)

[Compare
Source](https://redirect.github.com/Bubka/2FAuth/compare/v6.0.0...v6.1.0)

##### Added

- [PR #&#8203;526](https://redirect.github.com/Bubka/2FAuth/pull/526)
Chinese Traditional translation, thanks to
[@&#8203;olivertzeng](https://redirect.github.com/olivertzeng)
- [PR #&#8203;527](https://redirect.github.com/Bubka/2FAuth/pull/527)
Allow pasting on upload page to add QR codes easily, thanks to
[@&#8203;moritzuehlingo](https://redirect.github.com/moritzuehling)

##### New env vars

- `BLOCK_OPTAUTH_IMAGELINK_FETCHING`: Enable or disable fetching of
resources linked in the `imagelink` parameter of OTPauth URIs encoded in
QR codes
([doc](https://docs.2fauth.app/getting-started/config/env-vars/#block_optauth_imagelink_fetching)).
- `THROTTLE_API_DURING_IMPORT`: Specific rate limite for API calls made
by the Import feature to prevent `429` error during large import
([doc](https://docs.2fauth.app/getting-started/config/env-vars/#throttle_api_during_import),
[#&#8203;522](https://redirect.github.com/Bubka/2FAuth/issues/522)).

##### Security fix

- Mitigate blind SSRF by adding URL validation before imagelink
resources are fetched (thx
[@&#8203;DenizParlak](https://redirect.github.com/DenizParlak)). This
comes with the new `BLOCK_OPTAUTH_IMAGELINK_FETCHING` env var, which is
set to `true` by default.
- Installation fails due to CVE-2025-45769 in transitive dependency
firebase/php-jwt < 7.0.0 (via laravel/passport) (thx
[@&#8203;MickLesk](https://redirect.github.com/MickLesk))

##### Fixed

- [issue
#&#8203;509](https://redirect.github.com/Bubka/2FAuth/issues/509)
manifest.json cannot be accessed through a reverse proxy
- [issue
#&#8203;516](https://redirect.github.com/Bubka/2FAuth/issues/516) Local
iconsPack is greyout - cant be selected for item
- [issue
#&#8203;517](https://redirect.github.com/Bubka/2FAuth/issues/517) Typo:
"recommanded" instead of "recommended"
- [issue
#&#8203;519](https://redirect.github.com/Bubka/2FAuth/issues/519) Docker
Container keeps crashing on boot
- [issue
#&#8203;522](https://redirect.github.com/Bubka/2FAuth/issues/522) Test
email missed text
- Bad groupSwitch button label on group change

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdHdvZmF1dGgiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-03-11 14:05:41 +01:00
TrueCharts Bot f7b65d05fa fix(n8n): update image ghcr.io/n8n-io/n8n 2.12.0 → 2.12.1 (#45944) 2026-03-11 14:02:14 +01:00
TrueCharts Bot e188155757 chore(ubooquity): update image ghcr.io/linuxserver/ubooquity digest to 9cbce92 (#45941)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/ubooquity](https://redirect.github.com/linuxserver/docker-ubooquity/packages)
([source](https://redirect.github.com/linuxserver/docker-ubooquity)) |
digest | `aaa750e` → `9cbce92` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdWJvb3F1aXR5IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-11 14:01:14 +01:00
TrueCharts Bot b53b432a3a fix(mend-renovate): update image ghcr.io/mend/renovate-ce 14.1.0 → 14.1.1 (#45943) 2026-03-11 14:00:29 +01:00
TrueCharts Bot 0acd7e4ed4 fix(ddns-go): update image docker.io/jeessy/ddns-go v6.16.0 → v6.16.1 (#45942)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/jeessy/ddns-go | patch | `b7c3cb1` → `4f8f6c9` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZGRucy1nbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-03-11 14:00:21 +01:00
TrueCharts Bot 1eff2bd660 chore(nextcloud): update image docker.io/clamav/clamav digest to d772ad4 (#45938)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/clamav/clamav](https://redirect.github.com/Cisco-Talos/clamav.git)
([source](https://redirect.github.com/Cisco-Talos/clamav)) | digest |
`f834714` → `d772ad4` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbmV4dGNsb3VkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-11 08:00:28 +01:00
TrueCharts Bot 1dd6c37ca6 chore(smokeping): update image ghcr.io/linuxserver/smokeping digest to 3a61afc (#45939)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/smokeping](https://redirect.github.com/linuxserver/docker-smokeping/packages)
([source](https://redirect.github.com/linuxserver/docker-smokeping)) |
digest | `77edcfd` → `3a61afc` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc21va2VwaW5nIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-03-11 07:57:42 +01:00
TrueCharts Bot 7f2f4a8cfb fix(backrest): update image docker.io/garethgeorge/backrest v1.12.0 → v1.12.1 (#45940) 2026-03-11 07:56:47 +01:00
TrueCharts Bot 323d033d42 feat(ghostfolio): update image docker.io/ghostfolio/ghostfolio 2.248.0 → 2.249.0 (#45936)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `a805ec9` → `6791743` |

---

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

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

---

### Release Notes

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

###
[`v2.249.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22490---2026-03-10)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.248.0...2.249.0)

##### Added

- Integrated *Bull Dashboard* for a detailed jobs queue view in the
admin control panel (experimental)
- Added a debounce to the `PortfolioChangedListener` and
`AssetProfileChangedListener` to minimize redundant *Redis* and database
operations

##### Changed

- Improved the *Storybook* stories of the value component
- Improved the language localization for Dutch (`nl`)
- Improved the language localization for German (`de`)
- Upgraded `class-validator` from version `0.14.3` to `0.15.1`

##### Fixed

- Fixed false *Redis* health check failures by using unique keys and
increasing the timeout to 5s

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2hvc3Rmb2xpbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-03-11 01:57:00 +01:00
TrueCharts Bot 3efc7044c6 feat(signal-cli-rest-api): update image docker.io/bbernhard/signal-cli-rest-api 0.97 → 0.98 (#45937)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bbernhard/signal-cli-rest-api | minor | `5fcb8e8` →
`c51c117` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2lnbmFsLWNsaS1yZXN0LWFwaSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-03-11 01:53:49 +01:00
TrueCharts Bot 85d722763e fix(kubernetes-reflector): update image ghcr.io/emberstack/kubernetes-reflector 10.0.16 → 10.0.17 (#45935)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/emberstack/kubernetes-reflector](https://redirect.github.com/emberstack/kubernetes-reflector)
| patch | `a2035d7` → `5a432dd` |

---

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

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

---

### Release Notes

<details>
<summary>emberstack/kubernetes-reflector
(ghcr.io/emberstack/kubernetes-reflector)</summary>

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

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

The release process is automated.

#### What's Changed

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAva3ViZXJuZXRlcy1yZWZsZWN0b3IiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-03-11 01:53:30 +01:00
TrueCharts Bot cb27d1f025 chore(dashy): update image ghcr.io/lissy93/dashy digest to e44a415 (#45929)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/lissy93/dashy | digest | `230cde6` → `e44a415` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZGFzaHkiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-03-10 19:49:39 +01:00
TrueCharts Bot b88787f957 feat(maintainerr): update image docker.io/jorenn92/maintainerr 3.0.1 → 3.1.0 (#45933)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jorenn92/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr)
| minor | `91ea358` → `6c994bb` |

---

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

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

---

### Release Notes

<details>
<summary>Maintainerr/Maintainerr
(docker.io/jorenn92/maintainerr)</summary>

###
[`v3.1.0`](https://redirect.github.com/Maintainerr/Maintainerr/blob/HEAD/CHANGELOG.md#310-2026-03-10)

[Compare
Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v3.0.1...v3.1.0)

##### Bug Fixes

- prevent rule-removed items from being re-added as manual additions
([#&#8203;2440](https://redirect.github.com/maintainerr/Maintainerr/issues/2440))
([0582a72](https://redirect.github.com/maintainerr/Maintainerr/commit/0582a7282dab29e49e7170bf6a0befe12cf6d8aa))
- **server:** honor Jellyfin played threshold
([#&#8203;2466](https://redirect.github.com/maintainerr/Maintainerr/issues/2466))
([5f24c7d](https://redirect.github.com/maintainerr/Maintainerr/commit/5f24c7d6c9820038ed5abee5e3cfc8952c150599))

##### Features

- missing\_episode rules
([#&#8203;2386](https://redirect.github.com/maintainerr/Maintainerr/issues/2386))
([e4dae87](https://redirect.github.com/maintainerr/Maintainerr/commit/e4dae8757419c70aa55debc20f08bdd250ffc01b))
- **rules:** add rule Jellyfin favorited by including parents
([#&#8203;2438](https://redirect.github.com/maintainerr/Maintainerr/issues/2438))
([f9b66a4](https://redirect.github.com/maintainerr/Maintainerr/commit/f9b66a4a32852086a3ae454ee3076647ac7337fe))

####
[3.0.1](https://redirect.github.com/maintainerr/Maintainerr/compare/v3.0.0...v3.0.1)
(2026-02-28)

##### Bug Fixes

- emit collection notification events only after successful operations
([#&#8203;2429](https://redirect.github.com/maintainerr/Maintainerr/issues/2429))
([d0a11e9](https://redirect.github.com/maintainerr/Maintainerr/commit/d0a11e90bdea562b4677c152516a31f8b934925d))
- **server:** resolve Seerr addUser returning NULL
([#&#8203;2436](https://redirect.github.com/maintainerr/Maintainerr/issues/2436))
([c4eb986](https://redirect.github.com/maintainerr/Maintainerr/commit/c4eb98606029ac56d2cba7c079ca589a03d213a6)),
closes
[#&#8203;2434](https://redirect.github.com/maintainerr/Maintainerr/issues/2434)

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWFpbnRhaW5lcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-03-10 19:49:25 +01:00
TrueCharts Bot 93ede127c9 fix(adguard-home): update image docker.io/adguard/adguardhome v0.107.72 → v0.107.73 (#45931)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html)
([source](https://redirect.github.com/AdguardTeam/AdGuardHome)) | patch
| `4956b35` → `7fbf01d` |

---

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

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

---

### Release Notes

<details>
<summary>AdguardTeam/AdGuardHome
(docker.io/adguard/adguardhome)</summary>

###
[`v0.107.73`](https://redirect.github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010773---2026-03-02-APPROX)

[Compare
Source](https://redirect.github.com/AdguardTeam/AdGuardHome/compare/v0.107.72...v0.107.73)

See also the [v0.107.73 GitHub milestone][ms-v0.107.73].

[ms-v0.107.73]:
https://redirect.github.com/AdguardTeam/AdGuardHome/milestone/108?closed=1

NOTE: Add new changes BELOW THIS COMMENT.
\-->

##### Security

- Authentication is now applied to requests that have been upgraded from
HTTP/2 Cleartext (H2C) requests to public resources.

**NOTE:** We thank
[@&#8203;mandreko](https://redirect.github.com/mandreko) for reporting
this security issue.

##### Fixed

- Incorrect client IP logging in failed authentication attempts when
using a proxy ([#&#8203;8198]).

- Incorrect logger behavior in case `-v` flag is added.

[#&#8203;8198]:
https://redirect.github.com/AdguardTeam/AdGuardHome/issues/8198

<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYWRndWFyZC1ob21lIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-03-10 19:49:12 +01:00
TrueCharts Bot 3f948e6360 chore(farmos): update image docker.io/farmos/farmos digest to 83a8ddb (#45930) 2026-03-10 19:48:59 +01:00
TrueCharts Bot b09ff0b120 fix(gokapi): update image docker.io/f0rc3/gokapi v2.2.3 → v2.2.4 (#45932) 2026-03-10 19:48:53 +01:00
TrueCharts Bot 3ceba6930a feat(mend-renovate): update image ghcr.io/mend/renovate-ce 14.0.0 → 14.1.0 (#45934)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/mend/renovate-ce](https://redirect.github.com/mend/renovate-ce-ee)
| minor | `8ce6d84` → `e80f90d` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWVuZC1yZW5vdmF0ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-03-10 19:48:49 +01:00
TrueCharts Bot 4017375ed7 chore(filestash): update image docker.io/machines/filestash digest to e8c2b81 (#45925) 2026-03-10 13:49:44 +01:00
TrueCharts Bot affd1b17e1 chore(searxng): update image docker.io/searxng/searxng digest to 943c899 (#45926)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `3e11c84` → `943c899` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2VhcnhuZyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-10 13:49:35 +01:00
TrueCharts Bot 6f23a8b935 chore(duckdns): update image ghcr.io/linuxserver/duckdns digest to afe50a2 (#45924)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/duckdns | digest | `f8c4850` → `afe50a2` |

---

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

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZHVja2RucyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-03-10 13:49:16 +01:00
TrueCharts Bot 507f7297dd fix(metabase): update image docker.io/metabase/metabase v0.59.1 → v0.59.2 (#45928) 2026-03-10 13:49:15 +01:00