Commit Graph

57563 Commits

Author SHA1 Message Date
TrueCharts Bot 1fda2be3c4 fix(dispatcharr): update image docker.io/dispatcharr/dispatcharr 0.27.1 → 0.27.2 (#49705)
This PR contains the following updates:

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

---

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

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

---

### Release Notes

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

###
[`v0.27.2`](https://redirect.github.com/Dispatcharr/Dispatcharr/blob/HEAD/CHANGELOG.md#0272---2026-06-30)

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

##### Added

- **New proxy setting: Client Connect Grace Period
(`channel_client_wait_period`, default 5s).** Adds a dedicated timeout
for channels that have filled their buffer but still have no viewers
(`waiting_for_clients`). Previously that window reused
`channel_shutdown_delay` (default 0s), so those channels were torn down
almost immediately.

##### Changed

- **Proxy grace-period settings are now split into three distinct
timeouts.** The cleanup watchdog already applied
`channel_init_grace_period` while a channel was still connecting (buffer
not ready) and reused `channel_shutdown_delay` once
`connection_ready_time` was set, including for `waiting_for_clients`
with zero viewers. With the default `channel_shutdown_delay` of 0s, a
buffered channel waiting for its first viewer was stopped almost
immediately; raising shutdown delay was the only workaround, but that
also delayed teardown after real disconnects. Behaviour is now:
- **`channel_init_grace_period` (default 60s, max 300s):** how long the
proxy may spend connecting and cycling failover streams before giving up
on startup.
- **`channel_client_wait_period` (default 5s):** how long a ready
channel with no viewers stays up waiting for the first client (the
original grace-period use case).
- **`channel_shutdown_delay` (default 0s):** delay after the last client
disconnects only; no longer applies when the buffer is ready but no
viewer has connected yet.
- **Migration 0026 bumps `channel_init_grace_period` to 60s when the
stored value is below 60.** Existing installs on the old 5s default (or
any custom value under 60) are raised automatically. Values already at
60s or higher are unchanged. If you previously raised
`channel_shutdown_delay` to keep buffered channels alive with no
viewers, set `channel_client_wait_period` instead (Settings → Proxy →
Advanced).
- **Proxy settings UI: less-used options moved under Advanced.**
Settings → Proxy now shows the day-to-day tuning fields by default
(`buffering_timeout`, `buffering_speed`, `channel_shutdown_delay`,
`new_client_behind_seconds`). **Buffer Chunk TTL**, **Channel
Initialization Timeout**, and **Client Connect Grace Period** are tucked
under **Show Advanced Settings**.

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9kaXNwYXRjaGFyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-06-30 21:15:26 +02:00
TrueCharts Bot 76eb96b334 chore(filestash): update image docker.io/machines/filestash digest to 820c082 (#49703)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `ce82b8a` → `820c082` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9maWxlc3Rhc2giLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-06-30 21:13:46 +02:00
TrueCharts Bot b9d8a99d1c fix(local-ai): update image docker.io/localai/localai v4.5.5 → v4.5.6 (#49707)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| patch | `b6b347b` → `6fb3668` |

---

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

###
[`v4.5.6`](https://redirect.github.com/mudler/LocalAI/releases/tag/v4.5.6)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v4.5.5...v4.5.6)

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

#### What's Changed

##### 👒 Dependencies

- chore(deps): bump actions/cache from 4 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;10593](https://redirect.github.com/mudler/LocalAI/pull/10593)

##### Other Changes

- docs: :arrow\_up: update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10560](https://redirect.github.com/mudler/LocalAI/pull/10560)
- fix(distributed): missing agent NATS permission by
[@&#8203;ALameLlama](https://redirect.github.com/ALameLlama) in
[#&#8203;10549](https://redirect.github.com/mudler/LocalAI/pull/10549)
- feat(distributed): SyncedMap component + migrate
finetune/quant/agent-tasks to cross-replica state by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10542](https://redirect.github.com/mudler/LocalAI/pull/10542)
- chore(fish-speech): drop the darwin/metal build target by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10561](https://redirect.github.com/mudler/LocalAI/pull/10561)
- fix(config): fall back to DefaultContextSize for unparseable GGUFs;
pin NVFP4 gallery context\_size by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10563](https://redirect.github.com/mudler/LocalAI/pull/10563)
- ci(vibevoice): skip the ASR transcription e2e on release tag builds by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10567](https://redirect.github.com/mudler/LocalAI/pull/10567)
- fix(gallery): match mmproj/model quant as a whole token so F16 no
longer selects BF16
([#&#8203;10559](https://redirect.github.com/mudler/LocalAI/issues/10559))
by [@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10564](https://redirect.github.com/mudler/LocalAI/pull/10564)
- fix(distributed): return empty backend list for agent nodes instead of
failing backend.list
([#&#8203;10545](https://redirect.github.com/mudler/LocalAI/issues/10545))
by [@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10565](https://redirect.github.com/mudler/LocalAI/pull/10565)
- feat(distributed): add LOCALAI\_DISTRIBUTED\_SHARED\_MODELS to skip
staging on shared volumes
([#&#8203;10556](https://redirect.github.com/mudler/LocalAI/issues/10556))
by [@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10566](https://redirect.github.com/mudler/LocalAI/pull/10566)
- chore: :arrow\_up: Update leejet/stable-diffusion.cpp to
`9956436c925a367daeab097598b1ea1f32d3503f` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10533](https://redirect.github.com/mudler/LocalAI/pull/10533)
- fix(openresponses): bound resume-stream buffer and enforce response
ownership by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10569](https://redirect.github.com/mudler/LocalAI/pull/10569)
- chore: :arrow\_up: Update ggml-org/whisper.cpp to
`0ae02cdb2c7317b50991367c165736ce42ed96ac` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10532](https://redirect.github.com/mudler/LocalAI/pull/10532)
- chore: :arrow\_up: Update CrispStrobe/CrispASR to
`6514c9da00b03a2f0f1b49a43fae4f3a01a41844` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10535](https://redirect.github.com/mudler/LocalAI/pull/10535)
- chore: :arrow\_up: Update ggml-org/llama.cpp to
`0ed235ea2c17a19fc8238668653946721ed136fd` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10536](https://redirect.github.com/mudler/LocalAI/pull/10536)
- fix(ik-llama): port multimodal path to mtmd API and bump to
[`f96eadd`](https://redirect.github.com/mudler/LocalAI/commit/f96eaddb)
([#&#8203;10534](https://redirect.github.com/mudler/LocalAI/issues/10534))
by [@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10568](https://redirect.github.com/mudler/LocalAI/pull/10568)
- feat(backends): add voice-detect + face-detect ggml backends (replace
Python insightface/speaker-recognition) by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10441](https://redirect.github.com/mudler/LocalAI/pull/10441)
- fix(kokoro): add explicit click dep so spacy CLI works on intel build
by [@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10572](https://redirect.github.com/mudler/LocalAI/pull/10572)
- fix(launcher): robust binary download/upgrade (resume, rate-limit, UX)
by [@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10575](https://redirect.github.com/mudler/LocalAI/pull/10575)
- fix(distributed): missing agent NATS permissions by
[@&#8203;ALameLlama](https://redirect.github.com/ALameLlama) in
[#&#8203;10571](https://redirect.github.com/mudler/LocalAI/pull/10571)
- fix(fish-speech): allow invalid\_reference\_casting so tokenizers
builds on darwin by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10573](https://redirect.github.com/mudler/LocalAI/pull/10573)
- fix(oci): retry layer downloads on transient network errors by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10579](https://redirect.github.com/mudler/LocalAI/pull/10579)
- chore(model-gallery): :arrow\_up: update checksum by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10585](https://redirect.github.com/mudler/LocalAI/pull/10585)
- chore: :arrow\_up: Update leejet/stable-diffusion.cpp to
`c1790754d31bec0731ed5fddc9d5b9ff22ee19cd` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10584](https://redirect.github.com/mudler/LocalAI/pull/10584)
- chore: :arrow\_up: Update CrispStrobe/CrispASR to
`6b50f76e59700665358a1aabf5295597fa318e06` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10583](https://redirect.github.com/mudler/LocalAI/pull/10583)
- chore: :arrow\_up: Update ggml-org/llama.cpp to
`dbdaece23de9ac63f2e7ca9e6bfcdc4fc156a3fa` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10582](https://redirect.github.com/mudler/LocalAI/pull/10582)
- chore: :arrow\_up: Update mudler/voice-detect.cpp to
`3d510772357538c5182808ac7de2278b84824e24` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10581](https://redirect.github.com/mudler/LocalAI/pull/10581)
- chore: :arrow\_up: Update mudler/face-detect.cpp to
`06914b077d52f90d5421299138e7be6bdd06b5e8` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10580](https://redirect.github.com/mudler/LocalAI/pull/10580)
- chore: :arrow\_up: Update vllm-metal (darwin) to
`v0.3.0.dev20260628073537` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10562](https://redirect.github.com/mudler/LocalAI/pull/10562)
- chore(recon): re-pin voice/face-detect to squashed release commits (+
graph-cache fix) by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10591](https://redirect.github.com/mudler/LocalAI/pull/10591)
- fix(sglang): parse tool\_call function arguments before applying the
chat template by
[@&#8203;pos-ei-don](https://redirect.github.com/pos-ei-don) in
[#&#8203;10558](https://redirect.github.com/mudler/LocalAI/pull/10558)
- feat(realtime): Semantic VAD EOU token by
[@&#8203;richiejp](https://redirect.github.com/richiejp) in
[#&#8203;10444](https://redirect.github.com/mudler/LocalAI/pull/10444)
- fix(openai): stop max\_tokens streaming retry loop on reasoning models
([#&#8203;9716](https://redirect.github.com/mudler/LocalAI/issues/9716))
by [@&#8203;Dennisadira](https://redirect.github.com/Dennisadira) in
[#&#8203;10448](https://redirect.github.com/mudler/LocalAI/pull/10448)
- fix(import): derive model name from selected GGUF for repo-root URIs
by [@&#8203;Dennisadira](https://redirect.github.com/Dennisadira) in
[#&#8203;10589](https://redirect.github.com/mudler/LocalAI/pull/10589)
- fix(functions): avoid quadratic-time debug logging in CleanupLLMResult
/ ParseFunctionCall by
[@&#8203;pos-ei-don](https://redirect.github.com/pos-ei-don) in
[#&#8203;10592](https://redirect.github.com/mudler/LocalAI/pull/10592)
- chore: :arrow\_up: Update leejet/stable-diffusion.cpp to
`3b6c9ca97cfcda8e68e719e6670d06379fcbe943` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10594](https://redirect.github.com/mudler/LocalAI/pull/10594)
- chore: :arrow\_up: Update ggml-org/llama.cpp to
`6f4f53f2b7da54fcdbbecaaa734337c337ad6176` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10595](https://redirect.github.com/mudler/LocalAI/pull/10595)
- chore: :arrow\_up: Update localai-org/privacy-filter.cpp to
`595f59630c69d361b5196f2aba2c71c873d0c13c` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10596](https://redirect.github.com/mudler/LocalAI/pull/10596)
- chore: :arrow\_up: Update CrispStrobe/CrispASR to
`3b93758f9725d400eca82976f895e4cec3f31260` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10597](https://redirect.github.com/mudler/LocalAI/pull/10597)
- chore: :arrow\_up: Update ikawrakow/ik\_llama.cpp to
`f74a6fb87b315b2c3154166e075360e15021a61d` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10598](https://redirect.github.com/mudler/LocalAI/pull/10598)
- fix(import): strip file:// scheme from model path for local imports by
[@&#8203;Dennisadira](https://redirect.github.com/Dennisadira) in
[#&#8203;10599](https://redirect.github.com/mudler/LocalAI/pull/10599)
- fix(tests): align openresponses test model name with GGUF-derived
naming
([#&#8203;10589](https://redirect.github.com/mudler/LocalAI/issues/10589))
by [@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10609](https://redirect.github.com/mudler/LocalAI/pull/10609)
- fix(macos): staple the notarization ticket to the .app, not just the
dmg by [@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10606](https://redirect.github.com/mudler/LocalAI/pull/10606)
- fix(watchdog): persist UI-saved Check Interval across restarts
([#&#8203;10601](https://redirect.github.com/mudler/LocalAI/issues/10601))
by [@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[#&#8203;10605](https://redirect.github.com/mudler/LocalAI/pull/10605)
- feat(config): default swa\_full:true for sliding-window-attention
models by [@&#8203;localai-bot](https://redirect.github.com/localai-bot)
in
[#&#8203;10611](https://redirect.github.com/mudler/LocalAI/pull/10611)

#### New Contributors

- [@&#8203;ALameLlama](https://redirect.github.com/ALameLlama) made
their first contribution in
[#&#8203;10549](https://redirect.github.com/mudler/LocalAI/pull/10549)

**Full Changelog**:
<https://github.com/mudler/LocalAI/compare/v4.5.5...v4.5.6>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9sb2NhbC1haSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-06-30 21:13:13 +02:00
TrueCharts Bot 7771a4141d feat(n8n): update image ghcr.io/n8n-io/n8n 2.28.3 → 2.29.0 (#49702) 2026-06-30 15:16:51 +02:00
TrueCharts Bot a492327f02 fix(homarr): update image ghcr.io/homarr-labs/homarr v1.68.0 → v1.68.1 (#49696) 2026-06-30 15:16:44 +02:00
TrueCharts Bot b39e7e5baa feat(blocky): update image ghcr.io/0xerr0r/blocky v0.32.1 → v0.33.0 (#49700)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/0xerr0r/blocky](https://redirect.github.com/0xERR0R/blocky) |
minor | `19d856a` → `96c4ee1` |

---

> [!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>0xERR0R/blocky (ghcr.io/0xerr0r/blocky)</summary>

###
[`v0.33.0`](https://redirect.github.com/0xERR0R/blocky/releases/tag/v0.33.0)

[Compare
Source](https://redirect.github.com/0xERR0R/blocky/compare/v0.32.1...v0.33.0)

#### Changelog

##### Features

-
[`552eda5`](https://redirect.github.com/0xERR0R/blocky/commit/552eda5d7e8fd2de93efea4514f338fe468f7c70):
feat(cli): add 'blocky stats' command
([#&#8203;2138](https://redirect.github.com/0xERR0R/blocky/issues/2138))
([@&#8203;0xERR0R](https://redirect.github.com/0xERR0R))
-
[`e9deb53`](https://redirect.github.com/0xERR0R/blocky/commit/e9deb53045412ddd02f065bc73e978bbecf5f653):
feat(queryLog): add dnstap as a query log destination
([#&#8203;2144](https://redirect.github.com/0xERR0R/blocky/issues/2144))
([@&#8203;rtmongold](https://redirect.github.com/rtmongold))

##### Bug fixes

-
[`a191ad2`](https://redirect.github.com/0xERR0R/blocky/commit/a191ad2000de2813820a0b4407f3588d4bba85dd):
fix(dnssec): propagate Indeterminate (not Bogus) for unreachable chain
of trust
([#&#8203;2120](https://redirect.github.com/0xERR0R/blocky/issues/2120))
([#&#8203;2139](https://redirect.github.com/0xERR0R/blocky/issues/2139))
([@&#8203;0xERR0R](https://redirect.github.com/0xERR0R))
-
[`4b524e8`](https://redirect.github.com/0xERR0R/blocky/commit/4b524e868c2dacb5d716d1f59a19cce9819c0a77):
fix(ecs): apply useAsClient above cache and client-name lookup
([#&#8203;2140](https://redirect.github.com/0xERR0R/blocky/issues/2140))
([#&#8203;2141](https://redirect.github.com/0xERR0R/blocky/issues/2141))
([@&#8203;0xERR0R](https://redirect.github.com/0xERR0R))

##### Build and dependencies

-
[`afea452`](https://redirect.github.com/0xERR0R/blocky/commit/afea4524d4b57147a58332463fabdf4c8afa7792):
build(deps): bump github.com/breml/rootcerts from 0.3.5 to 0.3.6
([#&#8203;2133](https://redirect.github.com/0xERR0R/blocky/issues/2133))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`247a3c1`](https://redirect.github.com/0xERR0R/blocky/commit/247a3c13cbc49b6816d41fbbf982ef51ac9ec60f):
build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.7 to 6.8.1
([#&#8203;2145](https://redirect.github.com/0xERR0R/blocky/issues/2145))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`2aa728d`](https://redirect.github.com/0xERR0R/blocky/commit/2aa728de884404191fca6a930a5a1027e4cf6a72):
build(deps): bump github.com/oapi-codegen/runtime from 1.4.1 to 1.4.2
([#&#8203;2134](https://redirect.github.com/0xERR0R/blocky/issues/2134))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`3f3f7d9`](https://redirect.github.com/0xERR0R/blocky/commit/3f3f7d95316a157dc2b75ae9c6943f8c23b84480):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.31.0 to 2.32.0
([#&#8203;2135](https://redirect.github.com/0xERR0R/blocky/issues/2135))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`2d0e6f2`](https://redirect.github.com/0xERR0R/blocky/commit/2d0e6f2855d0dc0c3fc8fb77c84f967ea3c04d81):
build(deps): bump github.com/onsi/gomega from 1.42.0 to 1.42.1
([#&#8203;2137](https://redirect.github.com/0xERR0R/blocky/issues/2137))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`61d9a98`](https://redirect.github.com/0xERR0R/blocky/commit/61d9a980c4f0bed024cac65c1d2b039fb99ff67f):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/mariadb from 0.42.0
to 0.43.0
([#&#8203;2131](https://redirect.github.com/0xERR0R/blocky/issues/2131))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`cf865a6`](https://redirect.github.com/0xERR0R/blocky/commit/cf865a6b61d014dd380cbb50f8cf574a3ec65fe4):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/postgres from 0.42.0
to 0.43.0
([#&#8203;2130](https://redirect.github.com/0xERR0R/blocky/issues/2130))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`e3c30dc`](https://redirect.github.com/0xERR0R/blocky/commit/e3c30dc4fce4699fde75a5dea993fa97f05d1d95):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/redis from 0.42.0 to
0.43.0
([#&#8203;2129](https://redirect.github.com/0xERR0R/blocky/issues/2129))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`a58f1c8`](https://redirect.github.com/0xERR0R/blocky/commit/a58f1c8f809859309fabffef4d532523d6c8201b):
build(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11
([#&#8203;2148](https://redirect.github.com/0xERR0R/blocky/issues/2148))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`6df83cd`](https://redirect.github.com/0xERR0R/blocky/commit/6df83cd99367d87ddf8046907f1a1c60194fd529):
build(deps): bump gorm.io/gorm from 1.31.1 to 1.31.2
([#&#8203;2147](https://redirect.github.com/0xERR0R/blocky/issues/2147))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])

##### Misc

-
[`6da7ce1`](https://redirect.github.com/0xERR0R/blocky/commit/6da7ce121c5abea2345d31b8f9b20990e9adbccb):
perf(blocking): Tier 2 — lock-free grouped cache, cheapest-first lookup,
client-name indexing
([#&#8203;2146](https://redirect.github.com/0xERR0R/blocky/issues/2146))
([@&#8203;0xERR0R](https://redirect.github.com/0xERR0R))
-
[`302ca65`](https://redirect.github.com/0xERR0R/blocky/commit/302ca65668f3b3535ddaf2cf0f4236d7f6973f2a):
perf(log): cut per-request logger allocations on the resolver hot path
([#&#8203;2142](https://redirect.github.com/0xERR0R/blocky/issues/2142))
([@&#8203;0xERR0R](https://redirect.github.com/0xERR0R))
-
[`223df0c`](https://redirect.github.com/0xERR0R/blocky/commit/223df0c74247214b4fc70df57b1c9a31d7e45ed8):
perf(queryLog): skip per-request LogEntry build when off or ignored
([#&#8203;2149](https://redirect.github.com/0xERR0R/blocky/issues/2149))
([@&#8203;0xERR0R](https://redirect.github.com/0xERR0R))
-
[`b73422e`](https://redirect.github.com/0xERR0R/blocky/commit/b73422e8198c4d9c87f074aed489c59d48ad42df):
perf(resolver): allocation-free resolver selection in
ParallelBestResolver
([#&#8203;2150](https://redirect.github.com/0xERR0R/blocky/issues/2150))
([@&#8203;0xERR0R](https://redirect.github.com/0xERR0R))

***

#### ❤️ Support Blocky

Blocky is free and open source, developed in my spare time — no
telemetry, no ads, no hidden
filtering. If it's useful to you, please consider supporting its
continued development:

[GitHub Sponsors](https://redirect.github.com/sponsors/0xERR0R) ·
[thanks.dev](https://thanks.dev/u/gh/0xERR0R) ·
[Liberapay](https://liberapay.com/spx01) ·
[Ko-fi](https://ko-fi.com/0xerr0r) ·
[PayPal](https://paypal.me/spx01)

Thank you to everyone supporting Blocky! 🙏

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ibG9ja3kiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-06-30 15:16:39 +02:00
TrueCharts Bot ded5127fa6 fix(jackett): update image oci.trueforge.org/containerforge/jackett 0.24.2140 → 0.24.2142 (#49697) 2026-06-30 15:16:36 +02:00
TrueCharts Bot fdd595a13a fix(helm-deps): update chart mongodb 17.5.0 → 17.5.1 (#49695)
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 | `17.5.0` → `17.5.1` |

---

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

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC95b3V0dWJlZGwtbWF0ZXJpYWwiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-06-30 15:16:32 +02:00
TrueCharts Bot a8a3993b1a fix(vocechat-server): update image docker.io/privoce/vocechat-server v0.5.26 → v0.5.27 (#49699) 2026-06-30 15:16:07 +02:00
TrueCharts Bot e2b4f2b738 chore(tubesync): update image ghcr.io/meeb/tubesync digest to aefaead (#49694) 2026-06-30 15:15:59 +02:00
TrueCharts Bot 55970deef7 chore(mariadb): update image docker.io/bitnamisecure/mariadb digest to dd4891c (#49690)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bitnamisecure/mariadb | digest | `967e3ef` → `dd4891c` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tYXJpYWRiIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-06-30 15:15:53 +02:00
TrueCharts Bot af2bfcdb1c chore(lyrion-music-server): update image docker.io/lmscommunity/lyrionmusicserver digest to 38d7537 (#49689)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lmscommunity/lyrionmusicserver | digest | `cebf4dd` →
`38d7537` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9seXJpb24tbXVzaWMtc2VydmVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-06-30 15:15:34 +02:00
TrueCharts Bot 9b503f29c8 chore(minecraft-gate): update image ghcr.io/minekube/gate digest to a79c590 (#49691)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `6429ee9` → `a79c590` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9taW5lY3JhZnQtZ2F0ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-06-30 15:14:14 +02:00
TrueCharts Bot b847586706 chore(home-assistant): update image oci.trueforge.org/containerforge/home-assistant digest to 6606751 (#49688)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/home-assistant](https://ghcr.io/trueforge-org/home-assistant)
([source](https://redirect.github.com/home-assistant/core)) | digest |
`e4d4671` → `6606751` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ob21lLWFzc2lzdGFudCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-06-30 15:13:58 +02:00
TrueCharts Bot 15d7787e2a chore(sabnzbd): update image oci.trueforge.org/containerforge/sabnzbd digest to 2632395 (#49693)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/sabnzbd](https://ghcr.io/trueforge-org/sabnzbd)
([source](https://redirect.github.com/sabnzbd/sabnzbd)) | digest |
`39c3635` → `2632395` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zYWJuemJkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-06-30 15:13:38 +02:00
TrueCharts Bot 4bed6227ca chore(qbittorrent): update image oci.trueforge.org/containerforge/qbittorrent digest to efaf2ec (#49692) 2026-06-30 15:12:45 +02:00
TrueCharts Bot 2d38cda054 feat(komga): update image docker.io/gotson/komga 1.24.4 → 1.25.0 (#49701)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) |
minor | `dae6302` → `c4f9885` |

---

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

###
[`v1.25.0`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1250-2026-06-30)

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

#### 🚀 Features

**komga**

- add support for solid rar4 archives
([5682a37](https://redirect.github.com/gotson/komga/commits/5682a37))

#### 🐛 Fixes

**kobo**

- enfore content restriction
([bd8b773](https://redirect.github.com/gotson/komga/commits/bd8b773))

**openapi**

- flatten hierchical schemas
([275cb92](https://redirect.github.com/gotson/komga/commits/275cb92))

#### 🛠  Build

**openapi**

- increase timeout for openapi generation
([4efb161](https://redirect.github.com/gotson/komga/commits/4efb161))

**webui**

- update Browserslist db
([9a3bbdd](https://redirect.github.com/gotson/komga/commits/9a3bbdd))
- update Browserslist db
([ba6cb76](https://redirect.github.com/gotson/komga/commits/ba6cb76))

#### ⚙️ Dependencies

**ci**

- bump actions/checkout from 6 to 7
([5da5226](https://redirect.github.com/gotson/komga/commits/5da5226))

**komga**

- bump junrar to 7.6.0
([ba628f9](https://redirect.github.com/gotson/komga/commits/ba628f9))

**webui**

- bump launch-editor from 2.6.0 to 2.14.1 in /komga-webui
([910512c](https://redirect.github.com/gotson/komga/commits/910512c))
- bump axios from 1.15.2 to 1.16.0 in /komga-webui
([86362b1](https://redirect.github.com/gotson/komga/commits/86362b1))
- bump qs from 6.14.2 to 6.15.2 in /komga-webui
([f9f402e](https://redirect.github.com/gotson/komga/commits/f9f402e))
- bump js-cookie from 3.0.5 to 3.0.7 in /komga-webui
([3e9a0ea](https://redirect.github.com/gotson/komga/commits/3e9a0ea))
- bump fast-uri from 3.1.0 to 3.1.2 in /komga-webui
([be5f88c](https://redirect.github.com/gotson/komga/commits/be5f88c))
- bump
[@&#8203;babel/plugin-transform-modules-systemjs](https://redirect.github.com/babel/plugin-transform-modules-systemjs)
([0bd8edb](https://redirect.github.com/gotson/komga/commits/0bd8edb))
- bump axios from 1.15.0 to 1.15.2 in /komga-webui
([737cc56](https://redirect.github.com/gotson/komga/commits/737cc56))

**unscoped**

- upgrade Spring Boot to 3.5.14
([3d7615e](https://redirect.github.com/gotson/komga/commits/3d7615e))

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rb21nYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-06-30 15:09:58 +02:00
TrueCharts Bot 729246913b fix(qbitrr): update image docker.io/feramance/qbitrr v5.12.6 → v5.12.7 (#49698) 2026-06-30 15:08:14 +02:00
TrueCharts Bot f2d9013da6 chore(automatic-ripping-machine): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to d02c63e (#49687)
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)
| digest | `3274294` → `d02c63e` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9hdXRvbWF0aWMtcmlwcGluZy1tYWNoaW5lIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-06-30 15:08:03 +02:00
TrueCharts Bot 5b39a654d0 fix(mstream): update image ghcr.io/linuxserver/mstream 6.15.1 → 6.15.2 (#49686) 2026-06-30 09:07:03 +02:00
TrueCharts Bot 7e8f3e6ba7 chore(kometa): update image oci.trueforge.org/containerforge/kometa digest to 48318b4 (#49678)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/kometa](https://ghcr.io/trueforge-org/kometa)
([source](https://redirect.github.com/Kometa-Team/Kometa)) | digest |
`5acb861` → `48318b4` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rb21ldGEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-06-30 09:06:59 +02:00
TrueCharts Bot 1cd5b814e8 fix(helm-deps): update chart memcached 17.5.0 → 17.5.1 (#49685) 2026-06-30 09:06:52 +02:00
TrueCharts Bot 92d820ce0c chore(piwigo): update image ghcr.io/linuxserver/piwigo digest to 9b26612 (#49683) 2026-06-30 09:06:47 +02:00
TrueCharts Bot cbf9574f41 chore(mongodb): update image docker.io/bitnamisecure/mongodb digest to 839fb64 (#49681) 2026-06-30 09:06:44 +02:00
TrueCharts Bot 2fd34830e2 chore(lazylibrarian): update image oci.trueforge.org/containerforge/lazylibrarian digest to 5751849 (#49679)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/lazylibrarian](https://ghcr.io/trueforge-org/lazylibrarian)
([source](https://lazylibrarian.gitlab.io/)) | digest | `473daed` →
`5751849` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9sYXp5bGlicmFyaWFuIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-06-30 09:06:36 +02:00
TrueCharts Bot 4909752e5d chore(dashy): update image ghcr.io/lissy93/dashy digest to 7867697 (#49675) 2026-06-30 09:04:33 +02:00
TrueCharts Bot 01a2d00578 chore(homarr): update image ghcr.io/homarr-labs/homarr digest to 5f34ec4 (#49677)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/homarr-labs/homarr](https://redirect.github.com/homarr-labs/homarr)
| digest | `58440cf` → `5f34ec4` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ob21hcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-06-30 09:04:29 +02:00
TrueCharts Bot bf951f45c6 chore(comet): update image ghcr.io/g0ldyy/comet digest to 8bcce8d (#49674) 2026-06-30 09:03:11 +02:00
TrueCharts Bot 30979dea80 chore(grocy): update image ghcr.io/linuxserver/grocy digest to 53084ba (#49676)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/grocy](https://redirect.github.com/linuxserver/docker-grocy/packages)
([source](https://redirect.github.com/linuxserver/docker-grocy)) |
digest | `2e30cd1` → `53084ba` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ncm9jeSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-06-30 09:02:55 +02:00
TrueCharts Bot efea450ef0 chore(nzbget): update image oci.trueforge.org/containerforge/nzbget digest to 3aa9b60 (#49682) 2026-06-30 09:02:37 +02:00
TrueCharts Bot 74e99db174 chore(minecraft-gate): update image ghcr.io/minekube/gate digest to 6429ee9 (#49680) 2026-06-30 09:02:32 +02:00
TrueCharts Bot 8984b03789 chore(theme-park): update image oci.trueforge.org/containerforge/theme-park digest to 10b8666 (#49684)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/theme-park](https://ghcr.io/trueforge-org/theme-park)
([source](https://redirect.github.com/themepark-dev/theme.park)) |
digest | `0abba4e` → `10b8666` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90aGVtZS1wYXJrIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-06-30 09:02:29 +02:00
TrueCharts Bot 7a7bcf6d5b feat(xwiki): update image public.ecr.aws/docker/library/xwiki 18.4.1-postgres-tomcat → 18.5.0-postgres-tomcat (#49673)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [public.ecr.aws/docker/library/xwiki](https://hub.docker.com/_/xwiki)
([source](https://redirect.github.com/xwiki-contrib/docker-xwiki)) |
minor | `73cdae8` → `14ee9ee` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC94d2lraSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-06-30 03:05:31 +02:00
TrueCharts Bot e458e45e95 feat(renovate): update image oci.trueforge.org/containerforge/renovate 43.247.1 → 43.248.0 (#49672)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate)
([source](https://redirect.github.com/renovate/renovate)) | minor |
`328ffc4` → `3d325a5` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9yZW5vdmF0ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-06-30 03:04:40 +02:00
TrueCharts Bot 0f2d82ea46 fix(wyoming-whisper): update image docker.io/rhasspy/wyoming-whisper 3.3.0 → 3.3.1 (#49669) 2026-06-30 03:03:42 +02:00
TrueCharts Bot 5067f882cd feat(ollama): update image docker.io/ollama/ollama 0.30.11 → 0.31.0 (#49671)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ollama/ollama | minor | `c8346b5` → `242a023` |
| docker.io/ollama/ollama | minor | `c484b70` → `02e36fe` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9vbGxhbWEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-06-30 03:03:38 +02:00
TrueCharts Bot dcded05f7f fix(plextraktsync): update image ghcr.io/taxel/plextraktsync 0.35.9 → 0.35.11 (#49668)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/taxel/plextraktsync](https://redirect.github.com/Taxel/PlexTraktSync)
| patch | `839a7d9` → `8fccb53` |

---

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

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

---

### Release Notes

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

###
[`v0.35.11`](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.35.10...0.35.11)

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

###
[`v0.35.10`](https://redirect.github.com/Taxel/PlexTraktSync/compare/0.35.9...0.35.10)

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

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9wbGV4dHJha3RzeW5jIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-06-30 03:03:02 +02:00
TrueCharts Bot d004ac8cda fix(fireshare): update image docker.io/shaneisrael/fireshare 1.7.2 → 1.7.3 (#49665)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare)
| patch | `a979961` → `cf86313` |

---

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

###
[`v1.7.3`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.7.3)

[Compare
Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.7.2...v1.7.3)

#### What's Changed

##### Improvements

- Improved card auto-sizing on smaller mobile screen widths.

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9maXJlc2hhcmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-06-30 03:01:58 +02:00
TrueCharts Bot 4ae9337fc3 chore(grafana-image-renderer): update image docker.io/grafana/grafana-image-renderer digest to c0c920e (#49657)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/grafana/grafana-image-renderer | digest | `23f89fa` →
`c0c920e` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ncmFmYW5hLWltYWdlLXJlbmRlcmVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-06-30 03:01:55 +02:00
TrueCharts Bot 36af1a6b8d fix(kubernetes-reflector): update image ghcr.io/emberstack/kubernetes-reflector 10.0.54 → 10.0.55 (#49666)
This PR contains the following updates:

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

---

> [!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.55`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v10.0.55)

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

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

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

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rdWJlcm5ldGVzLXJlZmxlY3RvciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-06-30 03:01:48 +02:00
TrueCharts Bot ff0f43df6b chore(mysql-workbench): update image ghcr.io/linuxserver/mysql-workbench digest to 38b47e0 (#49662)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mysql-workbench](https://redirect.github.com/linuxserver/docker-mysql-workbench/packages)
([source](https://redirect.github.com/linuxserver/docker-mysql-workbench))
| digest | `afddbfb` → `38b47e0` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9teXNxbC13b3JrYmVuY2giLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-06-30 01:01:26 +00:00
TrueCharts Bot 70259dfc9f chore(redis): update image docker.io/bitnamisecure/redis digest to b436e0a (#49663) 2026-06-30 03:01:03 +02:00
TrueCharts Bot 6021f44dcc chore(memcached): update image docker.io/bitnamisecure/memcached digest to 397c431 (#49659)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bitnamisecure/memcached | digest | `f60c448` → `397c431` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tZW1jYWNoZWQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-06-30 03:00:56 +02:00
TrueCharts Bot 3b716b0304 chore(mosdns): update image docker.io/601096721/mosdns digest to 58b5a34 (#49661)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/601096721/mosdns | digest | `e6dbd71` → `58b5a34` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tb3NkbnMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-06-30 02:59:53 +02:00
TrueCharts Bot 28e4e40743 chore(kdenlive): update image lscr.io/linuxserver/kdenlive digest to 5354134 (#49658)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/kdenlive | digest | `d77fd35` → `5354134` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rZGVubGl2ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-06-30 02:57:23 +02:00
TrueCharts Bot a4cacbd28b fix(nzbhydra): update image oci.trueforge.org/containerforge/nzbhydra2 8.8.4 → 8.8.5 (#49667) 2026-06-30 02:56:35 +02:00
TrueCharts Bot 9be23085f4 chore(tachidesk-docker): update image ghcr.io/suwayomi/tachidesk digest to 3dbe911 (#49664)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/suwayomi/tachidesk | digest | `50fead7` → `3dbe911` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90YWNoaWRlc2stZG9ja2VyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-06-30 02:56:30 +02:00
TrueCharts Bot be00c6e1be chore(minecraft-gate): update image ghcr.io/minekube/gate digest to 5195079 (#49660)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `eb8fb49` → `5195079` |

---

> [!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**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9taW5lY3JhZnQtZ2F0ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-06-30 02:55:11 +02:00
TrueCharts Bot e120d6f5c9 fix(vocechat-server): update image docker.io/privoce/vocechat-server v0.5.25 → v0.5.26 (#49656) 2026-06-29 20:57:35 +02:00
TrueCharts Bot 0e85ad6f07 fix(grav): update image ghcr.io/linuxserver/grav 2.0.3 → 2.0.4 (#49653) 2026-06-29 20:57:33 +02:00