ba2d01d7e2e8546819b6cd91ccb3877ffdb6b722
46124 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
ba2d01d7e2 |
chore(helm): update image ghcr.io/itzg/minecraft-server (#38073)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `d210571` -> `ed60d27` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `aab73f5` -> `84d4f98` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `f0c2a7c` -> `dc66fb9` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `d3d0468` -> `b3e6a86` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `4a914df` -> `19d4ebe` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `56c55ef` -> `7e10bc2` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `b3f3f34` -> `a84f83e` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `d0ae5ce` -> `333672a` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `9308c4f` -> `f0f0956` | | [ghcr.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server) | minor | `262e230` -> `6e80f1c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>itzg/docker-minecraft-server (ghcr.io/itzg/minecraft-server)</summary> ### [`v2025.8.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2025.8.0) [Compare Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2025.6.2...2025.8.0) <!-- Release notes generated using configuration in .github/release.yml at master --> ##### What's Changed ##### Enhancements - Use Paper's Fill v3 download API by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3519](https://redirect.github.com/itzg/docker-minecraft-server/pull/3519) - cf: retry file downloads on premature close error by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3528](https://redirect.github.com/itzg/docker-minecraft-server/pull/3528) - cf: retry file download when Netty channel/timeout exceptions by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3529](https://redirect.github.com/itzg/docker-minecraft-server/pull/3529) - build: add back java11 for 1.16.5 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3530](https://redirect.github.com/itzg/docker-minecraft-server/pull/3530) - Add back java16 variant for Paper 1.16.5 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3531](https://redirect.github.com/itzg/docker-minecraft-server/pull/3531) - Add particle effects to CF global excludes by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3532](https://redirect.github.com/itzg/docker-minecraft-server/pull/3532) - Quieter Paper/Bukkit default configs downloading by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3535](https://redirect.github.com/itzg/docker-minecraft-server/pull/3535) - Excluding BetterGrassify and Distration Free Recipes by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3544](https://redirect.github.com/itzg/docker-minecraft-server/pull/3544) - Switch PAPER\_CONFIG\_DEFAULTS\_REPO to https://github.com/Shonz1/minecraft-default-configs by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3541](https://redirect.github.com/itzg/docker-minecraft-server/pull/3541) - fabric: add option to force reinstall by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3559](https://redirect.github.com/itzg/docker-minecraft-server/pull/3559) - cf: exclude fastquit by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3555](https://redirect.github.com/itzg/docker-minecraft-server/pull/3555) - modrinth: prioritize target loader when resolving project versions by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3570](https://redirect.github.com/itzg/docker-minecraft-server/pull/3570) - Add VERSION\_FROM\_MODRINTH\_PROJECTS by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3580](https://redirect.github.com/itzg/docker-minecraft-server/pull/3580) ##### Bug Fixes - When using a custom server, allow specifying MODRINTH\_LOADER with MODRINTH\_PROJECTS by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3527](https://redirect.github.com/itzg/docker-minecraft-server/pull/3527) ##### Documentation - Note native auto-pause support by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3520](https://redirect.github.com/itzg/docker-minecraft-server/pull/3520) - Clarified docker attach usage for compose vs non-compose by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3521](https://redirect.github.com/itzg/docker-minecraft-server/pull/3521) - Adjusted wording and example for generator settings by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3522](https://redirect.github.com/itzg/docker-minecraft-server/pull/3522) - Added packwiz example by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3523](https://redirect.github.com/itzg/docker-minecraft-server/pull/3523) - Move page about building image out of contributing section by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3538](https://redirect.github.com/itzg/docker-minecraft-server/pull/3538) - Add a MOTD example with placeholders by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3540](https://redirect.github.com/itzg/docker-minecraft-server/pull/3540) - docs: fix incorrect Minecraft version link by [@​mykokhehiehieh](https://redirect.github.com/mykokhehiehieh) in [https://github.com/itzg/docker-minecraft-server/pull/3549](https://redirect.github.com/itzg/docker-minecraft-server/pull/3549) - Docs: fix env var for enabling query by [@​gkeeth](https://redirect.github.com/gkeeth) in [https://github.com/itzg/docker-minecraft-server/pull/3552](https://redirect.github.com/itzg/docker-minecraft-server/pull/3552) - Upgrade dev mkdocs to Python 3.11 by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3569](https://redirect.github.com/itzg/docker-minecraft-server/pull/3569) ##### Other Changes - Add GuideME to exclude list by [@​caitlynrw](https://redirect.github.com/caitlynrw) in [https://github.com/itzg/docker-minecraft-server/pull/3534](https://redirect.github.com/itzg/docker-minecraft-server/pull/3534) - build(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /docs in the patches group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/itzg/docker-minecraft-server/pull/3542](https://redirect.github.com/itzg/docker-minecraft-server/pull/3542)2 - Revert "Add GuideME to exclude list" by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3546](https://redirect.github.com/itzg/docker-minecraft-server/pull/3546) - Add support for `accepts-transfers` and `rate-limit` server properties by [@​fewwan](https://redirect.github.com/fewwan) in [https://github.com/itzg/docker-minecraft-server/pull/3550](https://redirect.github.com/itzg/docker-minecraft-server/pull/3550) - Fix pufferfish url script by [@​MacKey-255](https://redirect.github.com/MacKey-255) in [https://github.com/itzg/docker-minecraft-server/pull/3553](https://redirect.github.com/itzg/docker-minecraft-server/pull/3553) - cf + modrinth: exclude config-menus-forge & welcome-screen by [@​Bobrokus](https://redirect.github.com/Bobrokus) in [https://github.com/itzg/docker-minecraft-server/pull/3561](https://redirect.github.com/itzg/docker-minecraft-server/pull/3561) - update NanoLimbo repository name by [@​Navio1430](https://redirect.github.com/Navio1430) in [https://github.com/itzg/docker-minecraft-server/pull/3564](https://redirect.github.com/itzg/docker-minecraft-server/pull/3564) - build(deps): bump the patches group in /docs with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/itzg/docker-minecraft-server/pull/3572](https://redirect.github.com/itzg/docker-minecraft-server/pull/3572)2 - Update Forge promotions URL by [@​itzg](https://redirect.github.com/itzg) in [https://github.com/itzg/docker-minecraft-server/pull/3584](https://redirect.github.com/itzg/docker-minecraft-server/pull/3584) ##### New Contributors - [@​caitlynrw](https://redirect.github.com/caitlynrw) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3534](https://redirect.github.com/itzg/docker-minecraft-server/pull/3534) - [@​mykokhehiehieh](https://redirect.github.com/mykokhehiehieh) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3549](https://redirect.github.com/itzg/docker-minecraft-server/pull/3549) - [@​fewwan](https://redirect.github.com/fewwan) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3550](https://redirect.github.com/itzg/docker-minecraft-server/pull/3550) - [@​gkeeth](https://redirect.github.com/gkeeth) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3552](https://redirect.github.com/itzg/docker-minecraft-server/pull/3552) - [@​MacKey-255](https://redirect.github.com/MacKey-255) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3553](https://redirect.github.com/itzg/docker-minecraft-server/pull/3553) - [@​Bobrokus](https://redirect.github.com/Bobrokus) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3561](https://redirect.github.com/itzg/docker-minecraft-server/pull/3561) - [@​Navio1430](https://redirect.github.com/Navio1430) made their first contribution in [https://github.com/itzg/docker-minecraft-server/pull/3564](https://redirect.github.com/itzg/docker-minecraft-server/pull/3564) **Full Changelog**: https://github.com/itzg/docker-minecraft-server/compare/2025.6.1...2025.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
de69617ee0 |
chore(helm): update image ghcr.io/rogerfar/rdtclient digest to 5f0b90f (#38120)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rogerfar/rdtclient](https://redirect.github.com/rogerfar/rdt-client) | digest | `2e6ce8b` -> `5f0b90f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
60cec09434 |
chore(helm): update image ghcr.io/linuxserver/synclounge digest to 2a4d01d (#38118)
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 | `409a58c` -> `2a4d01d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
9e0a2c6ffa |
chore(helm): update image docker.io/jeessy/ddns-go v6.12.0 → v6.12.2 (#38021)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/jeessy/ddns-go | patch | `c31f3d6` -> `fbdc72f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
093ac63f71 |
chore(container): update python docker tag to v3.13 (#38204)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | python | final | minor | `3.12-alpine` -> `3.13-alpine` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
90d6a1ea74 |
chore(helm): update image docker.io/lancachenet/lancache-dns digest to 1333351 (#38041)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lancachenet/lancache-dns | digest | `1ff479e` -> `1333351` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
d9fd265284 | chore(helm): update image docker.io/cloudflare/cloudflared 2025.7.0 → 2025.8.0 (#38207) | ||
|
|
900c3bf9db | chore(helm): update image quay.io/binhex/arch-hexchat digest to c99d7ce (#38125) | ||
|
|
3b1a9f0cd0 | chore(helm): update image docker.io/jlesage/mediainfo v25.07.1 → v25.07.3 (#37971) | ||
|
|
45ca7a1e62 | chore(helm): update image docker.io/jlesage/putty v25.07.1 → v25.07.2 (#37974) | ||
|
|
260ae175f9 |
chore(helm): update image ghcr.io/authelia/authelia 4.39.5 → 4.39.6 (#38199)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/authelia/authelia](https://redirect.github.com/authelia/authelia/pkgs/container/authelia) ([source](https://redirect.github.com/authelia/authelia)) | patch | `023e02e` -> `0877636` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>authelia/authelia (ghcr.io/authelia/authelia)</summary> ### [`v4.39.6`](https://redirect.github.com/authelia/authelia/releases/tag/v4.39.6) [Compare Source](https://redirect.github.com/authelia/authelia/compare/v4.39.5...v4.39.6) ##### Notable Changes OpenID Connect 1.0 client registrations incorrectly allowed `none` as a `authorization_signed_response_alg` value, this is no longer the case and if you specified this value you'll have to either remove it or update it to the new correct default of `RS256`. ##### Bug Fixes - **commands:** missing header list header ([#​9956](https://redirect.github.com/authelia/authelia/issues/9956)) ([6a31393](https://redirect.github.com/authelia/authelia/commit/6a313938f7b68c16dd7c8b9e6505f41070fa8668)) - **configuration:** healthchecks for unix are unhealthy ([#​9988](https://redirect.github.com/authelia/authelia/issues/9988)) ([76e0702](https://redirect.github.com/authelia/authelia/commit/76e070253617f4d02b999b0a27b25b7e0809cb20)) - **oidc:** alg none allowed for jarm ([#​10045](https://redirect.github.com/authelia/authelia/issues/10045)) ([86e8c4b](https://redirect.github.com/authelia/authelia/commit/86e8c4b0e751e36734dfa8f50ff8565534710f9a)) - **regulation:** ip not marked ([#​9949](https://redirect.github.com/authelia/authelia/issues/9949)) ([b731a0c](https://redirect.github.com/authelia/authelia/commit/b731a0ca179383721f78e25bff0a3aaf62e89525)) ##### Docker Container - `docker pull authelia/authelia:4.39.6` - `docker pull ghcr.io/authelia/authelia:4.39.6` </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
f1ba2a4e9a |
fix(website): update astro 5.12.8 → 5.12.9 (#38202)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | [`5.12.8` -> `5.12.9`](https://renovatebot.com/diffs/npm/astro/5.12.8/5.12.9) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v5.12.9`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5129) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.12.8...astro@5.12.9) ##### Patch Changes - [#​14020](https://redirect.github.com/withastro/astro/pull/14020) [`9518975`](https://redirect.github.com/withastro/astro/commit/951897553921c1419fb96aef74d42ec99976d8be) Thanks [@​jp-knj](https://redirect.github.com/jp-knj) and [@​asieradzk](https://redirect.github.com/asieradzk)! - Prevent double-prefixed redirect paths when using fallback and redirectToDefaultLocale together Fixes an issue where i18n fallback routes would generate double-prefixed paths (e.g., `/es/es/test/item1/`) when `fallback` and `redirectToDefaultLocale` configurations were used together. The fix adds proper checks to prevent double prefixing in route generation. - [#​14199](https://redirect.github.com/withastro/astro/pull/14199) [`3e4cb8e`](https://redirect.github.com/withastro/astro/commit/3e4cb8e52a83974cc2671d13fb1b4595fe65085d) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that prevented HMR from working with inline styles </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
90677569ca |
chore(helm): update image ghcr.io/linuxserver/grav digest to 4c24463 (#38115)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/grav](https://redirect.github.com/linuxserver/docker-grav/packages) ([source](https://redirect.github.com/linuxserver/docker-grav)) | digest | `af6f314` -> `4c24463` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
3c6fc6a7ef |
chore(helm): update image docker.io/ghostfolio/ghostfolio 2.185.0 → 2.189.0 (#38132)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio) | minor | `2ee9a1a` -> `2e8f834` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ghostfolio/ghostfolio (docker.io/ghostfolio/ghostfolio)</summary> ### [`v2.189.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21890---2025-08-05) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.188.0...2.189.0) ##### Changed - Improved the meta data in `html` files - Removed `ts-node` from the database seeding process - Improved the language localization for Catalan (`ca`) - Improved the language localization for German (`de`) - Upgraded the `Node.js` engine from version `>=22` to `>=22.18.0` (`package.json`) ### [`v2.188.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21880---2025-08-02) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.187.0...2.188.0) ##### Changed - Enhanced the performance of the dynamically composed sitemap - Improved the language localization for Polish (`pl`) - Improved the language localization for Spanish (`es`) ### [`v2.187.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21870---2025-08-02) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.186.0...2.187.0) ##### Added - Added support to exclude an activity from analysis based on tags - Added a *Storybook* story for the accounts table component - Added a *Storybook* story for the membership card component ##### Changed - Moved the support for changing the asset profile identifier (`dataSource` and `symbol`) in the asset profile details dialog of the admin control panel from experimental to general availability - Improved the balance of headings on the landing page - Improved the language localization for German (`de`) - Improved the language localization for Spanish (`es`) - Upgraded `angular` from version `20.0.7` to `20.1.3` - Upgraded `Nx` from version `21.2.4` to `21.3.9` ##### Fixed - Fixed the missing localization for "Exclude from Analysis" in the create or update account dialog ### [`v2.186.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21860---2025-07-30) [Compare Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.185.0...2.186.0) ##### Added - Added the allocation column to the accounts table component of the holding detail dialog ##### Changed - Improved the *Top 3* and *Bottom 3* performers on the analysis page by removing items without performance - Improved the usability of the toggle component - Simplified the users table of the admin control panel - Restructured the response of the portfolio report endpoint (*X-ray*) - Refreshed the cryptocurrencies list - Improved the language localization for Catalan (`ca`) - Improved the language localization for Chinese (`zh`) - Improved the language localization for Dutch (`nl`) - Improved the language localization for German (`de`) - Improved the language localization for Spanish (`es`) - Upgraded `ng-extract-i18n-merge` from version `2.15.1` to `3.0.0` ##### Fixed - Fixed the links of the *Top 3* and *Bottom 3* performers on the analysis page - Excluded the holdings originated of `FEE`, `INTEREST` and `LIABILITY` activities from the closed holdings on the portfolio holdings page - Fixed an issue with serving *Storybook* related to missing styles </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
45134f58fc |
chore(flux): update image blocky 18.4.1 → 18.4.2 (clustertool) (#38198)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [blocky](https://truecharts.org/charts/premium/blocky) ([source](https://0xerr0r.github.io/blocky/)) | patch | `18.4.1` -> `18.4.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
4ba6551856 |
chore(helm): update image ghcr.io/atuinsh/atuin v18.7.1 → v18.8.0 (#38086)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/atuinsh/atuin | minor | `f096ee2` -> `8a8a8ef` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
05e0816b14 |
chore(helm): update image ghcr.io/jlesage/makemkv v25.07.2 → v25.08.1 (#38067)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/jlesage/makemkv](https://redirect.github.com/jlesage/docker-makemkv) | minor | `0a4fc1b` -> `0b48221` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-makemkv (ghcr.io/jlesage/makemkv)</summary> ### [`v25.08.1`](https://redirect.github.com/jlesage/docker-makemkv/releases/tag/v25.08.1): Version 25.08.1 [Compare Source](https://redirect.github.com/jlesage/docker-makemkv/compare/v25.07.2...v25.08.1) Changes in this release: - Fixed an issue where the wrong configuration file was used when checking for available drives, causing the registered key to be ignored. - The container will no longer fail to start if MakeMKV cannot retrieve available drives. Instead, errors are logged and the automatic disc ripper is disabled. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
8d94d7a426 |
chore(helm): update image ghcr.io/wizarrrr/wizarr digest to a5c9af1 (#38063)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/wizarrrr/wizarr | digest | `9c705c4` -> `a5c9af1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
16ca514efa | chore(helm): update image docker.io/esphome/esphome 2025.7.3 → 2025.7.5 (#37968) | ||
|
|
b83eeccdd7 |
chore(helm): update image ghcr.io/pi-hole/pihole 2025.07.1 → 2025.08.0 (#38088)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/pi-hole/pihole](https://redirect.github.com/pi-hole/docker-pi-hole) | minor | `f84c165` -> `90a1412` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>pi-hole/docker-pi-hole (ghcr.io/pi-hole/pihole)</summary> ### [`v2025.08.0`](https://redirect.github.com/pi-hole/docker-pi-hole/releases/tag/2025.08.0) [Compare Source](https://redirect.github.com/pi-hole/docker-pi-hole/compare/2025.07.1...2025.08.0) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed (Docker Specfic) - Only clone depth 1, even when checking out tags by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/docker-pi-hole/pull/1869](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1869) - Remove ncat dependency by [@​yubiuser](https://redirect.github.com/yubiuser) in [https://github.com/pi-hole/docker-pi-hole/pull/1870](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1870) - Add link to "Changed Environment Variables" by [@​rdwebdesign](https://redirect.github.com/rdwebdesign) in [https://github.com/pi-hole/docker-pi-hole/pull/1871](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1871) - Ensure all orphan FTL files are cleaned on startup by [@​PromoFaux](https://redirect.github.com/PromoFaux) in [https://github.com/pi-hole/docker-pi-hole/pull/1876](https://redirect.github.com/pi-hole/docker-pi-hole/pull/1876) (Should fix [#​1789](https://redirect.github.com/pi-hole/docker-pi-hole/issues/1789) ) **Full Changelog**: https://github.com/pi-hole/docker-pi-hole/compare/2025.07.1...2025.08.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
928f6a7d66 |
chore(helm): update jupyter 2025-07-28 → 2025-08-04 (minor) (#38080)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/jupyter/all-spark-notebook | minor | `03d5a18` -> `c360f75` | | quay.io/jupyter/base-notebook | minor | `ae76b26` -> `811daea` | | quay.io/jupyter/datascience-notebook | minor | `4b93f99` -> `e862bed` | | quay.io/jupyter/minimal-notebook | minor | `8ba7786` -> `2f2e13f` | | quay.io/jupyter/pyspark-notebook | minor | `221b7c5` -> `98e40de` | | quay.io/jupyter/r-notebook | minor | `006007e` -> `8d0676a` | | quay.io/jupyter/scipy-notebook | minor | `766db6b` -> `104390c` | | quay.io/jupyter/tensorflow-notebook | minor | `31c51e0` -> `5c1a2bc` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
176062839e |
chore(helm): update image docker.io/jlesage/qdirstat v25.07.1 → v25.07.2 (#37975)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/qdirstat](https://redirect.github.com/jlesage/docker-qdirstat) | patch | `830611b` -> `82f74f0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-qdirstat (docker.io/jlesage/qdirstat)</summary> ### [`v25.07.2`](https://redirect.github.com/jlesage/docker-qdirstat/releases/tag/v25.07.2): Version 25.07.2 [Compare Source](https://redirect.github.com/jlesage/docker-qdirstat/compare/v25.07.1...v25.07.2) Changes in this release: - Updated baseimage to version 4.9.0. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
13799ec479 |
fix(deps): update kubernetes packages v0.34.0-beta.0 → v0.34.0-rc.1 (clustertool) (patch) (#38201)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [k8s.io/api](https://redirect.github.com/kubernetes/api) | `v0.34.0-beta.0` -> `v0.34.0-rc.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/apimachinery](https://redirect.github.com/kubernetes/apimachinery) | `v0.34.0-beta.0` -> `v0.34.0-rc.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [k8s.io/client-go](https://redirect.github.com/kubernetes/client-go) | `v0.34.0-beta.0` -> `v0.34.0-rc.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.34.0-rc.1`](https://redirect.github.com/kubernetes/api/compare/v0.34.0-rc.0...v0.34.0-rc.1) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.34.0-rc.0...v0.34.0-rc.1) ### [`v0.34.0-rc.0`](https://redirect.github.com/kubernetes/api/compare/v0.34.0-beta.0...v0.34.0-rc.0) [Compare Source](https://redirect.github.com/kubernetes/api/compare/v0.34.0-beta.0...v0.34.0-rc.0) </details> <details> <summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary> ### [`v0.34.0-rc.1`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-rc.0...v0.34.0-rc.1) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-rc.0...v0.34.0-rc.1) ### [`v0.34.0-rc.0`](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-beta.0...v0.34.0-rc.0) [Compare Source](https://redirect.github.com/kubernetes/apimachinery/compare/v0.34.0-beta.0...v0.34.0-rc.0) </details> <details> <summary>kubernetes/client-go (k8s.io/client-go)</summary> ### [`v0.34.0-rc.1`](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-rc.0...v0.34.0-rc.1) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-rc.0...v0.34.0-rc.1) ### [`v0.34.0-rc.0`](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-beta.0...v0.34.0-rc.0) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.34.0-beta.0...v0.34.0-rc.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
46142930fb |
chore(helm): update image ghcr.io/ich777/steamcmd digest to 6f5d33c (#37923)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/ich777/steamcmd | digest | `391a1f2` -> `6f5d33c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
dee2bb359a |
chore(helm): update image docker.io/yacy/yacy_search_server digest to 61b4c88 (#38047)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/yacy/yacy_search_server | digest | `695281a` -> `61b4c88` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
db0dfb1992 |
chore(helm): update image docker.io/doitandbedone/ispyagentdvr 6.5.5.0 → 6.5.9.0 (#37967)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/doitandbedone/ispyagentdvr](https://redirect.github.com/doitandbedone/ispyagentdvr-docker) | patch | `4ce869d` -> `bbc40a7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>doitandbedone/ispyagentdvr-docker (docker.io/doitandbedone/ispyagentdvr)</summary> ### [`v6.5.9.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.8.0...6.5.9.0) [Compare Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.8.0...6.5.9.0) ### [`v6.5.8.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.7.0...6.5.8.0) [Compare Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.7.0...6.5.8.0) ### [`v6.5.7.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.6.0...6.5.7.0) [Compare Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.6.0...6.5.7.0) ### [`v6.5.6.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.5.0...6.5.6.0) [Compare Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/6.5.5.0...6.5.6.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
4475a2ed51 | chore(helm): update image public.ecr.aws/bitnami/redis 8.0.3 → 8.2.0 (#38213) | ||
|
|
caf6576f31 |
chore(helm): update image ghcr.io/linuxserver/speedtest-tracker 1.6.5 → 1.6.6 (#38016)
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 | `810924e` -> `107c82d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
ab02383aec |
chore(helm): update image ghcr.io/techno-tim/littlelink-server digest to e84ea9d (#38053)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/techno-tim/littlelink-server | digest | `d8f3b06` -> `e84ea9d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
a5dc1e29b8 |
chore(helm): update image ghcr.io/emberstack/kubernetes-reflector 9.1.22 → 9.1.25 (#38083)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/emberstack/kubernetes-reflector](https://redirect.github.com/emberstack/kubernetes-reflector) | patch | `eed660f` -> `0591d18` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>emberstack/kubernetes-reflector (ghcr.io/emberstack/kubernetes-reflector)</summary> ### [`v9.1.25`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v9.1.25) [Compare Source](https://redirect.github.com/emberstack/kubernetes-reflector/compare/v9.1.24...v9.1.25) The release process is automated. #### What's Changed - Bump the all-dependencies group with 1 update by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/emberstack/kubernetes-reflector/pull/539](https://redirect.github.com/emberstack/kubernetes-reflector/pull/539)9 **Full Changelog**: https://github.com/emberstack/kubernetes-reflector/compare/v9.1.24...v9.1.25 ### [`v9.1.24`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v9.1.24) [Compare Source](https://redirect.github.com/emberstack/kubernetes-reflector/compare/v9.1.23...v9.1.24) The release process is automated. #### What's Changed - Bump the all-dependencies group with 1 update by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/emberstack/kubernetes-reflector/pull/537](https://redirect.github.com/emberstack/kubernetes-reflector/pull/537)7 **Full Changelog**: https://github.com/emberstack/kubernetes-reflector/compare/v9.1.23...v9.1.24 ### [`v9.1.23`](https://redirect.github.com/emberstack/kubernetes-reflector/releases/tag/v9.1.23) [Compare Source](https://redirect.github.com/emberstack/kubernetes-reflector/compare/v9.1.22...v9.1.23) The release process is automated. #### What's Changed - Bump the all-dependencies group with 1 update by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/emberstack/kubernetes-reflector/pull/536](https://redirect.github.com/emberstack/kubernetes-reflector/pull/536)6 **Full Changelog**: https://github.com/emberstack/kubernetes-reflector/compare/v9.1.22...v9.1.23 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
f712e5f4a0 |
chore(helm): update image ghcr.io/linuxserver/davos digest to c37f359 (#38048)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/davos](https://redirect.github.com/linuxserver/docker-davos/packages) ([source](https://redirect.github.com/linuxserver/docker-davos)) | digest | `10728a6` -> `c37f359` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
f8ca36c55e |
chore(helm): update image public.ecr.aws/bitnami/mariadb 11.8.2 → 11.8.3 (#38200)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [public.ecr.aws/bitnami/mariadb](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/mariadb)) | patch | `2e83eb2` -> `e77ee6b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
585247d627 | chore(helm): update image ghcr.io/home-operations/plex 1.41.9.9961 → 1.42.1.10054 (#38211) | ||
|
|
b67f16e84a |
chore(helm): update image ghcr.io/linuxserver/calibre digest to e334b61 (#37926)
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 | `6a2ddd5` -> `e334b61` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
9816e0bc8f | chore(helm): update image docker.io/koush/scrypted v0.121.0 → v0.121.4 (#37977) | ||
|
|
2c0dcfeec1 |
chore(helm): update image ghcr.io/linuxserver/babybuddy digest to 7c7f6e1 (#37924)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/babybuddy](https://redirect.github.com/linuxserver/docker-babybuddy/packages) ([source](https://redirect.github.com/linuxserver/docker-babybuddy)) | digest | `fcd4455` -> `7c7f6e1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
f557b9c7d0 |
chore(helm): update image ghcr.io/linuxserver/ddclient digest to 81e2867 (#38112)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/ddclient](https://redirect.github.com/linuxserver/docker-ddclient/packages) ([source](https://redirect.github.com/linuxserver/docker-ddclient)) | digest | `1a25931` -> `81e2867` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
66c4ddbcb5 |
chore(helm): update image ghcr.io/lissy93/dashy digest to d9e024e (#38119)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/lissy93/dashy | digest | `10c528a` -> `d9e024e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
73cedba125 |
chore(helm): update image docker.io/jlesage/tsmuxer v25.07.1 → v25.07.2 (#37976)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/tsmuxer](https://redirect.github.com/jlesage/docker-tsmuxer) | patch | `85be136` -> `0b5e70f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-tsmuxer (docker.io/jlesage/tsmuxer)</summary> ### [`v25.07.2`](https://redirect.github.com/jlesage/docker-tsmuxer/releases/tag/v25.07.2): Version 25.07.2 [Compare Source](https://redirect.github.com/jlesage/docker-tsmuxer/compare/v25.07.1...v25.07.2) Changes in this release: - Updated baseimage to version 4.9.0. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
4c26f46cc2 |
chore(helm): update image docker.io/deluan/navidrome 0.57.0 → 0.58.0 (#37982)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/deluan/navidrome](https://redirect.github.com/navidrome/navidrome) | minor | `d753f3f` -> `2ae037d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>navidrome/navidrome (docker.io/deluan/navidrome)</summary> ### [`v0.58.0`](https://redirect.github.com/navidrome/navidrome/releases/tag/v0.58.0) [Compare Source](https://redirect.github.com/navidrome/navidrome/compare/v0.57.0...v0.58.0) ### Navidrome v0.58.0 Release Notes Navidrome v0.58.0 introduces [**Multi-library Support**](https://www.navidrome.org/docs/usage/multi-library/), a major architectural enhancement that enables users to organize and manage multiple music collections with proper permission controls and complete UI integration. This long-requested feature allows you to create separate libraries for different music collections (e.g., personal music, family music, audiobooks) while maintaining proper access controls and data isolation. For full documentation on how to use it, see the new [Multi-library](https://www.navidrome.org/docs/usage/multi-library/) page in the documentation website. #### ⚠️ Important ##### Full Scan Although this release does not force a full scan on upgrade, you should do it as soon as possible. This is because the multi-library changes affect the move/rename/retag detection and can potentially make you lose annotations (stars, playcounts, playlist references). During the full scan, it will duplicate all your albums, but that's expected. It will remove the duplicates at the end of the scan. ##### Database Migration Warning **This release includes database schema changes that are NOT reversible by simply downgrading to a previous version of Navidrome.** ##### Before installing this version: 1. **BACKUP YOUR DATABASE** - Create a complete backup of your `navidrome.db` file 2. **TEST ON A COPY FIRST** - If possible, test this version on a copy of your data before upgrading your main installation ##### If you need to rollback: - Stop Navidrome - Restore your database backup - Reinstall the previous version #### Added ##### Multi-Library Support ##### Create and manage multiple music libraries with separate music folders. ([#​4181](https://redirect.github.com/navidrome/navidrome/pull/4181) by [@​deluan](https://redirect.github.com/deluan)) - **Library-aware permission system**: Users can be assigned access to specific libraries with proper data isolation. - **Admin interface for library management**: Complete CRUD operations for libraries including creation, editing, and deletion. - **Library selector in UI**: Users can switch between accessible libraries using the sidebar library selector. - **Per-library statistics**: Artist and tag statistics are now calculated per library with proper counting. - **Cross-library playlist support**: Playlists can contain songs from multiple libraries, filtered by user access. ##### UI Features - **Hindi language translation**: Complete Hindi language support for the user interface. ([#​4390](https://redirect.github.com/navidrome/navidrome/pull/4390) by [@​nerkoux](https://redirect.github.com/nerkoux)) - **Activity panel improvements**: Reset activity panel error icon to normal state when clicked. ([#​4379](https://redirect.github.com/navidrome/navidrome/pull/4379) by [@​deluan](https://redirect.github.com/deluan)) - **Translation updates**: Updated Polish translations. ([#​4384](https://redirect.github.com/navidrome/navidrome/pull/4384) by [@​deluan](https://redirect.github.com/deluan)) - **Translation updates**: Updated Danish, German, Greek, Spanish, Finnish, French, Indonesian, Russian, Slovenian, Swedish, Turkish, Ukrainian translations. ([#​4326](https://redirect.github.com/navidrome/navidrome/pull/4326) by [@​deluan](https://redirect.github.com/deluan)) - **Translation updates**: Updated Hungarian translations. ([#​4375](https://redirect.github.com/navidrome/navidrome/pull/4375) by [@​ChekeredList71](https://redirect.github.com/ChekeredList71) and [#​4291](https://redirect.github.com/navidrome/navidrome/pull/4291) by [@​ChekeredList71](https://redirect.github.com/ChekeredList71)) - **Translation updates**: Updated Basque translation. ([#​4309](https://redirect.github.com/navidrome/navidrome/pull/4309) by [@​xabirequejo](https://redirect.github.com/xabirequejo)) ##### Plugin Features - **Plugin scheduler enhancement**: Add TimeNow function to SchedulerService for better plugin capabilities. ([#​4337](https://redirect.github.com/navidrome/navidrome/pull/4337) by [@​deluan](https://redirect.github.com/deluan)) - **Plugin insights**: Add plugin and multi-library information to insights endpoint. ([#​4391](https://redirect.github.com/navidrome/navidrome/pull/4391) by [@​deluan](https://redirect.github.com/deluan)) ##### API Features - **Multi-library API support**: All Subsonic endpoints now respect library permissions with proper filtering. ([#​4181](https://redirect.github.com/navidrome/navidrome/pull/4181) by [@​deluan](https://redirect.github.com/deluan)) - **Enhanced search capabilities**: Search endpoints are library-aware and filter results by user access. ([#​4181](https://redirect.github.com/navidrome/navidrome/pull/4181) by [@​deluan](https://redirect.github.com/deluan)) - **Music folder endpoints**: Return user-accessible libraries through music folder API. ([#​4181](https://redirect.github.com/navidrome/navidrome/pull/4181) by [@​deluan](https://redirect.github.com/deluan)) #### Changed - **Agents logic streamlining**: Remove unnecessary caching and streamline metadata agents logic. ([#​4298](https://redirect.github.com/navidrome/navidrome/pull/4298) by [@​deluan](https://redirect.github.com/deluan)) - **Dependency updates**: Update Go dependencies to latest versions. ([#​6722af50e](https://redirect.github.com/navidrome/navidrome/commit/6722af50e) by [@​deluan](https://redirect.github.com/deluan)) #### Fixed ##### UI - **Playlist menu interaction**: Prevent disabled "Show in Playlist" menu item from triggering actions. ([#​4356](https://redirect.github.com/navidrome/navidrome/pull/4356) by [@​deluan](https://redirect.github.com/deluan)) - **Year display**: Don't show year "0" in the interface. ([#​3c1e5603d](https://redirect.github.com/navidrome/navidrome/commit/3c1e5603d) by [@​deluan](https://redirect.github.com/deluan)) - **ReplayGain support**: Fix replaygain for Artist Radio and Top Songs. ([#​4328](https://redirect.github.com/navidrome/navidrome/pull/4328) by [@​deluan](https://redirect.github.com/deluan)) ##### Scanner - **Apple Music playlists import**: Fix playlist import for songs with accented characters. ([#​4385](https://redirect.github.com/navidrome/navidrome/pull/4385) by [@​deluan](https://redirect.github.com/deluan)) - **Foreign key constraint errors**: Prevent errors in album participant insertion. ([#​4373](https://redirect.github.com/navidrome/navidrome/pull/4373) by [@​deluan](https://redirect.github.com/deluan)) - **Tag UpdateCounts errors**: Prevent foreign key constraint errors in tag UpdateCounts. ([#​4370](https://redirect.github.com/navidrome/navidrome/pull/4370) by [@​deluan](https://redirect.github.com/deluan)) - **Custom tag configuration**: Fix misleading custom tag split config log message. ([#be83d6895](https://redirect.github.com/navidrome/navidrome/commit/be83d6895) by [@​deluan](https://redirect.github.com/deluan)) - **Lyrics tag parsing**: Properly handle both ID3 and aliased tags for lyrics. ([#​4310](https://redirect.github.com/navidrome/navidrome/pull/4310) by [@​kgarner7](https://redirect.github.com/kgarner7)) - **Cover art reading**: Read cover art from DSF, WavPack files and fix WMA test. ([#​4296](https://redirect.github.com/navidrome/navidrome/pull/4296) by [@​kgarner7](https://redirect.github.com/kgarner7)) ##### Server - **URL path handling**: Improve URL path handling in local storage for special characters. ([#​4378](https://redirect.github.com/navidrome/navidrome/pull/4378) by [@​deluan](https://redirect.github.com/deluan)) - **Dockerfile typo**: Fix typo in Dockerfile. ([#​4363](https://redirect.github.com/navidrome/navidrome/pull/4363) by [@​emmmm](https://redirect.github.com/emmmm)) ##### Subsonic API - **Genre search filtering**: Only use genre tag when searching by genre. ([#​4361](https://redirect.github.com/navidrome/navidrome/pull/4361) by [@​kgarner7](https://redirect.github.com/kgarner7)) ##### Plugins - **Plugin warnings**: Silence plugin warnings and folder creation when plugins disabled. ([#​4297](https://redirect.github.com/navidrome/navidrome/pull/4297) by [@​deluan](https://redirect.github.com/deluan)) - **Metrics reporting**: Report metrics for all plugin types, not only MetadataAgents. ([#​4303](https://redirect.github.com/navidrome/navidrome/pull/4303) by [@​deluan](https://redirect.github.com/deluan)) - **Metrics improvements**: Add metrics on callbacks and improve plugin method calling. ([#​4304](https://redirect.github.com/navidrome/navidrome/pull/4304) by [@​deluan](https://redirect.github.com/deluan)) - **Reverse proxy authentication**: Don't log "no proxy IP found" when using Subsonic API in plugins with reverse proxy auth. ([#​4388](https://redirect.github.com/navidrome/navidrome/pull/4388) by [@​kgarner7](https://redirect.github.com/kgarner7)) - **Plugin initialization**: Correct error handling in plugin initialization. ([#​4311](https://redirect.github.com/navidrome/navidrome/pull/4311) by [@​deluan](https://redirect.github.com/deluan)) - **Race condition prevention**: Prevent race condition in plugin tests and manager registration. ([#​9fcc99633](https://redirect.github.com/navidrome/navidrome/commit/9fcc99633) and [#adef0ea1e](https://redirect.github.com/navidrome/navidrome/commit/adef0ea1e) by [@​deluan](https://redirect.github.com/deluan)) - **Error handling enhancement**: Enhance error handling in checkErr function. ([#​1166a0fab](https://redirect.github.com/navidrome/navidrome/commit/1166a0fab) by [@​deluan](https://redirect.github.com/deluan)) - **Discord Rich Presence documentation**: Fix README.md for Discord Rich Presence plugin. ([#​4387](https://redirect.github.com/navidrome/navidrome/pull/4387) by [@​Cristiandis](https://redirect.github.com/Cristiandis)) ##### Testing - **MPV tests**: Fix MPV tests on systems without /bin/bash installed. ([#​4302](https://redirect.github.com/navidrome/navidrome/pull/4302) by [@​tebriel](https://redirect.github.com/tebriel)) - **Test cleanup**: Suppress console.log output in eventStream test and general test cleanup. ([#e8a3495c7](https://redirect.github.com/navidrome/navidrome/commit/e8a3495c7) and [#​9f0059e13](https://redirect.github.com/navidrome/navidrome/commit/9f0059e13) by [@​deluan](https://redirect.github.com/deluan)) ##### Code Quality - **Typo fixes**: Fix typos in comments and logs. ([#​4333](https://redirect.github.com/navidrome/navidrome/pull/4333) by [@​bytesingsong](https://redirect.github.com/bytesingsong)) - **Function documentation**: Fix function name/description in comment. ([#​4325](https://redirect.github.com/navidrome/navidrome/pull/4325) by [@​bytetigers](https://redirect.github.com/bytetigers)) - **CSS cleanup**: Remove unused CSS class in SongContextMenu. ([#​089dbe949](https://redirect.github.com/navidrome/navidrome/commit/089dbe949) by [@​deluan](https://redirect.github.com/deluan)) #### New Contributors - [@​nerkoux](https://redirect.github.com/nerkoux) made their first contribution in [#​4390](https://redirect.github.com/navidrome/navidrome/pull/4390) - [@​bytesingsong](https://redirect.github.com/bytesingsong) made their first contribution in [#​4333](https://redirect.github.com/navidrome/navidrome/pull/4333) - [@​bytetigers](https://redirect.github.com/bytetigers) made their first contribution in [#​4325](https://redirect.github.com/navidrome/navidrome/pull/4325) - [@​Cristiandis](https://redirect.github.com/Cristiandis) made their first contribution in [#​4387](https://redirect.github.com/navidrome/navidrome/pull/4387) - [@​tebriel](https://redirect.github.com/tebriel) made their first contribution in [#​4302](https://redirect.github.com/navidrome/navidrome/pull/4302) - [@​emmmm](https://redirect.github.com/emmmm) made their first contribution in [#​4391](https://redirect.github.com/navidrome/navidrome/pull/4391) **Full Changelog**: https://github.com/navidrome/navidrome/compare/v0.57.0...v0.58.0 #### Helping out This release is only possible thanks to the support of some **awesome people**! Want to be one of them? You can [sponsor](https://redirect.github.com/sponsors/deluan), pay me a [Ko-fi](https://ko-fi.com/deluan), or [contribute with code](https://www.navidrome.org/docs/developers/). #### Where to go next? - Read installation instructions on our [website](https://www.navidrome.org/docs/installation/). - Host Navidrome on [PikaPods](https://www.pikapods.com/pods/navidrome) for a simple cloud solution. - Reach out on [Discord](https://discord.gg/xh7j7yF), [Reddit](https://www.reddit.com/r/navidrome/) and [Twitter](https://twitter.com/navidrome)! </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
f92462ef6e |
chore(helm): update immich v1.136.0 → v1.137.3 (minor) (#38019)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `48716ca` -> `bc21815` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `2d97a3f` -> `8691608` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `410de6d` -> `5451885` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `198d527` -> `ef517c0` | | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | minor | `8c9633b` -> `e517f80` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-machine-learning)</summary> ### [`v1.137.3`](https://redirect.github.com/immich-app/immich/releases/tag/v1.137.3) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.137.1...v1.137.3) ##### v1.137.3 - Fixes a media location migration issue for people who have `IMMICH_MEDIA_LOCATION` set. (e.g., Unraid) <!-- Release notes generated using configuration in .github/release.yml at v1.137.3 --> ##### What's Changed ##### 🐛 Bug fixes - fix: guard IS\_FAVORITE column with SDK check by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [https://github.com/immich-app/immich/pull/20511](https://redirect.github.com/immich-app/immich/pull/20511) - fix: migration if media location is set by [@​danieldietzler](https://redirect.github.com/danieldietzler) in [https://github.com/immich-app/immich/pull/20532](https://redirect.github.com/immich-app/immich/pull/20532) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.137.2...v1.137.3 ### [`v1.137.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.137.1) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.137.0...v1.137.1) ##### v1.137.1 - Fixes an issue with the `/usr/src/app/upload` => `/data` migration if you don't have any assets in the default library <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### 🐛 Bug fixes - fix: automatic media location migration without internal assets by [@​danieldietzler](https://redirect.github.com/danieldietzler) in [https://github.com/immich-app/immich/pull/20489](https://redirect.github.com/immich-app/immich/pull/20489) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.137.0...v1.137.1 ### [`v1.137.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.137.0) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.136.0...v1.137.0) ##### v1.137.0 - *knock, knock* - *Who's there?* - *Breaking* - *Breaking who?* - *Breaking changes woohoo, with a stable-release-is-around-the-corner and coming to a server near you (soon™)* > \[!CAUTION] > > # Breaking Changes > > If your current, running version of Immich is `v1.132.0` or newer, there is **NO ACTION** required. If you are updating from version below `v1.132.0` continue reading. > > ## Remove TypeORM ([#​20366](https://redirect.github.com/immich-app/immich/issues/20366)) > > This update requires applications to have started up at least once on `1.132.0+`. See <https://immich.app/errors/#typeorm-upgrade> for more details. ##### Highlights Welcome to the release `v1.137.0` of Immich. This version adds many bug fixes for the beta timeline, more feature parity with the old timeline, alongside some nifty enhancements to the web and the server as well. As always, new translations have been merged in, and the documentation has been updated at https://immich.app. Now, let’s dive in! - The default `docker-compose.yml` template has changed - Beta timeline - Shared link custom URL - Find large files utility - API key permission improvements ##### `docker-compose.yml` template change (optional) The default compose file now uses `/data` instead of `/usr/src/app/upload`. This is a completely optional change and **NOT** a breaking change. Prior versions of Immich will continue to work without any user intervention. For more information, see [#​20367](https://redirect.github.com/immich-app/immich/issues/20367). Prior to this change, uploaded media was located at `/usr/src/app/upload/upload` in the container (notice the double “upload” folders), which often led to confusion. It will now be located at `/data/upload`, and we hope that makes things easier. ##### Beta timeline Thank you to everyone who tried out the beta timeline in the last release! We have gathered a lot of great feedback, and are actively working on incorporating it. We’ve fixed a bunch of bugs and added back a bunch of previous features. Here’s a quick list/overview of beta timeline changes this release: - Fix the invalid timeline grouping issue - Fix the trash action translation keys - Fix the beta timeline switch missing in landscape mode - Fix a timeline migration bug on Android - Fix the text overflow issue on the action buttons - Fix deep links when the beta timeline is enabled - Fix search places not working correctly - Fix missing hero animation between tabs - Fix the backup remainder backup count issue - Fix the share to app upload - Fix the error navigating back from the backup page - Fix the backup indicator - Fix the back gesture in multi-select mode - Fix user profile images - Fix the issue downloading live photo - Fix the issue with sync for users with external libraries - Fix the issue with storage filling up for users with iCloud photos … and more ##### Shared link custom URL ([#​19999](https://redirect.github.com/immich-app/immich/issues/19999)) Immich shared links by default are long and hard to guess. This is by design and is a security mechanism to prevent unwanted access. However, the long links can be a bit awkward to use because they are difficult to read. For cases where security is less important, we have added the option to specify a *custom URL*. <p align="center"> <img width="500" alt="image" src="https://github.com/user-attachments/assets/06d5dc89-1bb7-462c-a384-f62c3fb0e838" /> <p/> Shared links with a custom URL are now also available at `/s/<slug>` (in addition to `/share/<long-random-string>`. Naturally, these links don’t share the same security benefits of the long-random-string ones, so please use them accordingly. ##### Find large files utility (web-only) This release adds a new, convenient utility to find large files on your instance. You can access it by navigating to the “Utility” page on the web, and clicking “Review large files”. The page shows the largest 250 original files for your user. <p align="center"> <img width="500" alt="image" src="https://github.com/user-attachments/assets/171520d5-d03b-45f5-9b51-9bb86ae9fa98" /> <img width="800" alt="image" src="https://github.com/user-attachments/assets/6254ef6c-b57f-4d14-9f74-d03d4da56bd9" /> <p/> ##### Improved API key permissions and documentation Following up from the last release, we have added fine-grained permissions to more API endpoints, which are now also included in the auto-generated documentation, which can be read [here](https://immich.app/docs/api). > \[!CAUTION] > > Related to these changes, a few API permissions have been *renamed*. See [#​20250](https://redirect.github.com/immich-app/immich/issues/20250) for more details. On the web, the New API Key form now includes the newly added permissions, as well as a search bar for quicker access. <p align="center"> <img width="800" alt="image" src="https://github.com/user-attachments/assets/783a8188-e112-4af7-94b0-3b53fd815712" /> <p/> <!-- Release notes generated using configuration in .github/release.yml at main --> ##### What's Changed ##### 🚨 Breaking Changes - feat!: more permissions by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​20250](https://redirect.github.com/immich-app/immich/pull/20250) - feat!: remove typeorm by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​20366](https://redirect.github.com/immich-app/immich/pull/20366) ##### 🚀 Features - feat: automatically detect media location changes by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​20256](https://redirect.github.com/immich-app/immich/pull/20256) - feat: find large files utility by [@​niwla23](https://redirect.github.com/niwla23) in [#​18040](https://redirect.github.com/immich-app/immich/pull/18040) - feat: change default media location to /data by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​20367](https://redirect.github.com/immich-app/immich/pull/20367) - feat: better endpoint descriptions by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​20439](https://redirect.github.com/immich-app/immich/pull/20439) ##### 🌟 Enhancements - feat: don't wait for network on app startup by [@​zackpollard](https://redirect.github.com/zackpollard) in [#​20232](https://redirect.github.com/immich-app/immich/pull/20232) - feat: add to album on new beta timeline by [@​bwees](https://redirect.github.com/bwees) in [#​20119](https://redirect.github.com/immich-app/immich/pull/20119) - feat(web): api key permission search by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​20248](https://redirect.github.com/immich-app/immich/pull/20248) - chore: delete action button by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​20261](https://redirect.github.com/immich-app/immich/pull/20261) - feat: scroll to top & view in timeline by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​20274](https://redirect.github.com/immich-app/immich/pull/20274) - feat(web): auto fit bounds for map modal. by [@​dagstuan](https://redirect.github.com/dagstuan) in [#​20345](https://redirect.github.com/immich-app/immich/pull/20345) - feat: shared links custom URL by [@​Jed-Giblin](https://redirect.github.com/Jed-Giblin) in [#​19999](https://redirect.github.com/immich-app/immich/pull/19999) - feat: support config via systemd credentials by [@​amarshall](https://redirect.github.com/amarshall) in [#​20406](https://redirect.github.com/immich-app/immich/pull/20406) - feat: 3-2-1 backup onboarding card by [@​bwees](https://redirect.github.com/bwees) in [#​20374](https://redirect.github.com/immich-app/immich/pull/20374) - feat: people page/sheet/detail by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​20309](https://redirect.github.com/immich-app/immich/pull/20309) - fix(web): Search chip key value heights don't match by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [#​20312](https://redirect.github.com/immich-app/immich/pull/20312) - feat: network requirement option for upload by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​20302](https://redirect.github.com/immich-app/immich/pull/20302) - feat: drift edit time and date action by [@​bwees](https://redirect.github.com/bwees) in [#​20377](https://redirect.github.com/immich-app/immich/pull/20377) - feat: drift description editor by [@​bwees](https://redirect.github.com/bwees) in [#​20383](https://redirect.github.com/immich-app/immich/pull/20383) ##### 🐛 Bug fixes - fix: override SSL options inside isolates by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20142](https://redirect.github.com/immich-app/immich/pull/20142) - fix: fallback auto grouping to day grouping by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20156](https://redirect.github.com/immich-app/immich/pull/20156) - fix: update trash action i18n keys by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20164](https://redirect.github.com/immich-app/immich/pull/20164) - chore: remove build flavor Android by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​20161](https://redirect.github.com/immich-app/immich/pull/20161) - fix: send correct includeArchived parameter to API when showing markers in map by [@​pelluch](https://redirect.github.com/pelluch) in [#​20117](https://redirect.github.com/immich-app/immich/pull/20117) - fix(web): multi-select in ascending asset order by [@​wuzihao051119](https://redirect.github.com/wuzihao051119) in [#​19461](https://redirect.github.com/immich-app/immich/pull/19461) - fix(mobile): hide video thumbnail when video is ready by [@​johnstef99](https://redirect.github.com/johnstef99) in [#​19328](https://redirect.github.com/immich-app/immich/pull/19328) - fix: geodata\_places pkey migration failing for certain upgrade paths by [@​zackpollard](https://redirect.github.com/zackpollard) in [#​20177](https://redirect.github.com/immich-app/immich/pull/20177) - fix: add beta toggle in landscape mode by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20187](https://redirect.github.com/immich-app/immich/pull/20187) - fix: add missing `await`s when changing client certificate by [@​jfly](https://redirect.github.com/jfly) in [#​20189](https://redirect.github.com/immich-app/immich/pull/20189) - fix: android backup album migration without recents by [@​zackpollard](https://redirect.github.com/zackpollard) in [#​20220](https://redirect.github.com/immich-app/immich/pull/20220) - fix: optional number inputs by [@​danieldietzler](https://redirect.github.com/danieldietzler) in [#​20218](https://redirect.github.com/immich-app/immich/pull/20218) - fix: character width calculation by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​20201](https://redirect.github.com/immich-app/immich/pull/20201) - fix: word wrapping on action buttons by [@​bwees](https://redirect.github.com/bwees) in [#​20231](https://redirect.github.com/immich-app/immich/pull/20231) - fix: lookup the primary key constraint name before dropping it by [@​zackpollard](https://redirect.github.com/zackpollard) in [#​20221](https://redirect.github.com/immich-app/immich/pull/20221) - fix(mobile): deep links when using the beta timeline by [@​bwees](https://redirect.github.com/bwees) in [#​20111](https://redirect.github.com/immich-app/immich/pull/20111) - fix(mobile): beta search page improvements by [@​bwees](https://redirect.github.com/bwees) in [#​20247](https://redirect.github.com/immich-app/immich/pull/20247) - fix(mobile): places search not working in beta version by [@​YarosMallorca](https://redirect.github.com/YarosMallorca) in [#​20284](https://redirect.github.com/immich-app/immich/pull/20284) - fix: no hero animation after tab change by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20285](https://redirect.github.com/immich-app/immich/pull/20285) - fix: remainder backup count by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​20270](https://redirect.github.com/immich-app/immich/pull/20270) - fix: share to app upload by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​20271](https://redirect.github.com/immich-app/immich/pull/20271) - fix: error on navigating back from backup selection page by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20299](https://redirect.github.com/immich-app/immich/pull/20299) - fix(web): Album picker recent albums don't match sidebar by [@​xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in [#​20313](https://redirect.github.com/immich-app/immich/pull/20313) - fix: change translation key for archive action button by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20336](https://redirect.github.com/immich-app/immich/pull/20336) - fix: backup indicator in beta app bar by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20354](https://redirect.github.com/immich-app/immich/pull/20354) - fix: handle back gesture in multi selection mode by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20356](https://redirect.github.com/immich-app/immich/pull/20356) - fix: handle cleanup of new backups alongside old backups by [@​zackpollard](https://redirect.github.com/zackpollard) in [#​20402](https://redirect.github.com/immich-app/immich/pull/20402) - fix: android widget periodic updates by [@​bwees](https://redirect.github.com/bwees) in [#​20389](https://redirect.github.com/immich-app/immich/pull/20389) - fix: show missing local assets only in timeline with partner sharing by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20298](https://redirect.github.com/immich-app/immich/pull/20298) - fix: sync is\_favorite from native by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20412](https://redirect.github.com/immich-app/immich/pull/20412) - fix(web): timeline date group width by [@​ben-basten](https://redirect.github.com/ben-basten) in [#​19964](https://redirect.github.com/immich-app/immich/pull/19964) - fix: exclude assets from excluded albumbs on main timeline by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20425](https://redirect.github.com/immich-app/immich/pull/20425) - fix: user profile images not working in beta timeline by [@​bwees](https://redirect.github.com/bwees) in [#​20203](https://redirect.github.com/immich-app/immich/pull/20203) - fix(web): timeline time bucket issue by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​20438](https://redirect.github.com/immich-app/immich/pull/20438) - fix: json encoding failure during live photo download by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20444](https://redirect.github.com/immich-app/immich/pull/20444) - fix(mobile): add partial index based on library ID to remote assets by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20214](https://redirect.github.com/immich-app/immich/pull/20214) - fix: clear local file cache before upload by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20448](https://redirect.github.com/immich-app/immich/pull/20448) - fix(download): handle completed downloads and refresh albums by [@​PeterOmbodi](https://redirect.github.com/PeterOmbodi) in [#​20241](https://redirect.github.com/immich-app/immich/pull/20241) - fix: incorrect next/previous action after folder view refresh by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​20447](https://redirect.github.com/immich-app/immich/pull/20447) - fix: modal race conditions by [@​danieldietzler](https://redirect.github.com/danieldietzler) in [#​20460](https://redirect.github.com/immich-app/immich/pull/20460) ##### 📚 Documentation - docs: more make commands and add mobile checks to pr-checklist by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​20211](https://redirect.github.com/immich-app/immich/pull/20211) - chore: add missing 'make pigeon' instruction by [@​jfly](https://redirect.github.com/jfly) in [#​20202](https://redirect.github.com/immich-app/immich/pull/20202) - fix(docs): update SQL queries with schema changes by [@​mmomjian](https://redirect.github.com/mmomjian) in [#​20297](https://redirect.github.com/immich-app/immich/pull/20297) - feat(docs): reorganize DB queries, add tags by [@​mmomjian](https://redirect.github.com/mmomjian) in [#​20303](https://redirect.github.com/immich-app/immich/pull/20303) - docs: add immich\_ml\_balancer to community projects by [@​apetersson](https://redirect.github.com/apetersson) in [#​20399](https://redirect.github.com/immich-app/immich/pull/20399) - docs: Add config example for Authelia by [@​Starbix](https://redirect.github.com/Starbix) in [#​20223](https://redirect.github.com/immich-app/immich/pull/20223) ##### 🌐 Translations - fix(mobile): distinguish backup settings title from 'backup\_controller\_page\_backup' translation entry by [@​zigarn](https://redirect.github.com/zigarn) in [#​20237](https://redirect.github.com/immich-app/immich/pull/20237) - fix(mobile): remove unused translation and pluralize existing one for map photos count by [@​zigarn](https://redirect.github.com/zigarn) in [#​20282](https://redirect.github.com/immich-app/immich/pull/20282) - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [#​20105](https://redirect.github.com/immich-app/immich/pull/20105) ##### New Contributors - [@​pelluch](https://redirect.github.com/pelluch) made their first contribution in [#​20117](https://redirect.github.com/immich-app/immich/pull/20117) - [@​jfly](https://redirect.github.com/jfly) made their first contribution in [#​20189](https://redirect.github.com/immich-app/immich/pull/20189) - [@​zigarn](https://redirect.github.com/zigarn) made their first contribution in [#​20237](https://redirect.github.com/immich-app/immich/pull/20237) - [@​beposec](https://redirect.github.com/beposec) made their first contribution in [#​20283](https://redirect.github.com/immich-app/immich/pull/20283) - [@​Jed-Giblin](https://redirect.github.com/Jed-Giblin) made their first contribution in [#​19999](https://redirect.github.com/immich-app/immich/pull/19999) - [@​niwla23](https://redirect.github.com/niwla23) made their first contribution in [#​18040](https://redirect.github.com/immich-app/immich/pull/18040) - [@​apetersson](https://redirect.github.com/apetersson) made their first contribution in [#​20399](https://redirect.github.com/immich-app/immich/pull/20399) - [@​amarshall](https://redirect.github.com/amarshall) made their first contribution in [#​20406](https://redirect.github.com/immich-app/immich/pull/20406) - [@​Starbix](https://redirect.github.com/Starbix) made their first contribution in [#​20223](https://redirect.github.com/immich-app/immich/pull/20223) - [@​PeterOmbodi](https://redirect.github.com/PeterOmbodi) made their first contribution in [#​20241](https://redirect.github.com/immich-app/immich/pull/20241) **Full Changelog**: <https://github.com/immich-app/immich/compare/v1.136.0...v1.137.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
45a6bd7214 |
chore(helm): update image quay.io/vaultwarden/server 1.34.2 → 1.34.3 (#37954)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [quay.io/vaultwarden/server](https://redirect.github.com/dani-garcia/vaultwarden) | patch | `2981e80` -> `84fd8a4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>dani-garcia/vaultwarden (quay.io/vaultwarden/server)</summary> ### [`v1.34.3`](https://redirect.github.com/dani-garcia/vaultwarden/releases/tag/1.34.3) [Compare Source](https://redirect.github.com/dani-garcia/vaultwarden/compare/1.34.2...1.34.3) #### Notable changes This release should fix an issue with MySQL/MariaDB database connections when using the Alpine images. The alpine build image has reverted to use MariaDB Connector/C v3.4.5 which resolved the issue. #### What's Changed - Update crates to trigger rebuild for mysql issue by [@​BlackDex](https://redirect.github.com/BlackDex) in [https://github.com/dani-garcia/vaultwarden/pull/6111](https://redirect.github.com/dani-garcia/vaultwarden/pull/6111) - fix hiding of signup link by [@​stefan0xC](https://redirect.github.com/stefan0xC) in [https://github.com/dani-garcia/vaultwarden/pull/6113](https://redirect.github.com/dani-garcia/vaultwarden/pull/6113) **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.34.2...1.34.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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
10c69baf41 |
chore(helm): update image docker.io/adguard/adguardhome v0.107.63 → v0.107.64 (#37964)
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 | `320ab49` -> `23243d0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (docker.io/adguard/adguardhome)</summary> ### [`v0.107.64`](https://redirect.github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010764---2025-07-28) [Compare Source](https://redirect.github.com/AdguardTeam/AdGuardHome/compare/v0.107.63...v0.107.64) See also the [v0.107.64 GitHub milestone][ms-v0.107.64]. ##### Security - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.24.5][go-1.24.5]. ##### Fixed - TTL override calculation ([#​7903]). - Validation process for DNSCrypt settings ([#​7856]). [#​7856]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7856 [#​7903]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7903 [go-1.24.5]: https://groups.google.com/g/golang-announce/c/gTNJnDXmn34 [ms-v0.107.64]: https://redirect.github.com/AdguardTeam/AdGuardHome/milestone/99?closed=1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
2167671cb8 |
chore(helm): update image docker.io/gotson/komga 1.22.1 → 1.23.1 (#37983)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) | minor | `578aa62` -> `f91b6d5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>gotson/komga (docker.io/gotson/komga)</summary> ### [`v1.23.1`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1231-2025-08-01) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.23.0...1.23.1) #### 🐛 Fixes **api** - reduce cache for announcements and releases to 1h ([e019f5d](https://redirect.github.com/gotson/komga/commits/e019f5d)) #### 🏎 Perf - separate database reads from writes ([f9d9139](https://redirect.github.com/gotson/komga/commits/f9d9139)) - use sqlite temporary tables for long parameter list ([7464e64](https://redirect.github.com/gotson/komga/commits/7464e64)) #### 🔄️ Changes **benchmark** - replace deprecated methods ([9046a61](https://redirect.github.com/gotson/komga/commits/9046a61)) **unscoped** - ktlint format ([9986f9d](https://redirect.github.com/gotson/komga/commits/9986f9d)) - move lucene commit to separate class ([243355f](https://redirect.github.com/gotson/komga/commits/243355f)) - replace deprecated property ([cfa3995](https://redirect.github.com/gotson/komga/commits/cfa3995)) #### 🧪 Tests - use synchronous lucene committer for tests ([0e52bde](https://redirect.github.com/gotson/komga/commits/0e52bde)) - use synchronous events for tests ([a80eb59](https://redirect.github.com/gotson/komga/commits/a80eb59)) #### 🛠 Build **docker** - downgrade base image from ubuntu:25.04 to ubuntu:24.10 for arm64/arm64 ([ffd2d0c](https://redirect.github.com/gotson/komga/commits/ffd2d0c)), closes [#​2021](https://redirect.github.com/gotson/komga/issues/2021) **webui** - update Browserslist db ([8c4fb26](https://redirect.github.com/gotson/komga/commits/8c4fb26)) #### ⚙️ Dependencies **komga** - bump spring boot to 3.5.4 ([d8d2029](https://redirect.github.com/gotson/komga/commits/d8d2029)) - bump bestbefore-processor-kotlin to 0.2.0 ([5af98a5](https://redirect.github.com/gotson/komga/commits/5af98a5)) - bump spring-session-caffeine to 2.1.0 ([0a0bd96](https://redirect.github.com/gotson/komga/commits/0a0bd96)) **webui** - bump on-headers and compression in /komga-webui ([cd98fed](https://redirect.github.com/gotson/komga/commits/cd98fed)) ### [`v1.23.0`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1230-2025-07-28) [Compare Source](https://redirect.github.com/gotson/komga/compare/1.22.1...1.23.0) #### 🚀 Features - check if database files are on local filesystem on startup ([93b2130](https://redirect.github.com/gotson/komga/commits/93b2130)) #### 🐛 Fixes - ensure tasksDB parent directory is created ([eb1e602](https://redirect.github.com/gotson/komga/commits/eb1e602)) #### 🔄️ Changes - ktlint format ([756d9f9](https://redirect.github.com/gotson/komga/commits/756d9f9)) - use guard condition in when ([83a995f](https://redirect.github.com/gotson/komga/commits/83a995f)) - remove redundant qualifier ([d82af1b](https://redirect.github.com/gotson/komga/commits/d82af1b)) - rename unused exceptions ([5ba13d0](https://redirect.github.com/gotson/komga/commits/5ba13d0)) - simplify condition ([b84a958](https://redirect.github.com/gotson/komga/commits/b84a958)) - simplify regex string ([c955f2d](https://redirect.github.com/gotson/komga/commits/c955f2d)) - remove explicit type ([65c8575](https://redirect.github.com/gotson/komga/commits/65c8575)) - replace enum.values() with enum.entries ([03993ac](https://redirect.github.com/gotson/komga/commits/03993ac)) - remove unused code ([b7d1824](https://redirect.github.com/gotson/komga/commits/b7d1824)) - fix warning on startup ([209792f](https://redirect.github.com/gotson/komga/commits/209792f)) #### 🛠 Build - add os name to junit test report ([ba83452](https://redirect.github.com/gotson/komga/commits/ba83452)) - publish junit test report ([8952b83](https://redirect.github.com/gotson/komga/commits/8952b83)) #### 🌐 Translation **webui** - translated using Weblate (Turkish) ([dc1248e](https://redirect.github.com/gotson/komga/commits/dc1248e)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
d06d0f7292 |
chore(helm): update image ghcr.io/linuxserver/freshrss digest to bd86eea (#38114)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/freshrss](https://redirect.github.com/linuxserver/docker-freshrss/packages) ([source](https://redirect.github.com/linuxserver/docker-freshrss)) | digest | `78a39bb` -> `bd86eea` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
c30a487ed2 |
chore(helm): update image seaduboi/broadcast-box digest to 9c1be02 (#37945)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | seaduboi/broadcast-box | digest | `98941ea` -> `9c1be02` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
eda1198dc0 |
fix(deps): update module golang.org/x/crypto v0.40.0 → v0.41.0 (clustertool) (#38214)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | golang.org/x/crypto | `v0.40.0` -> `v0.41.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
f25488bc0b | chore(helm): update image ghcr.io/linuxserver/projectsend digest to 1a4910e (#37934) | ||
|
|
cc50abcc5a | chore(helm): update image docker.io/shlinkio/shlink-web-client 4.4.1 → 4.5.0 (#38210) | ||
|
|
25b9dfb81f | chore(helm): update image docker.io/jlesage/mkvcleaver v25.07.1 → v25.07.2 (#37972) |