138ade2217
add qui
lint-test-docker / docker-lint (push) Failing after 4s
renovate / renovate (push) Successful in 1m30s
lint-test-helm / helm-lint (push) Successful in 9s
2025-10-15 16:27:52 -05:00
9befb30c43
Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.1.0 ( #1764 )
...
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m40s
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 >
2025-10-15 20:14:30 +00:00
248d995b59
Update ghcr.io/immich-app/immich-server Docker tag to v2.1.0 ( #1765 )
...
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
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 >
2025-10-15 20:14:19 +00:00
ffa77fd62c
Update Helm release generic-device-plugin to v0.14.0 ( #1755 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
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 >
2025-10-15 20:13:57 +00:00
30cd508e79
Update Helm release tailscale-operator to v1.88.4 ( #1763 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m48s
2025-10-15 20:01:54 +00:00
88c99ae08c
Update Helm release argo-workflows to v0.45.27 ( #1762 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m43s
2025-10-15 14:06:03 +00:00
12a502673b
Update ghcr.io/siderolabs/talosctl Docker tag to v1.11.3 ( #1761 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 5m34s
2025-10-15 12:05:29 +00:00
4a375db27c
Update searxng/searxng:latest Docker digest to 0e0493d ( #1760 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 4m59s
2025-10-15 08:04:35 +00:00
54e8388a4a
Update Helm release external-secrets to v0.20.3 ( #1759 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 4m7s
2025-10-15 07:02:23 +00:00
65a7c6e3d7
Update ghcr.io/linuxserver/prowlarr:2.0.5 Docker digest to 3669143 ( #1758 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m54s
2025-10-15 05:02:13 +00:00
7f0b292e9b
Update ghcr.io/linuxserver/lidarr:2.14.5 Docker digest to fc10fbd ( #1757 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m42s
2025-10-15 03:02:38 +00:00
763f109c80
Update d3fk/s3cmd:latest Docker digest to 5f197ca ( #1756 )
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-10-15 03:02:31 +00:00
6dbae6f446
Update ghcr.io/linuxserver/bazarr:1.5.3 Docker digest to 750251d ( #1754 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m11s
2025-10-14 22:02:10 +00:00
556ae96f20
Update Helm release argo-cd to v8.6.1 ( #1753 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m40s
2025-10-14 21:02:52 +00:00
6233566fe2
Update ghcr.io/n8n-io/n8n Docker tag to v1.116.1 ( #1751 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 4m5s
2025-10-14 14:06:37 +00:00
71721a3537
scale back
lint-test-helm / helm-lint (push) Successful in 43s
renovate / renovate (push) Successful in 6m5s
2025-10-13 19:39:32 -05:00
40eb980634
Update halfshot/matrix-hookshot Docker tag to v7.2.0 ( #1737 )
...
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m42s
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 >
2025-10-14 00:34:41 +00:00
77fc72a1d5
recovery
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m25s
2025-10-13 19:33:04 -05:00
3831f33fcc
Update prometheus-operator-crds Docker tag to v24.0.1 ( #1749 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m47s
2025-10-13 20:02:03 +00:00
f06148e5df
Update searxng/searxng:latest Docker digest to d69b566 ( #1748 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m35s
2025-10-13 15:03:38 +00:00
c3235c5404
Update ghcr.io/n8n-io/n8n Docker tag to v1.116.0 ( #1747 )
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 3m9s
2025-10-13 14:04:42 +00:00
2ee2999019
Update ghcr.io/linuxserver/plex:1.42.2 Docker digest to b13c1a0 ( #1746 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 4m15s
2025-10-13 10:03:34 +00:00
146cbbd8f1
Update kube-prometheus-stack Docker tag to v78.2.1 ( #1745 )
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 3m0s
2025-10-13 09:04:34 +00:00
75fb339054
Update searxng/searxng:latest Docker digest to e2df381 ( #1744 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 4m0s
2025-10-13 06:02:04 +00:00
b8c7aa4bf5
Update ghcr.io/linuxserver/radarr:5.27.5 Docker digest to af03fa6 ( #1743 )
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m34s
2025-10-12 18:02:06 +00:00
8677564dd7
Update searxng/searxng:latest Docker digest to 7a13ee9 ( #1742 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m39s
2025-10-12 15:01:54 +00:00
6d10eda78e
Update kube-prometheus-stack Docker tag to v78.2.0 ( #1741 )
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m26s
2025-10-12 10:01:51 +00:00
40e8907da7
Update ghcr.io/linuxserver/qbittorrent:5.1.2 Docker digest to 884b9b6 ( #1740 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m18s
2025-10-12 07:02:00 +00:00
1457c1fa3a
Update ollama/ollama Docker tag to v0.12.5 ( #1739 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m31s
2025-10-11 21:01:47 +00:00
1f87f2f257
Update searxng/searxng:latest Docker digest to 67ba98e ( #1738 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m10s
2025-10-11 16:01:49 +00:00
72cd14f60f
Update ghcr.io/0xerr0r/blocky Docker tag to v0.27.0 ( #1732 )
...
renovate / renovate (push) Successful in 1m18s
lint-test-helm / helm-lint (push) Successful in 9s
lint-test-docker / docker-lint (push) Failing after 4s
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`](e99f1bdf14
): build(deps): bump actions/checkout from 4 to 5 ([#​1836](https://github.com/0xERR0R/blocky/issues/1836 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`8ef51ee`](8ef51ee0a8
): 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`](92ee00632e
): 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`](26aaf7b08d
): 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`](b249c5c9c3
): build(deps): bump actions/stale from 9 to 10 ([#​1858](https://github.com/0xERR0R/blocky/issues/1858 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6e69dbf`](6e69dbf172
): 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`](2575a36720
): 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`](4958089649
): 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`](ac5d87252d
): 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`](cd79244e07
): build(deps): bump github.com/docker/docker ([#​1785](https://github.com/0xERR0R/blocky/issues/1785 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`ad473dd`](ad473ddea3
): build(deps): bump github.com/docker/docker ([#​1801](https://github.com/0xERR0R/blocky/issues/1801 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`375614e`](375614ec0b
): build(deps): bump github.com/docker/docker ([#​1805](https://github.com/0xERR0R/blocky/issues/1805 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`c5ed579`](c5ed579ecc
): build(deps): bump github.com/docker/docker ([#​1807](https://github.com/0xERR0R/blocky/issues/1807 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`b088ba0`](b088ba0396
): build(deps): bump github.com/docker/docker ([#​1821](https://github.com/0xERR0R/blocky/issues/1821 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`604e0ca`](604e0ca2bd
): build(deps): bump github.com/docker/docker ([#​1853](https://github.com/0xERR0R/blocky/issues/1853 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`c0284bb`](c0284bb51d
): build(deps): bump github.com/docker/docker ([#​1877](https://github.com/0xERR0R/blocky/issues/1877 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6da2742`](6da27421b7
): build(deps): bump github.com/docker/docker ([#​1883](https://github.com/0xERR0R/blocky/issues/1883 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`984a07e`](984a07e503
): 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`](7c8fe371a3
): 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`](59d24efb14
): 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`](62610f657e
): 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`](9a1b6a6899
): 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`](45141a75fc
): 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`](859e72982b
): 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`](c003d21da4
): 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`](3dda82e0a8
): 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`](1bbfe6a460
): 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`](1df69dab0c
): 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`](3015bc35aa
): 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`](7a4a4e312f
): 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`](ed6a3c0582
): 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`](3bbca25afd
): build(deps): bump github.com/prometheus/client\_golang ([#​1822](https://github.com/0xERR0R/blocky/issues/1822 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`8683a96`](8683a96e57
): build(deps): bump github.com/prometheus/client\_golang ([#​1860](https://github.com/0xERR0R/blocky/issues/1860 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`523db8b`](523db8bc4f
): 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`](0ca5ca1e7d
): 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`](c94170873e
): 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`](572efd5b4c
): 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`](6849ac7c32
): 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`](6be7ee6ef3
): build(deps): bump github.com/testcontainers/testcontainers-go ([#​1811](https://github.com/0xERR0R/blocky/issues/1811 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`0bd3895`](0bd389521c
): 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`](a5a686cbcc
): 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`](b705d43747
): 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`](283641b0dd
): 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`](9dc25c7f3e
): 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`](0e11a7c10e
): 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`](07d25bdef8
): 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`](52f6f748c4
): 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`](85b3ebd785
): 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`](4fffb35ad8
): 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`](8b4c3ff72d
): 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`](7cc8a262d6
): 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`](75f7750daf
): 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`](21401ec1b8
): 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`](fdb706af2f
): 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`](cb4d5e8f0f
): 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`](68f76a6762
): 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`](4bed3256b7
): 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`](ed025f3466
): 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`](bb27697fb3
): 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`](7376e4e4ad
): 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`](023e1dd0f1
): 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`](771f9ea24a
): 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`](353b4e5b81
): build: add additional linters ([@​0xERR0R](https://github.com/0xERR0R ))
- [`95bc394`](95bc3945e0
): build: update golang version ([@​0xERR0R](https://github.com/0xERR0R ))
- [`9ec43b5`](9ec43b5436
): build: upgrade golangci-lint ([@​0xERR0R](https://github.com/0xERR0R ))
- [`fa1a95e`](fa1a95ece2
): build: use optional external Goproxy ([@​0xERR0R](https://github.com/0xERR0R ))
- [`098f17b`](098f17b3dd
): feat(config): support YAML arrays for ports ([@​ThinkChaos](https://github.com/ThinkChaos ))
- [`a2cfb0b`](a2cfb0b535
): feat: add robots.txt ([#​1864](https://github.com/0xERR0R/blocky/issues/1864 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`9f4db47`](9f4db47a6e
): feat: make DoH query path configurable ([#​1843](https://github.com/0xERR0R/blocky/issues/1843 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`73f6f74`](73f6f74428
): feat: skip Adblock identifier header and comments ([#​1876](https://github.com/0xERR0R/blocky/issues/1876 )) ([@​metalinspired](https://github.com/metalinspired ))
- [`d34eb4c`](d34eb4c910
): fix(parsers): improve hosts entry normalization for ABP-style and Unicode domains ([@​metalinspired](https://github.com/metalinspired ))
- [`639257b`](639257bedd
): fix: disable go-reaper pid check ([#​1779](https://github.com/0xERR0R/blocky/issues/1779 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`262cd2e`](262cd2e984
): fix: prevent DoS in DOH endpoits ([#​1826](https://github.com/0xERR0R/blocky/issues/1826 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`371e39b`](371e39bb67
): 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 >
2025-10-11 00:45:50 +00:00
a152131b43
Update Helm release argo-cd to v8.6.0 ( #1735 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
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 >
2025-10-11 00:45:27 +00:00
44f028c4e4
Update ghcr.io/linuxserver/sonarr:4.0.15 Docker digest to f3a7fda ( #1736 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m38s
2025-10-11 00:02:22 +00:00
2b37d27380
Update ollama/ollama Docker tag to v0.12.4 ( #1734 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m55s
2025-10-10 23:02:14 +00:00
0e5ec09fb4
Update ghcr.io/home-assistant/home-assistant Docker tag to v2025.10.2 ( #1733 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m52s
2025-10-10 22:02:07 +00:00
be23e4e200
Update kube-prometheus-stack Docker tag to v78.1.0 ( #1731 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m38s
2025-10-10 19:02:11 +00:00
8a3e89c5e7
Update searxng/searxng:latest Docker digest to 1458a9e ( #1730 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-10-10 19:02:04 +00:00
cffb7657b5
Update Helm release gatus to v1.4.3 ( #1729 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m40s
2025-10-10 18:01:59 +00:00
5747ff90be
Update searxng/searxng:latest Docker digest to d6e4edc ( #1728 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m25s
2025-10-10 17:02:08 +00:00
21c2b56092
Update mirror.gcr.io/aquasec/trivy Docker tag to v0.67.2 ( #1727 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m35s
2025-10-10 16:04:08 +00:00
53e90f7d64
Update searxng/searxng:latest Docker digest to 47db9d3 ( #1726 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 3m37s
2025-10-10 15:02:10 +00:00
e88719245c
Update ghcr.io/n8n-io/n8n Docker tag to v1.115.2 ( #1725 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m40s
2025-10-10 13:02:30 +00:00
cd481de641
Update searxng/searxng:latest Docker digest to 3c4c6b6 ( #1724 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m55s
2025-10-10 10:02:20 +00:00
439271ca55
Update nginx Docker tag to v1.29.2 ( #1723 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m47s
2025-10-10 09:02:52 +00:00
c2d0c26b99
Update searxng/searxng:latest Docker digest to b480b90 ( #1722 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m21s
2025-10-10 08:02:11 +00:00
62f0657382
Update alpine Docker tag to v3.22.2 ( #1721 )
lint-test-helm / helm-lint (push) Successful in 27s
renovate / renovate (push) Successful in 1m40s
2025-10-10 01:02:22 +00:00
b825cc7163
Update kube-prometheus-stack Docker tag to v78 ( #1720 )
...
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m50s
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 >
2025-10-10 00:19:10 +00:00
fdbea956ee
Update ghcr.io/haveagitgat/tdarr_node Docker tag to v2.49.01 ( #1716 )
...
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
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 >
2025-10-10 00:19:00 +00:00
0255df660c
Update ghcr.io/haveagitgat/tdarr Docker tag to v2.49.01 ( #1715 )
...
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
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 >
2025-10-10 00:18:55 +00:00
998361d109
Update searxng/searxng:latest Docker digest to 7c0fd2e ( #1719 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m37s
2025-10-09 15:02:14 +00:00