mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 15:55:09 -03:00
98a09f0691bf3dc0d4fc4af6e366d82acf914aff
47826 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
98a09f0691 |
chore(helm): update chart mongodb 16.6.3 → 16.7.0 (#39905)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mongodb](https://truecharts.org/charts/stable/mongodb) ([source](https://redirect.github.com/bitnami/bitnami-docker-mongodb)) | minor | `16.6.3` -> `16.7.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19--> |
||
|
|
f524007aa8 | chore(helm): update chart memcached 16.6.3 → 16.7.0 (#39904) | ||
|
|
739ce6645b |
chore(helm): update immich v1.142.1 → v1.143.0 (minor) (#39907)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `bbea738` -> `aa3f0fe` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `0bea53b` -> `1afd251` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `008d696` -> `f0c81a1` | | [ghcr.io/immich-app/immich-machine-learning](https://redirect.github.com/immich-app/immich) | minor | `9855f6a` -> `2bbf700` | | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | minor | `06bc771` -> `6676551` | --- > [!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.143.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.143.0) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.142.1...v1.143.0) ##### v1.143.0 > \[!NOTE] > *If you're still experiencing issues with remote assets or albums not showing up on the mobile app, please ensure that your server is updated to the latest version. If you are still having issues, try logging out and back in.* ##### Highlights Welcome to release `v1.143.0` of Immich. Like all releases, this one includes the latest batch of translations. A special thanks to everyone who has contributed so far to translating the project. If you are interested in helping translate yourself, check out our project on [Weblate](https://hosted.weblate.org/projects/immich/immich/). Other than that, this release is *mostly* bug fixes, with a few minor enhancements. Now let’s dive right in! - Material 3 switch/toggle (web) [#​22100](https://redirect.github.com/immich-app/immich/issues/22100) - Bring back configurable backup settings (mobile) [#​22114](https://redirect.github.com/immich-app/immich/issues/22114) - Concurrent hashing & hashing progress (mobile) [#​21997](https://redirect.github.com/immich-app/immich/issues/21997) - Download progress (mobile) [#​22178](https://redirect.github.com/immich-app/immich/issues/22178) - Notable fix: Web modals [#​22079](https://redirect.github.com/immich-app/immich/issues/22079) - Notable fix: Mobile “freezes” [#​22111](https://redirect.github.com/immich-app/immich/issues/22111) - Notable fix: Copy image on Safari ##### Material 3 switch/toggle (web) The web project has an updated switch/toggle, thanks to [@​SevereCloud](https://redirect.github.com/SevereCloud) ([immich-app/ui#267](https://redirect.github.com/immich-app/ui/pull/267)) for that. <img width="400" alt="image" src="https://github.com/user-attachments/assets/9968ec63-1eb8-4e22-a59c-59ed37f11d42" /> ##### Bring back configurable backup settings (Android) Just like the previous timeline implementation, the new version now has similar settings for - Backup only while charging - Upload only after a minimum amount of elapsed time ##### Concurrent hashing & hashing progress (mobile) Improvements have been made to the client-side hashing implementation, which now enables hashing to happen *concurrently*. This significantly increases throughput, and now the speed is mostly limited by how fast files can be read from internal storage. The hashing process has also been updated to only hash assets from the albums selected for backups, which reduces the number of downloads for iCloud users. <img width="400" src="https://github.com/user-attachments/assets/d20499ae-0764-44fb-8679-2c07318b09e3"/> ##### Download progress (mobile) The mobile app now has a built-in download progress indicator, which makes it easy to see the progress of files being downloaded onto the device. <p align="center"> <img width="300" alt="image" src="https://github.com/user-attachments/assets/2372ac4d-f7f5-48e6-9d75-1a0d29ceb7b7" /> <img width="300" alt="image" src="https://github.com/user-attachments/assets/03f63e7e-85cd-4ba3-ada5-9a6774913cae" /> <p/> ##### Notable fix: Web modals Previous to this release, the web application would often “freeze” or become unusable after using a modal (creating a shared link, creating an api key, confirming the deletion of assets, etc.). This issue has been fixed. ##### Notable fix: Mobile “freezes” This release fixes an issue that the mobile application could occasionally “freeze”, with the thumbnails would stop loading, and certain pages would become unusable until the application was forced closed. This has proved much more challenging to solve. We determined that the cause was due to concurrent access to SQLite from background/foreground processes, which could have put the app into this state. We have taken measures to address these situations and believe the application should be much more *stable*. If you are still running into these types of issues, please let us know! ##### Notable fix: Copy image on Safari The “copy image to clipboard” functionality has long worked on non-Safari browsers, but in this release, we were finally able to identify and implement a fix. Copying an image to the clipboard should now also work on Safari. ##### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> If you find the project helpful, you can support Immich by purchasing a product key at <https://buy.immich.app> or our merchandise at <https://immich.store> <!-- Release notes generated using configuration in .github/release.yml at v1.143.0 --> ##### What's Changed ##### 🚀 Features - chore: bump immich/ui by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22100](https://redirect.github.com/immich-app/immich/pull/22100) - feat: add configurable backup on charging only and delay settings for android by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22114](https://redirect.github.com/immich-app/immich/pull/22114) ##### 🌟 Enhancements - feat(web): toggle theme shortcut by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22139](https://redirect.github.com/immich-app/immich/pull/22139) - refactor: hashing service by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​21997](https://redirect.github.com/immich-app/immich/pull/21997) - fix: download feedback by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22178](https://redirect.github.com/immich-app/immich/pull/22178) - feat: availability checks by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22185](https://redirect.github.com/immich-app/immich/pull/22185) - feat: show preparing/hashing status in backup page by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22222](https://redirect.github.com/immich-app/immich/pull/22222) ##### 🐛 Bug fixes - fix: close menu anchor on navigation by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22021](https://redirect.github.com/immich-app/immich/pull/22021) - fix: sidebar link hightlight by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22035](https://redirect.github.com/immich-app/immich/pull/22035) - fix(oauth): omit blank pkce from url when not supported by [@​uphillcheddar](https://redirect.github.com/uphillcheddar) in [#​21976](https://redirect.github.com/immich-app/immich/pull/21976) - fix(server): bulk edit rating by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​21839](https://redirect.github.com/immich-app/immich/pull/21839) - fix: distance of segment label overlapsed scrubber label by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22043](https://redirect.github.com/immich-app/immich/pull/22043) - fix: navigate to time by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22078](https://redirect.github.com/immich-app/immich/pull/22078) - fix(web): issue with modal locking the page by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22079](https://redirect.github.com/immich-app/immich/pull/22079) - fix(mobile): prevent concurrent refresh and processing tasks by [@​mertalev](https://redirect.github.com/mertalev) in [#​22111](https://redirect.github.com/immich-app/immich/pull/22111) - chore(deps): bump flutter to 3.35.3 by [@​mertalev](https://redirect.github.com/mertalev) in [#​22054](https://redirect.github.com/immich-app/immich/pull/22054) - fix: poll counts from DB rather than using callbacks from library by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22117](https://redirect.github.com/immich-app/immich/pull/22117) - fix: beta migration check by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22092](https://redirect.github.com/immich-app/immich/pull/22092) - fix: ensure background worker is scheduled when the app is dismissed by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22032](https://redirect.github.com/immich-app/immich/pull/22032) - fix: display album image in selection mode by [@​vitoksmile](https://redirect.github.com/vitoksmile) in [#​22087](https://redirect.github.com/immich-app/immich/pull/22087) - fix: initial size of bottom sheet by [@​vitoksmile](https://redirect.github.com/vitoksmile) in [#​22085](https://redirect.github.com/immich-app/immich/pull/22085) - fix: Refresh photo after updating featured photo by [@​stewx](https://redirect.github.com/stewx) in [#​21971](https://redirect.github.com/immich-app/immich/pull/21971) - fix(mobile): load original image by [@​mertalev](https://redirect.github.com/mertalev) in [#​22142](https://redirect.github.com/immich-app/immich/pull/22142) - fix: show delete on device when asset has a local match by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22143](https://redirect.github.com/immich-app/immich/pull/22143) - fix: do not migrate existing users by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22146](https://redirect.github.com/immich-app/immich/pull/22146) - fix(web): download panel by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22150](https://redirect.github.com/immich-app/immich/pull/22150) - fix(mobile): thumbnail shimmering effect by [@​mertalev](https://redirect.github.com/mertalev) in [#​22158](https://redirect.github.com/immich-app/immich/pull/22158) - fix: asset viewer background isn't shown by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22161](https://redirect.github.com/immich-app/immich/pull/22161) - fix: show thumbnail instantly when jumping to top of the page by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22163](https://redirect.github.com/immich-app/immich/pull/22163) - fix(mobile): stack row blocking gestures and not showing up by [@​mertalev](https://redirect.github.com/mertalev) in [#​21854](https://redirect.github.com/immich-app/immich/pull/21854) - chore: refresh backup stats when entering backup page by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​21977](https://redirect.github.com/immich-app/immich/pull/21977) - fix: display thumbnail while scrubbing paused by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22164](https://redirect.github.com/immich-app/immich/pull/22164) - fix(web): do not upscale small pictures by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22191](https://redirect.github.com/immich-app/immich/pull/22191) - fix: get scrubber in search view working by [@​alextran1502](https://redirect.github.com/alextran1502) in [#​22175](https://redirect.github.com/immich-app/immich/pull/22175) - fix: sqlite parameters limit by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22119](https://redirect.github.com/immich-app/immich/pull/22119) - fix(mobile): smaller search page size by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22210](https://redirect.github.com/immich-app/immich/pull/22210) - fix: automatically remove leading/trailing whitespace from search que… by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22214](https://redirect.github.com/immich-app/immich/pull/22214) - fix(web): show danger/warning when taken dates overlap by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22213](https://redirect.github.com/immich-app/immich/pull/22213) - fix(web): copy to clipboard on safari by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22217](https://redirect.github.com/immich-app/immich/pull/22217) - fix(web): only copy images via canvas by [@​jrasm91](https://redirect.github.com/jrasm91) in [#​22225](https://redirect.github.com/immich-app/immich/pull/22225) - fix: local share action not working on iPad by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22238](https://redirect.github.com/immich-app/immich/pull/22238) - fix: retain scroll position on scale update by [@​shenlong-tanwen](https://redirect.github.com/shenlong-tanwen) in [#​22237](https://redirect.github.com/immich-app/immich/pull/22237) ##### 📚 Documentation - docs: add community immich-birthday and immich-stack projects by [@​sid3windr](https://redirect.github.com/sid3windr) in [#​21934](https://redirect.github.com/immich-app/immich/pull/21934) - chore(docs): add an updated Podman/Quadlets community guide by [@​linux-universe](https://redirect.github.com/linux-universe) in [#​20744](https://redirect.github.com/immich-app/immich/pull/20744) ##### 🌐 Translations - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [#​21842](https://redirect.github.com/immich-app/immich/pull/21842) ##### New Contributors - [@​uphillcheddar](https://redirect.github.com/uphillcheddar) made their first contribution in [#​21976](https://redirect.github.com/immich-app/immich/pull/21976) - [@​sid3windr](https://redirect.github.com/sid3windr) made their first contribution in [#​21934](https://redirect.github.com/immich-app/immich/pull/21934) - [@​linux-universe](https://redirect.github.com/linux-universe) made their first contribution in [#​20744](https://redirect.github.com/immich-app/immich/pull/20744) - [@​vitoksmile](https://redirect.github.com/vitoksmile) made their first contribution in [#​22087](https://redirect.github.com/immich-app/immich/pull/22087) **Full Changelog**: <https://github.com/immich-app/immich/compare/v1.142.1...v1.143.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
08b6b8f476 |
chore(helm): update chart mariadb 17.3.3 → 17.4.0 (#39903)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mariadb](https://truecharts.org/charts/stable/mariadb) ([source](https://redirect.github.com/bitnami/bitnami-docker-mariadb)) | minor | `17.3.3` -> `17.4.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19--> |
||
|
|
72b65d4728 |
chore(helm): update chart clickhouse 16.7.3 → 16.8.0 (#39902)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://truecharts.org/charts/stable/clickhouse) ([source](https://clickhouse.com/)) | minor | `16.7.3` -> `16.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19--> |
||
|
|
21c2167de6 | chore(helm): update image ghcr.io/ylianst/meshcentral 1.1.50 → 1.1.51 (#39891) | ||
|
|
430b69bcae |
chore(helm): update image ghcr.io/home-operations/plex 1.42.1.10060 → 1.42.2.10156 (#39890)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/plex](https://ghcr.io/home-operations/plex) ([source](https://redirect.github.com/plexinc/pms-docker)) | patch | `04563be` -> `9ad8a35` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
321e41d4b9 |
chore(flux): update image volsync 3.7.2 → 3.8.0 (clustertool) (#39901)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [volsync](https://truecharts.org/charts/system/volsync) ([source](https://redirect.github.com/backube/helm-charts)) | minor | `3.7.2` -> `3.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
605f5bcc7b |
chore(flux): update image metallb-config 9.5.2 → 9.6.0 (clustertool) (#39898)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [metallb-config](https://truecharts.org/charts/premium/metallb-config) ([source](https://redirect.github.com/metallb/metallb)) | minor | `9.5.2` -> `9.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
df17838778 |
chore(flux): update image snapshot-controller 4.5.2 → 4.6.0 (clustertool) (#39899)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [snapshot-controller](https://truecharts.org/charts/system/snapshot-controller) ([source](https://redirect.github.com/kubernetes-csi/external-snapshotter)) | minor | `4.5.2` -> `4.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
3550fceba6 | chore(flux): update image spegel 4.6.2 → 4.7.0 (clustertool) (#39900) | ||
|
|
a444d57c03 |
chore(flux): update image kubernetes-reflector 7.5.2 → 7.6.0 (clustertool) (#39897)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector) ([source](https://ghcr.io/emberstack/kubernetes-reflector)) | minor | `7.5.2` -> `7.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
4921e13a55 |
chore(helm): update webtop (#39888)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/webtop | digest | `3bfa10b` -> `b45fd7f` | | lscr.io/linuxserver/webtop | digest | `ce61cb8` -> `7352fb0` | | lscr.io/linuxserver/webtop | digest | `1358fc5` -> `e241676` | | lscr.io/linuxserver/webtop | digest | `4666904` -> `c8eec83` | | lscr.io/linuxserver/webtop | digest | `56f9391` -> `acc328b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
1a7d4568a0 |
chore(helm): update image ghcr.io/linuxserver/ombi digest to 58e53ea (#39885)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/ombi](https://redirect.github.com/linuxserver/docker-ombi/packages) ([source](https://redirect.github.com/linuxserver/docker-ombi)) | digest | `4f4f26b` -> `58e53ea` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
28deb41270 |
chore(helm): update image ghcr.io/linuxserver/openvscode-server digest to b30f310 (#39886)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/openvscode-server](https://redirect.github.com/linuxserver/docker-openvscode-server/packages) ([source](https://redirect.github.com/linuxserver/docker-openvscode-server)) | digest | `d92d4c5` -> `b30f310` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
f0be01a038 |
chore(helm): update image ghcr.io/squat/generic-device-plugin digest to 4578784 (#39887)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/squat/generic-device-plugin | digest | `752a084` -> `4578784` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
80bd48e233 |
chore(flux): update image kubernetes-dashboard 2.5.3 → 2.6.0 (clustertool) (#39896)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-dashboard](https://truecharts.org/charts/premium/kubernetes-dashboard) ([source](https://redirect.github.com/kubernetes-dashboard/kubernetes-dashboard)) | minor | `2.5.3` -> `2.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
9701943f20 | chore(flux): update image kubelet-csr-approver 2.5.2 → 2.6.0 (clustertool) (#39895) | ||
|
|
873b94babf |
chore(flux): update image clusterissuer 10.5.2 → 10.6.0 (clustertool) (#39894)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clusterissuer](https://truecharts.org/charts/premium/clusterissuer) ([source](https://cert-manager.io/)) | minor | `10.5.2` -> `10.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
239e4fe39a | chore(flux): update image blocky 18.12.3 → 18.13.0 (clustertool) (#39893) | ||
|
|
a581f525f9 |
chore(container): update docker.io/renovate/renovate docker tag to v41.124.1 (#39889)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.124.0-full` -> `41.124.1-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.124.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.124.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.124.0...41.124.1) ##### Miscellaneous Chores - **deps:** update containerbase/internal-tools action to v3.13.7 (main) ([#​38165](https://redirect.github.com/renovatebot/renovate/issues/38165)) ([a3c60b8]( |
||
|
|
ae573a8c2f |
fix(wireguard): chart ipv6 killswitch is misconfigured (#39865)
use the correct helm variable when templating `KILLSWITCH_EXCLUDEDNETWORKS_IPV6` use helm funcs `prepend` and `join` to correctly handle empty input arrays, and template out the right env var string value **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes https://github.com/trueforge-org/truecharts/issues/39864 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
2dd18e348a |
chore(helm): update chart common 28.18.2 → 28.20.0 (#39869)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `28.18.2` -> `28.20.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
db1ec271ac | chore(helm): update image ghcr.io/n8n-io/n8n 1.112.3 → 1.113.0 (#39884) | ||
|
|
a508a06352 |
chore(helm): update image ghcr.io/gethomepage/homepage v1.4.6 → v1.5.0 (#39883)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage) | minor | `a1a578f` -> `e7fc26f` | --- > [!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>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`v1.5.0`](https://redirect.github.com/gethomepage/homepage/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v1.4.6...v1.5.0) #### What's Changed - Feature: Unraid widget by [@​dkaser](https://redirect.github.com/dkaser) in [#​5683](https://redirect.github.com/gethomepage/homepage/pull/5683) - Chore: update mkdocs by [@​shamoon](https://redirect.github.com/shamoon) in [#​5708](https://redirect.github.com/gethomepage/homepage/pull/5708) - Enhancement: Add issues field to Jellyseerr widget by [@​AdamWHY2K](https://redirect.github.com/AdamWHY2K) in [#​5725](https://redirect.github.com/gethomepage/homepage/pull/5725) - Chore(deps): Bump [@​headlessui/react](https://redirect.github.com/headlessui/react) from 1.7.19 to 2.2.7 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​5735](https://redirect.github.com/gethomepage/homepage/pull/5735) - Chore(deps): Bump gamedig from 5.2.0 to 5.3.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​5736](https://redirect.github.com/gethomepage/homepage/pull/5736) - Chore(deps): Bump tough-cookie from 5.1.2 to 6.0.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​5737](https://redirect.github.com/gethomepage/homepage/pull/5737) - Chore(deps): Bump recharts from 2.15.3 to 3.1.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​5739](https://redirect.github.com/gethomepage/homepage/pull/5739) - Chore(deps): Bump next from 15.4.5 to 15.5.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​5738](https://redirect.github.com/gethomepage/homepage/pull/5738) - Feature: Backrest widget by [@​dkaser](https://redirect.github.com/dkaser) in [#​5741](https://redirect.github.com/gethomepage/homepage/pull/5741) - Enhancement: support multiple proxmox nodes by [@​dNhax](https://redirect.github.com/dNhax) in [#​5539](https://redirect.github.com/gethomepage/homepage/pull/5539) - Chore(deps): Bump actions/github-script from 7 to 8 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​5744](https://redirect.github.com/gethomepage/homepage/pull/5744) - Chore(deps): Bump actions/stale from 9 to 10 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​5745](https://redirect.github.com/gethomepage/homepage/pull/5745) - Chore(deps): Bump actions/setup-node from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​5747](https://redirect.github.com/gethomepage/homepage/pull/5747) - Chore(deps): Bump actions/setup-python from 5 to 6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​5746](https://redirect.github.com/gethomepage/homepage/pull/5746) - Enhancement: mobile QuickLaunch button by [@​shamoon](https://redirect.github.com/shamoon) in [#​5789](https://redirect.github.com/gethomepage/homepage/pull/5789) - Fix: dont lose color when switching light / dark by [@​shamoon](https://redirect.github.com/shamoon) in [#​5796](https://redirect.github.com/gethomepage/homepage/pull/5796) - New Crowdin translations by GitHub Action by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​5695](https://redirect.github.com/gethomepage/homepage/pull/5695) - New Crowdin translations by GitHub Action by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​5800](https://redirect.github.com/gethomepage/homepage/pull/5800) #### New Contributors - [@​dkaser](https://redirect.github.com/dkaser) made their first contribution in [#​5683](https://redirect.github.com/gethomepage/homepage/pull/5683) - [@​dNhax](https://redirect.github.com/dNhax) made their first contribution in [#​5539](https://redirect.github.com/gethomepage/homepage/pull/5539) **Full Changelog**: <https://github.com/gethomepage/homepage/compare/v1.4.6...v1.5.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
da7fd8cbdc | chore(helm): update image docker.io/nocodb/nocodb 0.264.8 → 0.264.9 (#39879) | ||
|
|
fae448b3a6 | fix(website): update astro-better-image-service 2.1.8 → 2.1.9 (#39881) | ||
|
|
456d553b7b |
chore(helm): update image ghcr.io/linuxserver/speedtest-tracker 1.6.6 → 1.6.7 (#39880)
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 | `9f1039c` -> `5df987a` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
d8f2438552 |
chore(helm): update image docker.io/cloudflare/cloudflared 2025.9.0 → 2025.9.1 (#39878)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/cloudflare/cloudflared](https://redirect.github.com/cloudflare/cloudflared) | patch | `f9af363` -> `4604b47` | --- > [!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>cloudflare/cloudflared (docker.io/cloudflare/cloudflared)</summary> ### [`v2025.9.1`](https://redirect.github.com/cloudflare/cloudflared/releases/tag/2025.9.1) [Compare Source](https://redirect.github.com/cloudflare/cloudflared/compare/2025.9.0...2025.9.1) ##### SHA256 Checksums: ``` cloudflared-amd64.pkg: f0b668db6ea7cc11b4e9d46ae8eba3b3d7a5f7f945509c3896b8f62f59ef7a17 cloudflared-arm64.pkg: cf97fb14ba6e4b3a0f82318dd08bc9b30ed30d111f2a588e5e14481a63c2cc4a cloudflared-darwin-amd64.tgz: 3d205852967f91823798dd909cc8e0a10c07db7ab0a9f0a7b5fd21a0e7766e82 cloudflared-darwin-arm64.tgz: 0c20739ccab70c804e97b824a048e2028869c01e8c795b0033dd66b61962d491 cloudflared-fips-linux-amd64: 4f58d7e2fcf47f8cf1efe04da8393901102681aa71bdea24216242f004c34a90 cloudflared-fips-linux-amd64.deb: 3e6cdc1898b631ba3fb170ff2963224a3e704e52e7231da19df0152c4c0defe4 cloudflared-fips-linux-x86_64.rpm: cc4d7f6b81874a8ba34f0816a9160fa25e29fbc8b525a1f8e58ef8d36e8c50ae cloudflared-linux-386: 080daf6711ef2e707c4ebccb9e72b22965eee41b842212e77e822fd11ae5422c cloudflared-linux-386.deb: dca106f90fdda7b514242d156b1fdc7c73d1f83deebde45c97e43d5129ab5b1c cloudflared-linux-386.rpm: a3b35c63420c3347c2dbeca46a6674ae8c46ab28f4b143cb6905c92b7876070c cloudflared-linux-aarch64.rpm: e8c2a39d79c43e6333509e19a2221c7773bf99041d72f84ec511cc5bf55909ea cloudflared-linux-amd64: 3dc1dc4252eae3c691861f926e2b8640063a2ce534b07b7a3f4ec2de439ecfe3 cloudflared-linux-amd64.deb: b325f741da39f4aa2b44564534b29878d62569f0b68a0282002e73c8920e5eb7 cloudflared-linux-arm: ecef68497b742bfd09d64718b5fa94e16b086253d5024da60faf6ab72afe93c1 cloudflared-linux-arm.deb: d601bb5f8b880bbc428df4941e44fccd9fc46ef9d53712ae1e4d35d286a99b0e cloudflared-linux-arm.rpm: d8458d19e2045f773125263dcd9f58f87936b27f20120d65a91e028eb8e60b13 cloudflared-linux-arm64: 449baa3eb07f1ed7541f7a6e8a25bf7822ac1fdb60fbb2ebe9c344b2df20951a cloudflared-linux-arm64.deb: 84f60014905a4c5417680bb222e6d3481d8eab936d29a34891517519aca9e699 cloudflared-linux-armhf: f4d4829c83323e95b9b7bf733b904f8d039d9a01a58ef50d524414f2f1d02fe6 cloudflared-linux-armhf.deb: aa8b18bf4a97f0a6e08aaeff4d22da41b94903c6cf67fc775816cdd561dfdefd cloudflared-linux-armhf.rpm: 06ef85990389e098076489c0f70e646285d4b5ffddafebcde2d23e24494a4c1c cloudflared-linux-x86_64.rpm: 37a6048cb484f1e14943246991f0cd12d4d33d6d4286ef1243a912ee26a4b118 cloudflared-windows-386.exe: f399b862f5fc4c6eb27279fc3dd5fe75bfc104087c94d7371338f5670631de18 cloudflared-windows-386.msi: 78fcb8114f3782579b2165761a045ef1aec5d944b03d9379325491edffbddebf cloudflared-windows-amd64.exe: 871c63a23f167ec1a4fc5e2c3de9e91e4f0742af708fb8b86055ddd6da82ea8e cloudflared-windows-amd64.msi: 06142acc825e0d799d12ff0a03fd714b119c69dce868c98bb5def165b2425454 ``` </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e032376621 |
chore(helm): update image ghcr.io/linuxserver/davos digest to ae2591f (#39876)
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 | `477935a` -> `ae2591f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
0ad5eaf976 |
chore(container): update docker.io/renovate/renovate docker tag to v41.124.0 (#39882)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
minor | `41.123.0-full` -> `41.124.0-full` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>
###
[`v41.124.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.124.0)
[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/41.123.0...41.124.0)
##### Features
- **npm:** support yarn catalogs via yarn-plugin-catalogs
([#​37293](https://redirect.github.com/renovatebot/renovate/issues/37293))
([cb695e3](
|
||
|
|
f497b1e064 |
chore(flux): update image node-feature-discovery 0.17.3 → 0.17.4 (clustertool) (#39877)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | node-feature-discovery | patch | `0.17.3` -> `0.17.4` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
3e570e51b1 |
chore(helm): update image ghcr.io/manyfold3d/manyfold 0.123.1 → 0.123.2 (#39872)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold) | patch | `7179641` -> `02f8713` | --- > [!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>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary> ### [`v0.123.2`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.123.2) [Compare Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.123.1...v0.123.2) Minor release for a few bugfixes, including a small security fix around Cults3D credentials and fixes for running on MySQL/MariaDB. #### What's Changed ##### 🔒 Security 🔒 - Don't expose Cults3D auth credentials in error messages by [@​Floppy](https://redirect.github.com/Floppy) in [#​4733](https://redirect.github.com/manyfold3d/manyfold/pull/4733) - Add checksums to Gemfile.lock by [@​Floppy](https://redirect.github.com/Floppy) in [#​4735](https://redirect.github.com/manyfold3d/manyfold/pull/4735) ##### 🛠️ Other Improvements 🛠️ - Run tests across all supported databases by [@​Floppy](https://redirect.github.com/Floppy) in [#​4734](https://redirect.github.com/manyfold3d/manyfold/pull/4734) - Translation update by [@​Floppy](https://redirect.github.com/Floppy) in [#​4727](https://redirect.github.com/manyfold3d/manyfold/pull/4727) **Full Changelog**: <https://github.com/manyfold3d/manyfold/compare/v0.123.1...v0.123.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
71202e7fd8 |
chore(helm): update image docker.io/docuseal/docuseal 2.1.5 → 2.1.6 (#39870)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/docuseal/docuseal | patch | `f9b97b4` -> `c0316bf` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
fa851b4125 |
chore(helm): update jupyter 2025-09-19 → 2025-09-22 (patch) (#39868)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/jupyter/all-spark-notebook | patch | `dc58917` -> `0ef6453` | | quay.io/jupyter/base-notebook | patch | `aa44ee6` -> `c7abe6e` | | quay.io/jupyter/datascience-notebook | patch | `55ea0ff` -> `19c0634` | | quay.io/jupyter/minimal-notebook | patch | `c43ffbd` -> `7fc50ca` | | quay.io/jupyter/pyspark-notebook | patch | `ae7af7a` -> `16f790f` | | quay.io/jupyter/r-notebook | patch | `c9a7ea7` -> `7ffa5c3` | | quay.io/jupyter/scipy-notebook | patch | `7dc9b4f` -> `28ad9d2` | | quay.io/jupyter/tensorflow-notebook | patch | `c21833a` -> `c7f0dbb` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f50e273e92 |
chore(container): update docker.io/renovate/renovate docker tag to v41.123.0 (#39874)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `41.122.3-full` -> `41.123.0-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.123.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.123.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.122.3...41.123.0) ##### Features - **replacements:** add `clang-format` maintenance fork ([#​38144](https://redirect.github.com/renovatebot/renovate/issues/38144)) ([8b86b8c]( |
||
|
|
451eaddee5 |
chore(website): lock file maintenance (#39863)
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==--> |
||
|
|
cf42ff1c1c |
fix(website): update astro 5.13.9 → 5.13.10 (#39873)
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.13.9` ->
`5.13.10`](https://renovatebot.com/diffs/npm/astro/5.13.9/5.13.10) |
[](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.13.10`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#51310)
[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@5.13.9...astro@5.13.10)
##### Patch Changes
- Updated dependencies
\[[`1e2499e`](
|
||
|
|
f35f869f90 |
chore(helm): update image ghcr.io/home-operations/emby 4.9.1.34 → 4.9.1.35 (#39871)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/emby](https://ghcr.io/home-operations/emby) ([source](https://redirect.github.com/MediaBrowser/Emby.Releases)) | patch | `d205f0e` -> `495aa93` | --- > [!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>MediaBrowser/Emby.Releases (ghcr.io/home-operations/emby)</summary> ### [`v4.9.1.35`](https://redirect.github.com/MediaBrowser/Emby.Releases/releases/tag/4.9.1.35): -beta [Compare Source](https://redirect.github.com/MediaBrowser/Emby.Releases/compare/4.9.1.34...4.9.1.35) - Fix related to extras scanning Cumulative changes since stable release: - Improve library scan performance - Improve live tv guide refresh performance - Improve database performance - Update to .NET 8 - Update to sqlite 3.49.2 - Support macOS on all betas going forward - Support viewing books in the web app in pdf, epub, mobi, cbz, fb2 and other formats. - Add new maintenance mode feature - Add up key action option to video player - Add tv mode display setting to show remote control functions - Add network request protocol option to server network settings - Update ffmpeg with fixes related to image extraction and OpenCL - Improve performance of the realtime monitor - Increase remote quality default value - Fix collection content restrictions with search - Fix video rotation when transcoding - Debut of new WebStreams plugin - Add library option to merge contents of top level folders in folder view - Fix year being doubled in recording folder names - Fix trailer metadata being lost on refresh channels scheduled task - Improve results of multi-word searches - Add user option to hide spoiler information from unwatched episodes - Split remote quality setting into two, remote and cellular - Support changing subtitle appearance settings during video playback - Add Video codec, audio codec and framerate selectable and sortable fields - Reorganize user and app settings - Add experimental hevc transcoding option - Add option to limit resolution of all transcoding to conserve server resources - Add user preference to exclude libraries from search - Fix special episodes affecting unplayed episode counts - Improve hevc bitrate with conversion feature - Show three recent items in add to collection and add to playlist - Add copy user data as an option when creating a new user and initializing with data from another user - Add option for folder view to auto open single items in folders - Support fb2 book extension - Shorten display name for episode extras - Support external audio tracks for movies and episodes - Add Duplicates library filter - Add library options to control whether multi-part detection is enabled - Add library options to control whether multi-version detection is enabled - Support playback correction in the web app - Add a sleep timer menu option in the web app audio player - Improve title for external SDH subtitles - Add A-Z picker to add to collection/playlist - Support date played as a selectable field in poster view - Add library options to control generation of chapters when none are embedded within video files - Improve usage of embedded .ass fonts in the web app - Separate specials from episodes on series detail screen - Improve title for external subtitles - Artist sorting fixes - Improve camera upload error handling - Fix people search not respecting library access - Sorting fixes for items with long digits in name - Add episode title to recording notifications - Fix person sort order - macOS networking fixes - Smb file system fixes - Support locking artists - Rtsp protocol fixes - Improve separation of music and audiobook content in favorites - Remove songs section from audiobook author screen - Support setting shuffle state in audio player - Add Polish ratings - Fixes for sorting multi-part files - Improve titles and descriptions for numerous notifications - Fix scanning quirks with season scanning without season folders - Fix 3D flag being lost in some cases on initial import - Add Group By option on collection screens to choose between grouping collection items by media type or displaying all items in a single list - Transcoding fixes for audio only strm files - Increase image extraction timeout - Show ratings from all libraries on user config screen - Improve played filter for series in folder view - Improve searching for titles with dots in the name - Improve Emby Connect address reporting after network changes - Fix incorrect number of tracks displayed for a music artist - Run database integrity checks before backups - Add date to notification descriptions - M3U Live TV regression fix - Fix sorting by composers and artists when there are multiple values - Add prompt for playback when a channel is recording - Support incremental seek speed using arrow keys - Show more rows in video OSD guide - Support launching videos from photo slideshow - Auto-scroll the guide to the last played channel - Factor in disc number to audio image uniqueness when extracting images from audio files - Fix import collection options not showing in Emby library setup - Fix error after adding a new person using the metadata editor - Improve chapter support with multi-version videos - Fix series scanning regression related to year in folder name - Improve camera upload error handling - Support alternative encodings of playlist files - Improve photo scanning error handling - Support multiple episodedetails nodes in nfo files - Add workaround for older Dlna devices to fix playback failures - Fix temp files from database backup process not being cleaned up - Add channel groups picker above the guide - Improve remote image content-type detection - Fix playlist library folder not generating an image - Start running hardware detection earlier on startup to try and avoid playback errors - Support drag and drop reordering of transcoding codec settings - Portuguese tv naming fixes - Support ja-jp language code - Fix CA-A parental rating value - Improve server log anonymization - Adjust timing calculations for unaired/missing episodes - Fix incorrect items when shuffling or playing all on a music genre - Increase realtime monitor delay to help avoid repeated scanning - Support drag and drop reordering in home screen settings library order - Support drag and drop reordering in the metadata editor for genres, tags, people and studios - Fix extras being played with remote control play commands - Fix external dvdsub delivery - Support launching videos from slideshow - Prompt user when playing live channel with an active recording to ask if they want to start from the current live position or the start of the recording - Convert subtitle offset dialog to a slider - Fix unable to lock People - Fix person nfo not being saved - Set container field when importing all books - Search all subtitle providers on manual subtitle downloads - Fix collections getting lost after subtitle downloading when no nfo file is present - Fix intermittent issue of new recordings not having media info - Various content visibility fixes for newly created libraries - Fix more like this not hiding played media when the option is set - Fix sporadic cases of live streams ending early - Fix multiple live tv views showing - Add series recording option to check all libraries for existing episodes - Restore collections library - Fix adult metadata option not being used with Identify - Add option to group notifications - Fix rotation value for videos not being saved - Fix genres tab missing from music videos library - Support inherited images for music videos - Add date last episode aired sort order to tv shows - Support drag and drop reordering in all library settings - Add playback speed directly to video player OSD - Add up next to video OSD - Support -other for extras - Fix Live TV view not being hidden after removing Live TV from the server - Fix manage collaboration showing for playlists when permission to share personal content is denied - Add photo slideshow time per slide option - Add Play Slideshow context menu action for photos - Fix links section not showing for Collections - Fix .sdh missing from subtitle download file name - Refresh metadata on tracks when music albums are refreshed - Fix Referer header in log not being anonymized - Fix thumbnails for extras not being created </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
dac40bad73 |
chore(helm): update image docker.io/sentriz/gonic v0.17.0 → v0.18.0 (#39875)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/sentriz/gonic](https://redirect.github.com/sentriz/gonic) | minor | `32c400a` -> `fc7f3de` | --- > [!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>sentriz/gonic (docker.io/sentriz/gonic)</summary> ### [`v0.18.0`](https://redirect.github.com/sentriz/gonic/releases/tag/v0.18.0): gonic v0.18.0 [Compare Source](https://redirect.github.com/sentriz/gonic/compare/v0.17.0...v0.18.0) ##### ⚠ BREAKING CHANGES - **deps:** bump to go1.25 ##### Features - **docker:** use alpine native taglib ([c9f4181]( |
||
|
|
24c5882ade |
chore(helm): update image ghcr.io/home-operations/jackett 0.23.48 → 0.23.52 (#39866)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/jackett](https://ghcr.io/home-operations/jackett) ([source](https://redirect.github.com/Jackett/Jackett)) | patch | `d8aee70` -> `441dac3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Jackett/Jackett (ghcr.io/home-operations/jackett)</summary> ### [`v0.23.52`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.23.52) [Compare Source](https://redirect.github.com/Jackett/Jackett/compare/v0.23.48...v0.23.52) #### Changes: - [`2c4ca34`]( |
||
|
|
627326a1d6 |
chore(helm): update image ghcr.io/linuxserver/jackett 0.23.48 → 0.23.52 (#39867)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/jackett](https://redirect.github.com/linuxserver/docker-jackett/packages) ([source](https://redirect.github.com/linuxserver/docker-jackett)) | patch | `debd32d` -> `56eb747` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
8554b33f4c | chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.1.1291 → v3-3.0.1.1304 (#39860) | ||
|
|
5911be8a34 |
chore(helm): update rdesktop (#39856)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/rdesktop | digest | `1562eb1` -> `170cdb5` | | lscr.io/linuxserver/rdesktop | digest | `ee8c25a` -> `da259b7` | | lscr.io/linuxserver/rdesktop | digest | `92abc62` -> `7b7457c` | | lscr.io/linuxserver/rdesktop | digest | `7368e41` -> `1a68bad` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
a8fce4a761 |
chore(helm): update image lscr.io/linuxserver/calibre-web digest to 98a2006 (#39855)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lscr.io/linuxserver/calibre-web](https://redirect.github.com/linuxserver/docker-calibre-web/packages) ([source](https://redirect.github.com/linuxserver/docker-calibre-web)) | digest | `f4159ed` -> `98a2006` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
0dd5d9af92 |
chore(helm): update image oci.trueforge.org/tccr/tailscale v1.86.5 → v1.88.2 (#39862)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/tccr/tailscale](https://redirect.github.com/trueforge-org/truecharts) | minor | `e57ede4` -> `0d650e9` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
4f9928b078 |
chore(helm): update image ghcr.io/home-operations/prowlarr 2.1.1.5185 → 2.1.2.5186 (#39859)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[ghcr.io/home-operations/prowlarr](https://ghcr.io/home-operations/prowlarr)
([source](https://redirect.github.com/Prowlarr/Prowlarr)) | patch |
`23c5597` -> `3e5e091` |
---
> [!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>Prowlarr/Prowlarr (ghcr.io/home-operations/prowlarr)</summary>
###
[`v2.1.2.5186`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v2.1.2.5186):
2.1.2.5186
[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v2.1.1.5185...v2.1.2.5186)
*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*
**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***
#### Changes:
-
[`7eb2d95`](
|
||
|
|
81fd96d3e0 |
chore(container): update docker.io/renovate/renovate docker tag to v41.122.3 (#39857)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | patch | `41.122.1-full` -> `41.122.3-full` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v41.122.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/41.122.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/41.122.2...41.122.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v10.46.8 (main) ([#​38151](https://redirect.github.com/renovatebot/renovate/issues/38151)) ([3f8e4f1]( |
||
|
|
1a0603c6f2 | chore(helm): update image ghcr.io/mintplex-labs/anything-llm digest to 7295dcc (#39853) | ||
|
|
021ad59450 | chore(helm): update image ghcr.io/home-operations/lidarr 2.14.2 → 2.14.3 (#39858) |