1ac0942c84056c367624ad3ba581ed50ab4cc377
8989 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
9befb30c43 |
Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.1.0 (#1764)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-machine-learning](https://github.com/immich-app/immich) | minor | `v2.0.1` -> `v2.1.0` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-machine-learning)</summary> ### [`v2.1.0`](https://github.com/immich-app/immich/releases/tag/v2.1.0) [Compare Source](https://github.com/immich-app/immich/compare/v2.0.1...v2.1.0) ### v2.1.0 Welcome to release `v2.1.0` of Immich! It’s been about 2 weeks since our [stable release](https://immich.app/blog/stable-release) 🎉 and the celebratory [Retro DVD](https://immich.store/products/immich-retro) 📀, which many of you are starting to receive. For those outside the US still waiting for theirs, we're currently awaiting a new batch of DVDs. Hopefully, those start shipping early next week at the latest. We’d like to take a moment to thank everyone for the support, kind words, and otherwise positive feedback. It’s been great to hear, and it means more to us than you know ♥️. #### Highlights This release contains mostly bug fixes, with a few minor enhancements. Here are some of the highlights: - Improved slideshow shuffle order (web) - Edit seconds and milliseconds (web) - Upload to stack (web) - Local album event notifications (web) - Notable fix: mobile search page scrolls back to the top As always, this release also contains the latest [translations](https://hosted.weblate.org/projects/immich/immich/). ##### Improved slideshow shuffle order (web) This release improves on the algorithm used to implement the `Shuffle` order for the slideshow feature on the web. You should now see a better distribution of photos (fewer repeats). <img width="500" alt="image" src="https://github.com/user-attachments/assets/d1d3a3de-4814-49d5-a4aa-9cf9b3be0fff" /> ##### Edit seconds and milliseconds (web) The change date modal on the web now supports the option to specify seconds and milliseconds. <img width="500" alt="image" src="https://github.com/user-attachments/assets/3f6bd91c-b61d-4f53-9cec-cd8480e6acfd" /> ##### Upload to stack (web) For stacks, a new menu option has been added: `Add upload to stack`. This action will open a file picker, allowing you to upload directly to the stack. <img width="500" alt="image" src="https://github.com/user-attachments/assets/4a19edd4-0b6d-457d-96ae-f93ef7ffec72" /> ##### Local album event notifications (web) This release adds a new in-app notification type: `Shared Album Invitation` and `Shared Album Update`. When you are invited to a shared album, and when a new asset is added to it, all users will receive a notification about the update. You can click on the notification to go directly to the mentioned album. The foundation for in-app (web) notifications was introduced in [#​17701](https://github.com/immich-app/immich/issues/17701), and we’re still working on expanding it to include more event types, with the hope of eventually incorporating it into the mobile app as a push notification. <img width="500" alt="image" src="https://github.com/user-attachments/assets/db0735f2-6ef6-48a7-86bc-2fc48aabaf02" /> ##### Notable fix: mobile search page scrolls back to the top The search page on mobile uses “infinite scroll”, which means new chunks of assets are automatically loaded in as you scroll down the page. However, prior to this release, the scroll position would reset to the top whenever new chunks were added, resulting in a frustrating user experience. This has been fixed, and the scroll position no longer resets. #### 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> #### What's Changed ##### 🌟 Enhancements - feat(server): improve checkAlbumAccess query performance by [@​skatsubo](https://github.com/skatsubo) in [#​22467](https://github.com/immich-app/immich/pull/22467) - fix(web): do not notify on patch releases by [@​jrasm91](https://github.com/jrasm91) in [#​22591](https://github.com/immich-app/immich/pull/22591) - fix(web): Uniform random distribution during shuffle by [@​Pascal-So](https://github.com/Pascal-So) in [#​19902](https://github.com/immich-app/immich/pull/19902) - feat(web): seconds and milliseconds in timestamps by [@​kaziu687](https://github.com/kaziu687) in [#​20337](https://github.com/immich-app/immich/pull/20337) - feat(web): Add upload to stack action by [@​Sese-Schneider](https://github.com/Sese-Schneider) in [#​19842](https://github.com/immich-app/immich/pull/19842) - feat(server): add `immich.users.total` metric by [@​Tushar-Harsora](https://github.com/Tushar-Harsora) in [#​21780](https://github.com/immich-app/immich/pull/21780) - feat: local album events notification by [@​alextran1502](https://github.com/alextran1502) in [#​22817](https://github.com/immich-app/immich/pull/22817) ##### 🐛 Bug fixes - fix(docs): link to immich docs does not lead correctly to docs by [@​XavierDupuis](https://github.com/XavierDupuis) in [#​22687](https://github.com/immich-app/immich/pull/22687) - fix(server): fix chunking Postgres query parameters by [@​skatsubo](https://github.com/skatsubo) in [#​22684](https://github.com/immich-app/immich/pull/22684) - fix(ml): Resolve IPv6 startup crash and healthcheck failure by [@​CaptainJack2491](https://github.com/CaptainJack2491) in [#​22387](https://github.com/immich-app/immich/pull/22387) - fix(server): override reserved color metadata for video thumbnails by [@​mertalev](https://github.com/mertalev) in [#​22348](https://github.com/immich-app/immich/pull/22348) - fix(mobile): trash description cut off by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​22662](https://github.com/immich-app/immich/pull/22662) - fix(mobile): empty album description does not save by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​22649](https://github.com/immich-app/immich/pull/22649) - fix(mobile): video player using ref after disposal by [@​mertalev](https://github.com/mertalev) in [#​21843](https://github.com/immich-app/immich/pull/21843) - fix: missing responsive calculation in UserPageLayout by [@​midzelis](https://github.com/midzelis) in [#​22455](https://github.com/immich-app/immich/pull/22455) - fix: use full-size image for non-web-compatible panoramas by [@​grgergo1](https://github.com/grgergo1) in [#​20359](https://github.com/immich-app/immich/pull/20359) - fix: hide view in timeline button on local timeline by [@​bwees](https://github.com/bwees) in [#​22713](https://github.com/immich-app/immich/pull/22713) - fix: Fix issue fail to download iOS live photos by [@​CuberL](https://github.com/CuberL) in [#​22708](https://github.com/immich-app/immich/pull/22708) - fix(mobile): closing editor goes back to main page by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​22647](https://github.com/immich-app/immich/pull/22647) - fix: improve the selected sidebar item text color in dark mode by [@​alextran1502](https://github.com/alextran1502) in [#​22640](https://github.com/immich-app/immich/pull/22640) - fix: promote to foreground service before starting engine by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​22517](https://github.com/immich-app/immich/pull/22517) - fix: bottom sheet blank with local assets that have remote counterparts by [@​bwees](https://github.com/bwees) in [#​22743](https://github.com/immich-app/immich/pull/22743) - fix: skip local only assets in move to lock action by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​22728](https://github.com/immich-app/immich/pull/22728) - fix: brief flashing when swiping from video by [@​Saschl](https://github.com/Saschl) in [#​22187](https://github.com/immich-app/immich/pull/22187) - fix: persist search page scroll offset between rebuilds by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​22733](https://github.com/immich-app/immich/pull/22733) - fix: only cast to device if the asset is a RemoteAsset by [@​bwees](https://github.com/bwees) in [#​22805](https://github.com/immich-app/immich/pull/22805) - fix: ios skip posting hash response after detached from engine by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​22695](https://github.com/immich-app/immich/pull/22695) - fix: shared album control permissions by [@​bwees](https://github.com/bwees) in [#​22435](https://github.com/immich-app/immich/pull/22435) - fix: show dialog before delete local action by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​22280](https://github.com/immich-app/immich/pull/22280) - chore: refactor show view in timeline button by [@​bwees](https://github.com/bwees) in [#​22894](https://github.com/immich-app/immich/pull/22894) ##### 📚 Documentation - docs: update Synology install guide by [@​TDR001](https://github.com/TDR001) in [#​21996](https://github.com/immich-app/immich/pull/21996) - docs: add some external library notes by [@​jrasm91](https://github.com/jrasm91) in [#​22776](https://github.com/immich-app/immich/pull/22776) - docs: add Immich-Stack to community-projects by [@​Qhilm](https://github.com/Qhilm) in [#​21563](https://github.com/immich-app/immich/pull/21563) ##### 🌐 Translations - chore(web): update translations by [@​weblate](https://github.com/weblate) in [#​22623](https://github.com/immich-app/immich/pull/22623) #### New Contributors - [@​XavierDupuis](https://github.com/XavierDupuis) made their first contribution in [#​22687](https://github.com/immich-app/immich/pull/22687) - [@​adrianjost](https://github.com/adrianjost) made their first contribution in [#​22631](https://github.com/immich-app/immich/pull/22631) - [@​CaptainJack2491](https://github.com/CaptainJack2491) made their first contribution in [#​22387](https://github.com/immich-app/immich/pull/22387) - [@​USBAkimbo](https://github.com/USBAkimbo) made their first contribution in [#​22673](https://github.com/immich-app/immich/pull/22673) - [@​MontejoJorge](https://github.com/MontejoJorge) made their first contribution in [#​22702](https://github.com/immich-app/immich/pull/22702) - [@​diogotcorreia](https://github.com/diogotcorreia) made their first contribution in [#​21602](https://github.com/immich-app/immich/pull/21602) - [@​CuberL](https://github.com/CuberL) made their first contribution in [#​22708](https://github.com/immich-app/immich/pull/22708) - [@​TDR001](https://github.com/TDR001) made their first contribution in [#​21996](https://github.com/immich-app/immich/pull/21996) - [@​PeterDaveHello](https://github.com/PeterDaveHello) made their first contribution in [#​22703](https://github.com/immich-app/immich/pull/22703) **Full Changelog**: <https://github.com/immich-app/immich/compare/v2.0.1...v2.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1764 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
248d995b59 |
Update ghcr.io/immich-app/immich-server Docker tag to v2.1.0 (#1765)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://github.com/immich-app/immich) | minor | `v2.0.1` -> `v2.1.0` | --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v2.1.0`](https://github.com/immich-app/immich/releases/tag/v2.1.0) [Compare Source](https://github.com/immich-app/immich/compare/v2.0.1...v2.1.0) ### v2.1.0 Welcome to release `v2.1.0` of Immich! It’s been about 2 weeks since our [stable release](https://immich.app/blog/stable-release) 🎉 and the celebratory [Retro DVD](https://immich.store/products/immich-retro) 📀, which many of you are starting to receive. For those outside the US still waiting for theirs, we're currently awaiting a new batch of DVDs. Hopefully, those start shipping early next week at the latest. We’d like to take a moment to thank everyone for the support, kind words, and otherwise positive feedback. It’s been great to hear, and it means more to us than you know ♥️. #### Highlights This release contains mostly bug fixes, with a few minor enhancements. Here are some of the highlights: - Improved slideshow shuffle order (web) - Edit seconds and milliseconds (web) - Upload to stack (web) - Local album event notifications (web) - Notable fix: mobile search page scrolls back to the top As always, this release also contains the latest [translations](https://hosted.weblate.org/projects/immich/immich/). ##### Improved slideshow shuffle order (web) This release improves on the algorithm used to implement the `Shuffle` order for the slideshow feature on the web. You should now see a better distribution of photos (fewer repeats). <img width="500" alt="image" src="https://github.com/user-attachments/assets/d1d3a3de-4814-49d5-a4aa-9cf9b3be0fff" /> ##### Edit seconds and milliseconds (web) The change date modal on the web now supports the option to specify seconds and milliseconds. <img width="500" alt="image" src="https://github.com/user-attachments/assets/3f6bd91c-b61d-4f53-9cec-cd8480e6acfd" /> ##### Upload to stack (web) For stacks, a new menu option has been added: `Add upload to stack`. This action will open a file picker, allowing you to upload directly to the stack. <img width="500" alt="image" src="https://github.com/user-attachments/assets/4a19edd4-0b6d-457d-96ae-f93ef7ffec72" /> ##### Local album event notifications (web) This release adds a new in-app notification type: `Shared Album Invitation` and `Shared Album Update`. When you are invited to a shared album, and when a new asset is added to it, all users will receive a notification about the update. You can click on the notification to go directly to the mentioned album. The foundation for in-app (web) notifications was introduced in [#​17701](https://github.com/immich-app/immich/issues/17701), and we’re still working on expanding it to include more event types, with the hope of eventually incorporating it into the mobile app as a push notification. <img width="500" alt="image" src="https://github.com/user-attachments/assets/db0735f2-6ef6-48a7-86bc-2fc48aabaf02" /> ##### Notable fix: mobile search page scrolls back to the top The search page on mobile uses “infinite scroll”, which means new chunks of assets are automatically loaded in as you scroll down the page. However, prior to this release, the scroll position would reset to the top whenever new chunks were added, resulting in a frustrating user experience. This has been fixed, and the scroll position no longer resets. #### 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> #### What's Changed ##### 🌟 Enhancements - feat(server): improve checkAlbumAccess query performance by [@​skatsubo](https://github.com/skatsubo) in [#​22467](https://github.com/immich-app/immich/pull/22467) - fix(web): do not notify on patch releases by [@​jrasm91](https://github.com/jrasm91) in [#​22591](https://github.com/immich-app/immich/pull/22591) - fix(web): Uniform random distribution during shuffle by [@​Pascal-So](https://github.com/Pascal-So) in [#​19902](https://github.com/immich-app/immich/pull/19902) - feat(web): seconds and milliseconds in timestamps by [@​kaziu687](https://github.com/kaziu687) in [#​20337](https://github.com/immich-app/immich/pull/20337) - feat(web): Add upload to stack action by [@​Sese-Schneider](https://github.com/Sese-Schneider) in [#​19842](https://github.com/immich-app/immich/pull/19842) - feat(server): add `immich.users.total` metric by [@​Tushar-Harsora](https://github.com/Tushar-Harsora) in [#​21780](https://github.com/immich-app/immich/pull/21780) - feat: local album events notification by [@​alextran1502](https://github.com/alextran1502) in [#​22817](https://github.com/immich-app/immich/pull/22817) ##### 🐛 Bug fixes - fix(docs): link to immich docs does not lead correctly to docs by [@​XavierDupuis](https://github.com/XavierDupuis) in [#​22687](https://github.com/immich-app/immich/pull/22687) - fix(server): fix chunking Postgres query parameters by [@​skatsubo](https://github.com/skatsubo) in [#​22684](https://github.com/immich-app/immich/pull/22684) - fix(ml): Resolve IPv6 startup crash and healthcheck failure by [@​CaptainJack2491](https://github.com/CaptainJack2491) in [#​22387](https://github.com/immich-app/immich/pull/22387) - fix(server): override reserved color metadata for video thumbnails by [@​mertalev](https://github.com/mertalev) in [#​22348](https://github.com/immich-app/immich/pull/22348) - fix(mobile): trash description cut off by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​22662](https://github.com/immich-app/immich/pull/22662) - fix(mobile): empty album description does not save by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​22649](https://github.com/immich-app/immich/pull/22649) - fix(mobile): video player using ref after disposal by [@​mertalev](https://github.com/mertalev) in [#​21843](https://github.com/immich-app/immich/pull/21843) - fix: missing responsive calculation in UserPageLayout by [@​midzelis](https://github.com/midzelis) in [#​22455](https://github.com/immich-app/immich/pull/22455) - fix: use full-size image for non-web-compatible panoramas by [@​grgergo1](https://github.com/grgergo1) in [#​20359](https://github.com/immich-app/immich/pull/20359) - fix: hide view in timeline button on local timeline by [@​bwees](https://github.com/bwees) in [#​22713](https://github.com/immich-app/immich/pull/22713) - fix: Fix issue fail to download iOS live photos by [@​CuberL](https://github.com/CuberL) in [#​22708](https://github.com/immich-app/immich/pull/22708) - fix(mobile): closing editor goes back to main page by [@​YarosMallorca](https://github.com/YarosMallorca) in [#​22647](https://github.com/immich-app/immich/pull/22647) - fix: improve the selected sidebar item text color in dark mode by [@​alextran1502](https://github.com/alextran1502) in [#​22640](https://github.com/immich-app/immich/pull/22640) - fix: promote to foreground service before starting engine by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​22517](https://github.com/immich-app/immich/pull/22517) - fix: bottom sheet blank with local assets that have remote counterparts by [@​bwees](https://github.com/bwees) in [#​22743](https://github.com/immich-app/immich/pull/22743) - fix: skip local only assets in move to lock action by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​22728](https://github.com/immich-app/immich/pull/22728) - fix: brief flashing when swiping from video by [@​Saschl](https://github.com/Saschl) in [#​22187](https://github.com/immich-app/immich/pull/22187) - fix: persist search page scroll offset between rebuilds by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​22733](https://github.com/immich-app/immich/pull/22733) - fix: only cast to device if the asset is a RemoteAsset by [@​bwees](https://github.com/bwees) in [#​22805](https://github.com/immich-app/immich/pull/22805) - fix: ios skip posting hash response after detached from engine by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​22695](https://github.com/immich-app/immich/pull/22695) - fix: shared album control permissions by [@​bwees](https://github.com/bwees) in [#​22435](https://github.com/immich-app/immich/pull/22435) - fix: show dialog before delete local action by [@​shenlong-tanwen](https://github.com/shenlong-tanwen) in [#​22280](https://github.com/immich-app/immich/pull/22280) - chore: refactor show view in timeline button by [@​bwees](https://github.com/bwees) in [#​22894](https://github.com/immich-app/immich/pull/22894) ##### 📚 Documentation - docs: update Synology install guide by [@​TDR001](https://github.com/TDR001) in [#​21996](https://github.com/immich-app/immich/pull/21996) - docs: add some external library notes by [@​jrasm91](https://github.com/jrasm91) in [#​22776](https://github.com/immich-app/immich/pull/22776) - docs: add Immich-Stack to community-projects by [@​Qhilm](https://github.com/Qhilm) in [#​21563](https://github.com/immich-app/immich/pull/21563) ##### 🌐 Translations - chore(web): update translations by [@​weblate](https://github.com/weblate) in [#​22623](https://github.com/immich-app/immich/pull/22623) #### New Contributors - [@​XavierDupuis](https://github.com/XavierDupuis) made their first contribution in [#​22687](https://github.com/immich-app/immich/pull/22687) - [@​adrianjost](https://github.com/adrianjost) made their first contribution in [#​22631](https://github.com/immich-app/immich/pull/22631) - [@​CaptainJack2491](https://github.com/CaptainJack2491) made their first contribution in [#​22387](https://github.com/immich-app/immich/pull/22387) - [@​USBAkimbo](https://github.com/USBAkimbo) made their first contribution in [#​22673](https://github.com/immich-app/immich/pull/22673) - [@​MontejoJorge](https://github.com/MontejoJorge) made their first contribution in [#​22702](https://github.com/immich-app/immich/pull/22702) - [@​diogotcorreia](https://github.com/diogotcorreia) made their first contribution in [#​21602](https://github.com/immich-app/immich/pull/21602) - [@​CuberL](https://github.com/CuberL) made their first contribution in [#​22708](https://github.com/immich-app/immich/pull/22708) - [@​TDR001](https://github.com/TDR001) made their first contribution in [#​21996](https://github.com/immich-app/immich/pull/21996) - [@​PeterDaveHello](https://github.com/PeterDaveHello) made their first contribution in [#​22703](https://github.com/immich-app/immich/pull/22703) **Full Changelog**: <https://github.com/immich-app/immich/compare/v2.0.1...v2.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1765 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
ffa77fd62c |
Update Helm release generic-device-plugin to v0.14.0 (#1755)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [generic-device-plugin](https://github.com/bjw-s/helm-charts) ([source](https://github.com/bjw-s/helm-charts/tree/HEAD/charts/library/common)) | minor | `0.13.0` -> `0.14.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==--> Reviewed-on: #1755 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
30cd508e79 | Update Helm release tailscale-operator to v1.88.4 (#1763) | ||
|
|
88c99ae08c | Update Helm release argo-workflows to v0.45.27 (#1762) | ||
|
|
12a502673b | Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.3 (#1761) | ||
|
|
4a375db27c | Update searxng/searxng:latest Docker digest to 0e0493d (#1760) | ||
|
|
54e8388a4a | Update Helm release external-secrets to v0.20.3 (#1759) | ||
|
|
65a7c6e3d7 | Update ghcr.io/linuxserver/prowlarr:2.0.5 Docker digest to 3669143 (#1758) | ||
|
|
7f0b292e9b | Update ghcr.io/linuxserver/lidarr:2.14.5 Docker digest to fc10fbd (#1757) | ||
|
|
763f109c80 | Update d3fk/s3cmd:latest Docker digest to 5f197ca (#1756) | ||
|
|
6dbae6f446 | Update ghcr.io/linuxserver/bazarr:1.5.3 Docker digest to 750251d (#1754) | ||
|
|
556ae96f20 | Update Helm release argo-cd to v8.6.1 (#1753) | ||
|
|
b5d6ba346e | Update ghcr.io/tailscale/tailscale Docker tag to v1.88.4 (#1752) | ||
|
|
6233566fe2 | Update ghcr.io/n8n-io/n8n Docker tag to v1.116.1 (#1751) | ||
|
|
71721a3537 | scale back | ||
|
|
40eb980634 |
Update halfshot/matrix-hookshot Docker tag to v7.2.0 (#1737)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [halfshot/matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) | minor | `7.1.0` -> `7.2.0` | --- ### Release Notes <details> <summary>matrix-org/matrix-hookshot (halfshot/matrix-hookshot)</summary> ### [`v7.2.0`](https://github.com/matrix-org/matrix-hookshot/blob/HEAD/CHANGELOG.md#720-2025-10-10) [Compare Source](https://github.com/matrix-org/matrix-hookshot/compare/7.1.0...7.2.0) ##### Features - Add configuration option for generic webhooks to configure maximum request body size limit, increase default to 1mb from default 100kb. ([#​1090](https://github.com/matrix-org/matrix-hookshot/issues/1090)) ##### Bugfixes - Fix a bug where users may fail to be registered with a `IO.ELEMENT.MSC4190.M_APPSERVICE_LOGIN_UNSUPPORTED` error when `MSC4190` is enabled on the homeserver. ([#​522](https://github.com/matrix-org/matrix-appservice-bridge/issues/522)) ([#​1092](https://github.com/matrix-org/matrix-hookshot/issues/1092)) ##### Internal Changes - Use emojis for all icons instead of dingbats, ensuring all clients render the icons in colour. ([#​1091](https://github.com/matrix-org/matrix-hookshot/issues/1091)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1737 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
77fc72a1d5 | recovery | ||
|
|
3831f33fcc | Update prometheus-operator-crds Docker tag to v24.0.1 (#1749) | ||
|
|
f06148e5df | Update searxng/searxng:latest Docker digest to d69b566 (#1748) | ||
|
|
c3235c5404 | Update ghcr.io/n8n-io/n8n Docker tag to v1.116.0 (#1747) | ||
|
|
2ee2999019 | Update ghcr.io/linuxserver/plex:1.42.2 Docker digest to b13c1a0 (#1746) | ||
|
|
146cbbd8f1 | Update kube-prometheus-stack Docker tag to v78.2.1 (#1745) | ||
|
|
75fb339054 | Update searxng/searxng:latest Docker digest to e2df381 (#1744) | ||
|
|
b8c7aa4bf5 | Update ghcr.io/linuxserver/radarr:5.27.5 Docker digest to af03fa6 (#1743) | ||
|
|
8677564dd7 | Update searxng/searxng:latest Docker digest to 7a13ee9 (#1742) | ||
|
|
6d10eda78e | Update kube-prometheus-stack Docker tag to v78.2.0 (#1741) | ||
|
|
40e8907da7 | Update ghcr.io/linuxserver/qbittorrent:5.1.2 Docker digest to 884b9b6 (#1740) | ||
|
|
1457c1fa3a | Update ollama/ollama Docker tag to v0.12.5 (#1739) | ||
|
|
1f87f2f257 | Update searxng/searxng:latest Docker digest to 67ba98e (#1738) | ||
|
|
72cd14f60f |
Update ghcr.io/0xerr0r/blocky Docker tag to v0.27.0 (#1732)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/0xerr0r/blocky](https://github.com/0xERR0R/blocky) | minor | `v0.26.2` -> `v0.27.0` | --- ### Release Notes <details> <summary>0xERR0R/blocky (ghcr.io/0xerr0r/blocky)</summary> ### [`v0.27.0`](https://github.com/0xERR0R/blocky/releases/tag/v0.27.0) [Compare Source](https://github.com/0xERR0R/blocky/compare/v0.26.2...v0.27.0) ##### Changelog - [`e99f1bd`](https://github.com/0xERR0R/blocky/commit/e99f1bdf14217ade12a2bbd7c72b7495866b7d4f): build(deps): bump actions/checkout from 4 to 5 ([#​1836](https://github.com/0xERR0R/blocky/issues/1836)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`8ef51ee`](https://github.com/0xERR0R/blocky/commit/8ef51ee0a844c6d91e98fc13472647b8213e90a4): build(deps): bump actions/download-artifact from 4 to 5 ([#​1830](https://github.com/0xERR0R/blocky/issues/1830)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`92ee006`](https://github.com/0xERR0R/blocky/commit/92ee00632e12e1bc887894e361ba47856af94b0a): build(deps): bump actions/setup-go from 5 to 6 ([#​1857](https://github.com/0xERR0R/blocky/issues/1857)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`26aaf7b`](https://github.com/0xERR0R/blocky/commit/26aaf7b08d96cfff2e5cafdd67900a1f50db4759): build(deps): bump actions/setup-python from 5 to 6 ([#​1859](https://github.com/0xERR0R/blocky/issues/1859)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`b249c5c`](https://github.com/0xERR0R/blocky/commit/b249c5c9c31d9b3815a0eef6b298458340c1e64c): build(deps): bump actions/stale from 9 to 10 ([#​1858](https://github.com/0xERR0R/blocky/issues/1858)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`6e69dbf`](https://github.com/0xERR0R/blocky/commit/6e69dbf172fc95e14f37cc8c16dd461e80f7fc79): build(deps): bump github.com/alicebob/miniredis/v2 from 2.34.0 to 2.35.0 ([#​1789](https://github.com/0xERR0R/blocky/issues/1789)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`2575a36`](https://github.com/0xERR0R/blocky/commit/2575a36720fb9bd34d2711edd33172e20da8b265): build(deps): bump github.com/breml/rootcerts from 0.2.21 to 0.2.22 ([#​1795](https://github.com/0xERR0R/blocky/issues/1795)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`4958089`](https://github.com/0xERR0R/blocky/commit/4958089649dbd610bb147eaf010e9f20b47761db): build(deps): bump github.com/breml/rootcerts from 0.2.22 to 0.3.0 ([#​1800](https://github.com/0xERR0R/blocky/issues/1800)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`ac5d872`](https://github.com/0xERR0R/blocky/commit/ac5d87252d77d1d35c53f02a37e9f3608dc4759e): build(deps): bump github.com/breml/rootcerts from 0.3.0 to 0.3.1 ([#​1815](https://github.com/0xERR0R/blocky/issues/1815)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`cd79244`](https://github.com/0xERR0R/blocky/commit/cd79244e078eefa24ab6f5e6c222e547fab0535d): build(deps): bump github.com/docker/docker ([#​1785](https://github.com/0xERR0R/blocky/issues/1785)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`ad473dd`](https://github.com/0xERR0R/blocky/commit/ad473ddea37706ff1b91356d0c718245f0d3bc23): build(deps): bump github.com/docker/docker ([#​1801](https://github.com/0xERR0R/blocky/issues/1801)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`375614e`](https://github.com/0xERR0R/blocky/commit/375614ec0b9b1d78a99eee4fae5e86be375bea88): build(deps): bump github.com/docker/docker ([#​1805](https://github.com/0xERR0R/blocky/issues/1805)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`c5ed579`](https://github.com/0xERR0R/blocky/commit/c5ed579ecc202e18bd583ed0037c1b278e56dc95): build(deps): bump github.com/docker/docker ([#​1807](https://github.com/0xERR0R/blocky/issues/1807)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`b088ba0`](https://github.com/0xERR0R/blocky/commit/b088ba0396ff2aaa19e94172b1482c1df4c68c0c): build(deps): bump github.com/docker/docker ([#​1821](https://github.com/0xERR0R/blocky/issues/1821)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`604e0ca`](https://github.com/0xERR0R/blocky/commit/604e0ca2bdf663902b04a007accc6e1a9305ddcd): build(deps): bump github.com/docker/docker ([#​1853](https://github.com/0xERR0R/blocky/issues/1853)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`c0284bb`](https://github.com/0xERR0R/blocky/commit/c0284bb51dab4e6bf2330954793d5538c3056cd1): build(deps): bump github.com/docker/docker ([#​1877](https://github.com/0xERR0R/blocky/issues/1877)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`6da2742`](https://github.com/0xERR0R/blocky/commit/6da27421b74ad0871576a4df5acc7a04ae26b902): build(deps): bump github.com/docker/docker ([#​1883](https://github.com/0xERR0R/blocky/issues/1883)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`984a07e`](https://github.com/0xERR0R/blocky/commit/984a07e503fdb206b2b1a305ff564c12a5623e6e): build(deps): bump github.com/docker/go-connections from 0.5.0 to 0.6.0 ([#​1832](https://github.com/0xERR0R/blocky/issues/1832)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`7c8fe37`](https://github.com/0xERR0R/blocky/commit/7c8fe371a3188390bec0aaae97b077bd88657eb8): build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 ([#​1799](https://github.com/0xERR0R/blocky/issues/1799)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`59d24ef`](https://github.com/0xERR0R/blocky/commit/59d24efb149c6803bf67f45e1dd7103a4e1c72b5): build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3 ([#​1848](https://github.com/0xERR0R/blocky/issues/1848)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`62610f6`](https://github.com/0xERR0R/blocky/commit/62610f657e052b9f5dba77bdfd6c2229d558ab6b): build(deps): bump github.com/go-chi/cors from 1.2.1 to 1.2.2 ([#​1804](https://github.com/0xERR0R/blocky/issues/1804)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`9a1b6a6`](https://github.com/0xERR0R/blocky/commit/9a1b6a6899e2755fc993ad4f8999941c2c6da464): build(deps): bump github.com/miekg/dns from 1.1.67 to 1.1.68 ([#​1824](https://github.com/0xERR0R/blocky/issues/1824)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`45141a7`](https://github.com/0xERR0R/blocky/commit/45141a75fc3ea5ea77ff1fdb57c9e8af04d2684a): build(deps): bump github.com/oapi-codegen/runtime from 1.1.1 to 1.1.2 ([#​1810](https://github.com/0xERR0R/blocky/issues/1810)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`859e729`](https://github.com/0xERR0R/blocky/commit/859e72982b2c0160cd5bbf9edd7fb66bb270b57c): build(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.25.0 ([#​1839](https://github.com/0xERR0R/blocky/issues/1839)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`c003d21`](https://github.com/0xERR0R/blocky/commit/c003d21da43da3f78adb9304b9affd1d24e2deee): build(deps): bump github.com/onsi/ginkgo/v2 from 2.25.0 to 2.25.1 ([#​1840](https://github.com/0xERR0R/blocky/issues/1840)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`3dda82e`](https://github.com/0xERR0R/blocky/commit/3dda82e0a80771fa9f55f8b8c6da33dbb9ebcb20): build(deps): bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.2 ([#​1850](https://github.com/0xERR0R/blocky/issues/1850)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`1bbfe6a`](https://github.com/0xERR0R/blocky/commit/1bbfe6a460cfdcbd124d64463b00c397776b4ce3): build(deps): bump github.com/onsi/ginkgo/v2 from 2.25.2 to 2.25.3 ([#​1856](https://github.com/0xERR0R/blocky/issues/1856)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`1df69da`](https://github.com/0xERR0R/blocky/commit/1df69dab0c5ae8930a436f50700ad3240f235d2e): build(deps): bump github.com/onsi/ginkgo/v2 from 2.25.3 to 2.26.0 ([#​1878](https://github.com/0xERR0R/blocky/issues/1878)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`3015bc3`](https://github.com/0xERR0R/blocky/commit/3015bc35aa36f99a75dc36333742f01dff5679d0): build(deps): bump github.com/onsi/gomega from 1.37.0 to 1.38.0 ([#​1816](https://github.com/0xERR0R/blocky/issues/1816)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`7a4a4e3`](https://github.com/0xERR0R/blocky/commit/7a4a4e312fb0e9dd75c5fe0737e393b752353ed5): build(deps): bump github.com/onsi/gomega from 1.38.0 to 1.38.1 ([#​1842](https://github.com/0xERR0R/blocky/issues/1842)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`ed6a3c0`](https://github.com/0xERR0R/blocky/commit/ed6a3c0582f946c8e17ef5ffd64fa93f98a8cd17): build(deps): bump github.com/onsi/gomega from 1.38.1 to 1.38.2 ([#​1844](https://github.com/0xERR0R/blocky/issues/1844)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`3bbca25`](https://github.com/0xERR0R/blocky/commit/3bbca25afdf6a0877fab4038a98d571463ae6bcb): build(deps): bump github.com/prometheus/client\_golang ([#​1822](https://github.com/0xERR0R/blocky/issues/1822)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`8683a96`](https://github.com/0xERR0R/blocky/commit/8683a96e5781bb754d243d0ca1f2db50160c1ef2): build(deps): bump github.com/prometheus/client\_golang ([#​1860](https://github.com/0xERR0R/blocky/issues/1860)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`523db8b`](https://github.com/0xERR0R/blocky/commit/523db8bc4f8eb097e3c19773ce1c63181379f984): build(deps): bump github.com/ramr/go-reaper from 0.2.3 to 0.3.0 ([#​1802](https://github.com/0xERR0R/blocky/issues/1802)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`0ca5ca1`](https://github.com/0xERR0R/blocky/commit/0ca5ca1e7dd468eff84db632270641a5c31a6c18): build(deps): bump github.com/ramr/go-reaper from 0.3.0 to 0.3.1 ([#​1818](https://github.com/0xERR0R/blocky/issues/1818)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`c941708`](https://github.com/0xERR0R/blocky/commit/c94170873e7aa6f339302a470015e07b0e2aec3a): build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 ([#​1851](https://github.com/0xERR0R/blocky/issues/1851)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`572efd5`](https://github.com/0xERR0R/blocky/commit/572efd5b4c5c9f72f1c5a1023426f09f19fcaf7c): build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 ([#​1841](https://github.com/0xERR0R/blocky/issues/1841)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`6849ac7`](https://github.com/0xERR0R/blocky/commit/6849ac7c32cb2cc231fc6da6343e7ee87caee2ff): build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 ([#​1847](https://github.com/0xERR0R/blocky/issues/1847)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`6be7ee6`](https://github.com/0xERR0R/blocky/commit/6be7ee6ef3d28def582a26a597972f70479f1c9b): build(deps): bump github.com/testcontainers/testcontainers-go ([#​1811](https://github.com/0xERR0R/blocky/issues/1811)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`0bd3895`](https://github.com/0xERR0R/blocky/commit/0bd389521c139f80789c7aaabe049fb19dc5a55c): build(deps): bump github.com/testcontainers/testcontainers-go/modules/mariadb ([#​1812](https://github.com/0xERR0R/blocky/issues/1812)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`a5a686c`](https://github.com/0xERR0R/blocky/commit/a5a686cbcc72434ae91cdc8badb53a391ca5f876): build(deps): bump github.com/testcontainers/testcontainers-go/modules/mariadb ([#​1872](https://github.com/0xERR0R/blocky/issues/1872)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`b705d43`](https://github.com/0xERR0R/blocky/commit/b705d43747a0ff404418f0fa564a9d569d779d37): build(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres ([#​1813](https://github.com/0xERR0R/blocky/issues/1813)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`283641b`](https://github.com/0xERR0R/blocky/commit/283641b0dd753bb04111d60a018fcfde09d8148c): build(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres ([#​1873](https://github.com/0xERR0R/blocky/issues/1873)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`9dc25c7`](https://github.com/0xERR0R/blocky/commit/9dc25c7f3e2dcfaaf4239dc827b7c43807adb815): build(deps): bump github.com/testcontainers/testcontainers-go/modules/redis ([#​1809](https://github.com/0xERR0R/blocky/issues/1809)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`0e11a7c`](https://github.com/0xERR0R/blocky/commit/0e11a7c10e5c32c9714b4c41e3a2666e3cefd176): build(deps): bump github.com/testcontainers/testcontainers-go/modules/redis ([#​1871](https://github.com/0xERR0R/blocky/issues/1871)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`07d25bd`](https://github.com/0xERR0R/blocky/commit/07d25bdef8061064039a42f35ca1a77205cbca79): build(deps): bump github/codeql-action from 3 to 4 ([#​1881](https://github.com/0xERR0R/blocky/issues/1881)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`52f6f74`](https://github.com/0xERR0R/blocky/commit/52f6f748c40201dab202c069499d1728de16a0dd): build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 ([#​1790](https://github.com/0xERR0R/blocky/issues/1790)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`85b3ebd`](https://github.com/0xERR0R/blocky/commit/85b3ebd7857837703583325ad3fe3e6f8f9cfbf1): build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 ([#​1808](https://github.com/0xERR0R/blocky/issues/1808)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`4fffb35`](https://github.com/0xERR0R/blocky/commit/4fffb35ad80cb6493896a62c1893e8281c8fba90): build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 ([#​1833](https://github.com/0xERR0R/blocky/issues/1833)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`8b4c3ff`](https://github.com/0xERR0R/blocky/commit/8b4c3ff72d61cc0fd60beecbc16e374a9b0be90f): build(deps): bump golang.org/x/net from 0.43.0 to 0.44.0 ([#​1862](https://github.com/0xERR0R/blocky/issues/1862)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`7cc8a26`](https://github.com/0xERR0R/blocky/commit/7cc8a262d69c153ef690a8e7ee911bfea15f6d4f): build(deps): bump golang.org/x/net from 0.44.0 to 0.45.0 ([#​1880](https://github.com/0xERR0R/blocky/issues/1880)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`75f7750`](https://github.com/0xERR0R/blocky/commit/75f7750daf5cd5bdef96d8e9335bb9a941607cc3): build(deps): bump golang.org/x/net from 0.45.0 to 0.46.0 ([#​1882](https://github.com/0xERR0R/blocky/issues/1882)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`21401ec`](https://github.com/0xERR0R/blocky/commit/21401ec1b8e044dd83aa8abb502b7f4f0024d928): build(deps): bump gorm.io/driver/mysql from 1.5.7 to 1.6.0 ([#​1787](https://github.com/0xERR0R/blocky/issues/1787)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`fdb706a`](https://github.com/0xERR0R/blocky/commit/fdb706af2fd3bd318977145410bae6885ac0b032): build(deps): bump gorm.io/driver/postgres from 1.5.11 to 1.6.0 ([#​1783](https://github.com/0xERR0R/blocky/issues/1783)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`cb4d5e8`](https://github.com/0xERR0R/blocky/commit/cb4d5e8f0fb07ad39e0fab4dcd8864a30ab3e99e): build(deps): bump gorm.io/driver/sqlite from 1.5.7 to 1.6.0 ([#​1788](https://github.com/0xERR0R/blocky/issues/1788)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`68f76a6`](https://github.com/0xERR0R/blocky/commit/68f76a6762bb07feb4df9e5f8169818dd5fdc296): build(deps): bump gorm.io/gorm from 1.25.12 to 1.26.1 ([#​1775](https://github.com/0xERR0R/blocky/issues/1775)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`4bed325`](https://github.com/0xERR0R/blocky/commit/4bed3256b76cb361ec3c51106c4dccf66912bb3a): build(deps): bump gorm.io/gorm from 1.26.1 to 1.30.0 ([#​1782](https://github.com/0xERR0R/blocky/issues/1782)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`ed025f3`](https://github.com/0xERR0R/blocky/commit/ed025f3466ee661e31542759bf108307ed1c6efa): build(deps): bump gorm.io/gorm from 1.30.0 to 1.30.1 ([#​1817](https://github.com/0xERR0R/blocky/issues/1817)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`bb27697`](https://github.com/0xERR0R/blocky/commit/bb27697fb3456f059df408a9aa66ae2670f14a56): build(deps): bump gorm.io/gorm from 1.30.1 to 1.30.2 ([#​1849](https://github.com/0xERR0R/blocky/issues/1849)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`7376e4e`](https://github.com/0xERR0R/blocky/commit/7376e4e4ad0eaac80a3c5bb9a406b179f0e06307): build(deps): bump gorm.io/gorm from 1.30.2 to 1.30.3 ([#​1854](https://github.com/0xERR0R/blocky/issues/1854)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`023e1dd`](https://github.com/0xERR0R/blocky/commit/023e1dd0f1d95d446c30edc18c6d33dc64391abe): build(deps): bump gorm.io/gorm from 1.30.3 to 1.30.5 ([#​1861](https://github.com/0xERR0R/blocky/issues/1861)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`771f9ea`](https://github.com/0xERR0R/blocky/commit/771f9ea24a2ba20e160ae03b79a65dab68eebb2b): build(deps): bump gorm.io/gorm from 1.30.5 to 1.31.0 ([#​1866](https://github.com/0xERR0R/blocky/issues/1866)) ([@​dependabot](https://github.com/dependabot)\[bot]) - [`353b4e5`](https://github.com/0xERR0R/blocky/commit/353b4e5b81a91cf0e67e05ebd0e7ff02dd96ad11): build: add additional linters ([@​0xERR0R](https://github.com/0xERR0R)) - [`95bc394`](https://github.com/0xERR0R/blocky/commit/95bc3945e040b4b854fe6280a1fb45f57f74511e): build: update golang version ([@​0xERR0R](https://github.com/0xERR0R)) - [`9ec43b5`](https://github.com/0xERR0R/blocky/commit/9ec43b543611203252696403e69dbd968e8d0ab8): build: upgrade golangci-lint ([@​0xERR0R](https://github.com/0xERR0R)) - [`fa1a95e`](https://github.com/0xERR0R/blocky/commit/fa1a95ece2f051bb1744838523a4762c629ac517): build: use optional external Goproxy ([@​0xERR0R](https://github.com/0xERR0R)) - [`098f17b`](https://github.com/0xERR0R/blocky/commit/098f17b3ddb651e75b087e0720d28ad8f9dc90e7): feat(config): support YAML arrays for ports ([@​ThinkChaos](https://github.com/ThinkChaos)) - [`a2cfb0b`](https://github.com/0xERR0R/blocky/commit/a2cfb0b53587c96e58be940b083914940cd5c64f): feat: add robots.txt ([#​1864](https://github.com/0xERR0R/blocky/issues/1864)) ([@​0xERR0R](https://github.com/0xERR0R)) - [`9f4db47`](https://github.com/0xERR0R/blocky/commit/9f4db47a6e6d57bf73811a93c4ed6db7a12bede9): feat: make DoH query path configurable ([#​1843](https://github.com/0xERR0R/blocky/issues/1843)) ([@​0xERR0R](https://github.com/0xERR0R)) - [`73f6f74`](https://github.com/0xERR0R/blocky/commit/73f6f744281f5c123b90bcb32aa3fe6effb32560): feat: skip Adblock identifier header and comments ([#​1876](https://github.com/0xERR0R/blocky/issues/1876)) ([@​metalinspired](https://github.com/metalinspired)) - [`d34eb4c`](https://github.com/0xERR0R/blocky/commit/d34eb4c9105c44bebc8a66bad2ac5662adc083e4): fix(parsers): improve hosts entry normalization for ABP-style and Unicode domains ([@​metalinspired](https://github.com/metalinspired)) - [`639257b`](https://github.com/0xERR0R/blocky/commit/639257bedd24beda10a6994f66c4f409e3d6b84b): fix: disable go-reaper pid check ([#​1779](https://github.com/0xERR0R/blocky/issues/1779)) ([@​0xERR0R](https://github.com/0xERR0R)) - [`262cd2e`](https://github.com/0xERR0R/blocky/commit/262cd2e9846d176d5f3bef5a4360f70e2b3b9a63): fix: prevent DoS in DOH endpoits ([#​1826](https://github.com/0xERR0R/blocky/issues/1826)) ([@​0xERR0R](https://github.com/0xERR0R)) - [`371e39b`](https://github.com/0xERR0R/blocky/commit/371e39bb67a266ba971c7498d8c1f811725ad385): refactor: move cache to external dependency ([#​1814](https://github.com/0xERR0R/blocky/issues/1814)) ([@​0xERR0R](https://github.com/0xERR0R)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1732 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
a152131b43 |
Update Helm release argo-cd to v8.6.0 (#1735)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [argo-cd](https://github.com/argoproj/argo-helm) | minor | `8.5.10` -> `8.6.0` | --- ### Release Notes <details> <summary>argoproj/argo-helm (argo-cd)</summary> ### [`v8.6.0`](https://github.com/argoproj/argo-helm/releases/tag/argo-cd-8.6.0) [Compare Source](https://github.com/argoproj/argo-helm/compare/argo-cd-8.5.10...argo-cd-8.6.0) A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. #### What's Changed - feat(argo-cd): Add HTTPRoute support for Gateway API by [@​lexfrei](https://github.com/lexfrei) in [#​3517](https://github.com/argoproj/argo-helm/pull/3517) **Full Changelog**: <https://github.com/argoproj/argo-helm/compare/argocd-image-updater-0.13.0...argo-cd-8.6.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==--> Reviewed-on: #1735 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
44f028c4e4 | Update ghcr.io/linuxserver/sonarr:4.0.15 Docker digest to f3a7fda (#1736) | ||
|
|
2b37d27380 | Update ollama/ollama Docker tag to v0.12.4 (#1734) | ||
|
|
0e5ec09fb4 | Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.10.2 (#1733) | ||
|
|
be23e4e200 | Update kube-prometheus-stack Docker tag to v78.1.0 (#1731) | ||
|
|
8a3e89c5e7 | Update searxng/searxng:latest Docker digest to 1458a9e (#1730) | ||
|
|
cffb7657b5 | Update Helm release gatus to v1.4.3 (#1729) | ||
|
|
5747ff90be | Update searxng/searxng:latest Docker digest to d6e4edc (#1728) | ||
|
|
21c2b56092 | Update mirror.gcr.io/aquasec/trivy Docker tag to v0.67.2 (#1727) | ||
|
|
53e90f7d64 | Update searxng/searxng:latest Docker digest to 47db9d3 (#1726) | ||
|
|
e88719245c | Update ghcr.io/n8n-io/n8n Docker tag to v1.115.2 (#1725) | ||
|
|
cd481de641 | Update searxng/searxng:latest Docker digest to 3c4c6b6 (#1724) | ||
|
|
439271ca55 | Update nginx Docker tag to v1.29.2 (#1723) | ||
|
|
c2d0c26b99 | Update searxng/searxng:latest Docker digest to b480b90 (#1722) | ||
|
|
62f0657382 | Update alpine Docker tag to v3.22.2 (#1721) | ||
|
|
b825cc7163 |
Update kube-prometheus-stack Docker tag to v78 (#1720)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://github.com/prometheus-operator/kube-prometheus) ([source](https://github.com/prometheus-community/helm-charts)) | major | `77.14.0` -> `78.0.0` | --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v78.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-78.0.0) [Compare Source](https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-77.14.0...kube-prometheus-stack-78.0.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] bump to 0.86.0 by [@​DrFaust92](https://github.com/DrFaust92) in [#​6211](https://github.com/prometheus-community/helm-charts/pull/6211) **Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/prometheus-27.40.0...kube-prometheus-stack-78.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: #1720 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
fdbea956ee |
Update ghcr.io/haveagitgat/tdarr_node Docker tag to v2.49.01 (#1716)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr_node](https://github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://github.com/linuxserver/docker-baseimage-ubuntu)) | minor | `2.48.01` -> `2.49.01` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: #1716 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
0255df660c |
Update ghcr.io/haveagitgat/tdarr Docker tag to v2.49.01 (#1715)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/haveagitgat/tdarr](https://github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://github.com/linuxserver/docker-baseimage-ubuntu)) | minor | `2.48.01` -> `2.49.01` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: #1715 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
998361d109 | Update searxng/searxng:latest Docker digest to 7c0fd2e (#1719) |