70d6db6599
chore(deps): update helm release alloy to v1.6.1 ( #4360 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Successful in 2m57s
2026-03-02 15:19:47 +00:00
37269198e2
chore(deps): update ghcr.io/kiwix/kiwix-serve docker tag to v3.8.2 ( #4358 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 15s
renovate / renovate (push) Has been cancelled
2026-03-02 15:18:41 +00:00
1b4220259b
chore(deps): update dependency ollama/ollama to v0.17.5 ( #4356 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-03-02 15:18:17 +00:00
4fad44fc92
chore(deps): update dependency kiwix/kiwix-tools to v3.8.2 ( #4355 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Has been cancelled
2026-03-02 15:17:59 +00:00
940d631bf9
chore(deps): update clickhouse/clickhouse-server docker tag to v26.2.3 ( #4354 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Has been cancelled
2026-03-02 15:17:40 +00:00
696d00ff84
chore(deps): update golift/unpackerr docker tag to v0.15.0 ( #4349 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 25s
renovate / renovate (push) Successful in 1m30s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [golift/unpackerr](https://github.com/Unpackerr/unpackerr ) | minor | `0.14.5` → `0.15.0` |
---
### Release Notes
<details>
<summary>Unpackerr/unpackerr (golift/unpackerr)</summary>
### [`v0.15.0`](https://github.com/Unpackerr/unpackerr/releases/tag/v0.15.0 ): Version 15 in 8 years
[Compare Source](https://github.com/Unpackerr/unpackerr/compare/v0.14.5...v0.15.0 )
##### New Features
- Folder setting `delete_after` has a default setting of 10 minutes.
- Log file mode can now be set.
- Will now unpack multi-file 7zip archives.
- Log file is now automatically created.
- FreeBSD rc.d improvements to allow overriding username.
- Progress updates are now logged. Every 15 seconds (configurable), the app logs the current extraction percentage.
- Adds `exclude_path` to the folder watcher so you can ignore specific paths.
- Folder setting `disable_recursion` works correctly now.
- Empty download folders are removed when archives are removed.
- Golift docker image now uses alpine instead of scratch.
##### These features are thanks to [@​oceanplexian](https://github.com/oceanplexian )
- Supports non-UTF8 file encoding (Japanese, Chinese, etc).
- Improved ISO9660 ([Joilet](https://github.com/kdomanski/iso9660/pull/55 )) support.
- [UDF](https://github.com/golift/udf ) support (like ISO, but bigger).
- Splits FLAC/CUE files for Lidarr. **This is still experimental and feedback is requested.**
- Archives with an incorrect extension may still be extracted. We now detect the file type using the first few bytes.
##### Bug Fixes
It's a pretty big list, but at the end of the day all of the bugs pretty much lead to the same problem: extraction failed. A lot of these problems have been fixed and extractions are considerably more reliable.
##### Merged Contributions
- update arch pkgbuild by [@​davidnewhall](https://github.com/davidnewhall ) in [#​479](https://github.com/Unpackerr/unpackerr/pull/479 )
- update install.sh script by [@​davidnewhall](https://github.com/davidnewhall ) in [#​480](https://github.com/Unpackerr/unpackerr/pull/480 )
- add overrides for examples and docker by [@​davidnewhall](https://github.com/davidnewhall ) in [#​481](https://github.com/Unpackerr/unpackerr/pull/481 )
- Remove expanding of URL previews by [@​BoKKeR](https://github.com/BoKKeR ) in [#​500](https://github.com/Unpackerr/unpackerr/pull/500 )
- docs: add clarify delete\_after needing to be greater than 0 by [@​bakerboy448](https://github.com/bakerboy448 ) in [#​485](https://github.com/Unpackerr/unpackerr/pull/485 )
- fix docs by [@​davidnewhall](https://github.com/davidnewhall ) in [#​501](https://github.com/Unpackerr/unpackerr/pull/501 )
- Update linter, fix some bugs by [@​davidnewhall](https://github.com/davidnewhall ) in [#​503](https://github.com/Unpackerr/unpackerr/pull/503 )
- set default for folder delete after to 10m by [@​davidnewhall](https://github.com/davidnewhall ) in [#​530](https://github.com/Unpackerr/unpackerr/pull/530 )
- Allows changing the log file mode. by [@​davidnewhall](https://github.com/davidnewhall ) in [#​531](https://github.com/Unpackerr/unpackerr/pull/531 )
- add multi-file 7z support to starr apps by [@​davidnewhall](https://github.com/davidnewhall ) in [#​533](https://github.com/Unpackerr/unpackerr/pull/533 )
- make log file on linux auto. allow dir instead of file for log file by [@​davidnewhall](https://github.com/davidnewhall ) in [#​536](https://github.com/Unpackerr/unpackerr/pull/536 )
- Update FreeBSD rc file. by [@​davidnewhall](https://github.com/davidnewhall ) in [#​538](https://github.com/Unpackerr/unpackerr/pull/538 )
- Provide progress updates. by [@​davidnewhall](https://github.com/davidnewhall ) in [#​535](https://github.com/Unpackerr/unpackerr/pull/535 )
- feat(folder): add exclude\_paths for watched folders by [@​nicholaskurjo](https://github.com/nicholaskurjo ) in [#​572](https://github.com/Unpackerr/unpackerr/pull/572 )
- fix(folder): honor disable\_recursion for watched archive files by [@​nicholaskurjo](https://github.com/nicholaskurjo ) in [#​573](https://github.com/Unpackerr/unpackerr/pull/573 )
- Silence logs when nothing configured by [@​davidnewhall](https://github.com/davidnewhall ) in [#​574](https://github.com/Unpackerr/unpackerr/pull/574 )
- fix lint by [@​davidnewhall](https://github.com/davidnewhall ) in [#​577](https://github.com/Unpackerr/unpackerr/pull/577 )
- Logs fallback to stdout by [@​davidnewhall](https://github.com/davidnewhall ) in [#​579](https://github.com/Unpackerr/unpackerr/pull/579 )
- Purge empty parent folder by [@​davidnewhall](https://github.com/davidnewhall ) in [#​578](https://github.com/Unpackerr/unpackerr/pull/578 )
- Dockerfile changes + build fix by [@​davidnewhall](https://github.com/davidnewhall ) in [#​580](https://github.com/Unpackerr/unpackerr/pull/580 )
- Polish ISO9660 support: Starr app extraction, UDF, multi-extent by [@​oceanplexian](https://github.com/oceanplexian ) in [#​581](https://github.com/Unpackerr/unpackerr/pull/581 )
- Add split\_flac toggle for Lidarr CUE+FLAC splitting by [@​oceanplexian](https://github.com/oceanplexian ) in [#​583](https://github.com/Unpackerr/unpackerr/pull/583 )
- fixes by [@​davidnewhall](https://github.com/davidnewhall ) in [#​584](https://github.com/Unpackerr/unpackerr/pull/584 )
- Manually import FLAC tracks into Lidarr after they're split. by [@​davidnewhall](https://github.com/davidnewhall ) in [#​586](https://github.com/Unpackerr/unpackerr/pull/586 )
##### Auto Updates
- Update module github.com/prometheus/client\_golang to v1.20.5 by [@​renovate](https://github.com/renovate )\[bot] in [#​483](https://github.com/Unpackerr/unpackerr/pull/483 )
- Update module golang.org/x/mod to v0.20.0 by [@​renovate](https://github.com/renovate )\[bot] in [#​482](https://github.com/Unpackerr/unpackerr/pull/482 )
- Update module golang.org/x/mod to v0.22.0 - autoclosed by [@​renovate](https://github.com/renovate )\[bot] in [#​490](https://github.com/Unpackerr/unpackerr/pull/490 )
- Update module github.com/fsnotify/fsnotify to v1.8.0 by [@​renovate](https://github.com/renovate )\[bot] in [#​498](https://github.com/Unpackerr/unpackerr/pull/498 )
- chore(deps): update dependency go to v1.23.4 by [@​renovate](https://github.com/renovate )\[bot] in [#​506](https://github.com/Unpackerr/unpackerr/pull/506 )
- Update GitHub Artifact Actions (major) by [@​renovate](https://github.com/renovate )\[bot] in [#​551](https://github.com/Unpackerr/unpackerr/pull/551 )
- fix(deps): update golift.io/rotatorr digest to [`f6ac6fc`](https://github.com/Unpackerr/unpackerr/commit/f6ac6fc ) by [@​renovate](https://github.com/renovate )\[bot] in [#​575](https://github.com/Unpackerr/unpackerr/pull/575 )
- fix(deps): update module golift.io/cnfg to v0.2.4 by [@​renovate](https://github.com/renovate )\[bot] in [#​576](https://github.com/Unpackerr/unpackerr/pull/576 )
- Update module golift.io/cnfg to v0.2.5 by [@​renovate](https://github.com/renovate )\[bot] in [#​585](https://github.com/Unpackerr/unpackerr/pull/585 )
- Update GitHub Artifact Actions (major) by [@​renovate](https://github.com/renovate )\[bot] in [#​588](https://github.com/Unpackerr/unpackerr/pull/588 )
##### New Contributors
- [@​BoKKeR](https://github.com/BoKKeR ) made their first contribution in [#​500](https://github.com/Unpackerr/unpackerr/pull/500 )
- [@​nicholaskurjo](https://github.com/nicholaskurjo ) made their first contribution in [#​572](https://github.com/Unpackerr/unpackerr/pull/572 )
- [@​oceanplexian](https://github.com/oceanplexian ) made their first contribution in [#​581](https://github.com/Unpackerr/unpackerr/pull/581 )
**Full Changelog**: <https://github.com/Unpackerr/unpackerr/compare/v0.14.5...v0.15.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #4349
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-03-02 15:09:22 +00:00
0f647d71d6
chore(deps): update dependency unpackerr/unpackerr to v0.15.0 ( #4348 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [Unpackerr/unpackerr](https://github.com/Unpackerr/unpackerr ) | minor | `0.14.5` → `0.15.0` |
---
### Release Notes
<details>
<summary>Unpackerr/unpackerr (Unpackerr/unpackerr)</summary>
### [`v0.15.0`](https://github.com/Unpackerr/unpackerr/releases/tag/v0.15.0 ): Version 15 in 8 years
[Compare Source](https://github.com/Unpackerr/unpackerr/compare/v0.14.5...v0.15.0 )
#### New Features
- Folder setting `delete_after` has a default setting of 10 minutes.
- Log file mode can now be set.
- Will now unpack multi-file 7zip archives.
- Log file is now automatically created.
- FreeBSD rc.d improvements to allow overriding username.
- Progress updates are now logged. Every 15 seconds (configurable), the app logs the current extraction percentage.
- Adds `exclude_path` to the folder watcher so you can ignore specific paths.
- Folder setting `disable_recursion` works correctly now.
- Empty download folders are removed when archives are removed.
- Golift docker image now uses alpine instead of scratch.
##### These features are thanks to [@​oceanplexian](https://github.com/oceanplexian )
- Supports non-UTF8 file encoding (Japanese, Chinese, etc).
- Improved ISO9660 ([Joilet](https://github.com/kdomanski/iso9660/pull/55 )) support.
- [UDF](https://github.com/golift/udf ) support (like ISO, but bigger).
- Splits FLAC/CUE files for Lidarr. **This is still experimental and feedback is requested.**
- Archives with an incorrect extension may still be extracted. We now detect the file type using the first few bytes.
#### Bug Fixes
It's a pretty big list, but at the end of the day all of the bugs pretty much lead to the same problem: extraction failed. A lot of these problems have been fixed and extractions are considerably more reliable.
#### Merged Contributions
- update arch pkgbuild by [@​davidnewhall](https://github.com/davidnewhall ) in [#​479](https://github.com/Unpackerr/unpackerr/pull/479 )
- update install.sh script by [@​davidnewhall](https://github.com/davidnewhall ) in [#​480](https://github.com/Unpackerr/unpackerr/pull/480 )
- add overrides for examples and docker by [@​davidnewhall](https://github.com/davidnewhall ) in [#​481](https://github.com/Unpackerr/unpackerr/pull/481 )
- Remove expanding of URL previews by [@​BoKKeR](https://github.com/BoKKeR ) in [#​500](https://github.com/Unpackerr/unpackerr/pull/500 )
- docs: add clarify delete\_after needing to be greater than 0 by [@​bakerboy448](https://github.com/bakerboy448 ) in [#​485](https://github.com/Unpackerr/unpackerr/pull/485 )
- fix docs by [@​davidnewhall](https://github.com/davidnewhall ) in [#​501](https://github.com/Unpackerr/unpackerr/pull/501 )
- Update linter, fix some bugs by [@​davidnewhall](https://github.com/davidnewhall ) in [#​503](https://github.com/Unpackerr/unpackerr/pull/503 )
- set default for folder delete after to 10m by [@​davidnewhall](https://github.com/davidnewhall ) in [#​530](https://github.com/Unpackerr/unpackerr/pull/530 )
- Allows changing the log file mode. by [@​davidnewhall](https://github.com/davidnewhall ) in [#​531](https://github.com/Unpackerr/unpackerr/pull/531 )
- add multi-file 7z support to starr apps by [@​davidnewhall](https://github.com/davidnewhall ) in [#​533](https://github.com/Unpackerr/unpackerr/pull/533 )
- make log file on linux auto. allow dir instead of file for log file by [@​davidnewhall](https://github.com/davidnewhall ) in [#​536](https://github.com/Unpackerr/unpackerr/pull/536 )
- Update FreeBSD rc file. by [@​davidnewhall](https://github.com/davidnewhall ) in [#​538](https://github.com/Unpackerr/unpackerr/pull/538 )
- Provide progress updates. by [@​davidnewhall](https://github.com/davidnewhall ) in [#​535](https://github.com/Unpackerr/unpackerr/pull/535 )
- feat(folder): add exclude\_paths for watched folders by [@​nicholaskurjo](https://github.com/nicholaskurjo ) in [#​572](https://github.com/Unpackerr/unpackerr/pull/572 )
- fix(folder): honor disable\_recursion for watched archive files by [@​nicholaskurjo](https://github.com/nicholaskurjo ) in [#​573](https://github.com/Unpackerr/unpackerr/pull/573 )
- Silence logs when nothing configured by [@​davidnewhall](https://github.com/davidnewhall ) in [#​574](https://github.com/Unpackerr/unpackerr/pull/574 )
- fix lint by [@​davidnewhall](https://github.com/davidnewhall ) in [#​577](https://github.com/Unpackerr/unpackerr/pull/577 )
- Logs fallback to stdout by [@​davidnewhall](https://github.com/davidnewhall ) in [#​579](https://github.com/Unpackerr/unpackerr/pull/579 )
- Purge empty parent folder by [@​davidnewhall](https://github.com/davidnewhall ) in [#​578](https://github.com/Unpackerr/unpackerr/pull/578 )
- Dockerfile changes + build fix by [@​davidnewhall](https://github.com/davidnewhall ) in [#​580](https://github.com/Unpackerr/unpackerr/pull/580 )
- Polish ISO9660 support: Starr app extraction, UDF, multi-extent by [@​oceanplexian](https://github.com/oceanplexian ) in [#​581](https://github.com/Unpackerr/unpackerr/pull/581 )
- Add split\_flac toggle for Lidarr CUE+FLAC splitting by [@​oceanplexian](https://github.com/oceanplexian ) in [#​583](https://github.com/Unpackerr/unpackerr/pull/583 )
- fixes by [@​davidnewhall](https://github.com/davidnewhall ) in [#​584](https://github.com/Unpackerr/unpackerr/pull/584 )
- Manually import FLAC tracks into Lidarr after they're split. by [@​davidnewhall](https://github.com/davidnewhall ) in [#​586](https://github.com/Unpackerr/unpackerr/pull/586 )
#### Auto Updates
- Update module github.com/prometheus/client\_golang to v1.20.5 by [@​renovate](https://github.com/renovate )\[bot] in [#​483](https://github.com/Unpackerr/unpackerr/pull/483 )
- Update module golang.org/x/mod to v0.20.0 by [@​renovate](https://github.com/renovate )\[bot] in [#​482](https://github.com/Unpackerr/unpackerr/pull/482 )
- Update module golang.org/x/mod to v0.22.0 - autoclosed by [@​renovate](https://github.com/renovate )\[bot] in [#​490](https://github.com/Unpackerr/unpackerr/pull/490 )
- Update module github.com/fsnotify/fsnotify to v1.8.0 by [@​renovate](https://github.com/renovate )\[bot] in [#​498](https://github.com/Unpackerr/unpackerr/pull/498 )
- chore(deps): update dependency go to v1.23.4 by [@​renovate](https://github.com/renovate )\[bot] in [#​506](https://github.com/Unpackerr/unpackerr/pull/506 )
- Update GitHub Artifact Actions (major) by [@​renovate](https://github.com/renovate )\[bot] in [#​551](https://github.com/Unpackerr/unpackerr/pull/551 )
- fix(deps): update golift.io/rotatorr digest to [`f6ac6fc`](https://github.com/Unpackerr/unpackerr/commit/f6ac6fc ) by [@​renovate](https://github.com/renovate )\[bot] in [#​575](https://github.com/Unpackerr/unpackerr/pull/575 )
- fix(deps): update module golift.io/cnfg to v0.2.4 by [@​renovate](https://github.com/renovate )\[bot] in [#​576](https://github.com/Unpackerr/unpackerr/pull/576 )
- Update module golift.io/cnfg to v0.2.5 by [@​renovate](https://github.com/renovate )\[bot] in [#​585](https://github.com/Unpackerr/unpackerr/pull/585 )
- Update GitHub Artifact Actions (major) by [@​renovate](https://github.com/renovate )\[bot] in [#​588](https://github.com/Unpackerr/unpackerr/pull/588 )
#### New Contributors
- [@​BoKKeR](https://github.com/BoKKeR ) made their first contribution in [#​500](https://github.com/Unpackerr/unpackerr/pull/500 )
- [@​nicholaskurjo](https://github.com/nicholaskurjo ) made their first contribution in [#​572](https://github.com/Unpackerr/unpackerr/pull/572 )
- [@​oceanplexian](https://github.com/oceanplexian ) made their first contribution in [#​581](https://github.com/Unpackerr/unpackerr/pull/581 )
**Full Changelog**: <https://github.com/Unpackerr/unpackerr/compare/v0.14.5...v0.15.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #4348
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-03-02 15:09:05 +00:00
cd83b6cb05
chore(deps): update ghcr.io/linuxserver/plex:1.43.0 docker digest to 79dfc89 ( #4352 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Successful in 3m2s
2026-03-02 11:03:45 +00:00
858f7bce83
chore(deps): update searxng/searxng:latest docker digest to 615f904 ( #4350 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 21s
renovate / renovate (push) Successful in 3m44s
2026-03-02 07:02:36 +00:00
e32dfb1584
chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.8.7 ( #4345 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 23s
renovate / renovate (push) Successful in 2m35s
2026-03-02 03:09:29 +00:00
230d7770f4
chore(deps): update dependency slskd/slskd to v0.24.5 ( #4333 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 44s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [slskd/slskd](https://slskd.org ) ([source](https://github.com/slskd/slskd )) | patch | `0.24.4` → `0.24.5` |
---
### Release Notes
<details>
<summary>slskd/slskd (slskd/slskd)</summary>
### [`v0.24.5`](https://github.com/slskd/slskd/releases/tag/0.24.5 )
[Compare Source](https://github.com/slskd/slskd/compare/0.24.4...0.24.5 )
##### What's Changed
- Add KnownUnsupportedTypeConverter to prevent crashes when serializing some types by [@​jpdillingham](https://github.com/jpdillingham ) in [#​1645](https://github.com/slskd/slskd/pull/1645 )
- Use shared JsonSerializerOptions when cloning State by [@​jpdillingham](https://github.com/jpdillingham ) in [#​1648](https://github.com/slskd/slskd/pull/1648 )
- Ensure execute bits are set on directory mode by [@​jpdillingham](https://github.com/jpdillingham ) in [#​1656](https://github.com/slskd/slskd/pull/1656 )
- Bump minimatch and eslint-config-canonical in /src/web by [@​dependabot](https://github.com/dependabot )\[bot] in [#​1655](https://github.com/slskd/slskd/pull/1655 )
- Bump rollup from 2.79.2 to 2.80.0 in /src/web by [@​dependabot](https://github.com/dependabot )\[bot] in [#​1654](https://github.com/slskd/slskd/pull/1654 )
**Full Changelog**: <https://github.com/slskd/slskd/compare/0.24.4...0.24.5 >
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
Reviewed-on: #4333
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-03-02 03:07:07 +00:00
3af0df8139
chore(deps): update helm release generic-device-plugin to v0.20.19 ( #4342 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 26s
renovate / renovate (push) Successful in 2m28s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 28m57s
2026-03-02 01:31:47 +00:00
043dab05c4
chore(deps): update ollama/ollama docker tag to v0.17.5 ( #4325 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 21s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ollama/ollama | patch | `0.17.4` → `0.17.5` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
Reviewed-on: #4325
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-03-02 01:28:48 +00:00
1f9109330a
chore(deps): update ghcr.io/haveagitgat/tdarr_node docker tag to v2.59.03 ( #4335 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 55s
renovate / renovate (push) Successful in 1m59s
2026-03-02 00:28:57 +00:00
fdd4a91d59
chore(deps): update ghcr.io/haveagitgat/tdarr docker tag to v2.59.03 ( #4334 )
lint-test-helm / lint-helm (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-03-02 00:28:21 +00:00
73209dab8f
chore(deps): update clickhouse/clickhouse-server docker tag to v26.2.2 ( #4332 )
renovate / renovate (push) Has been cancelled
2026-03-02 00:27:26 +00:00
ace2aefd93
chore(deps): update clickhouse/clickhouse-server docker tag to v26.2.2 ( #4332 )
render-manifests-push / render-manifests-push (push) Has been skipped
renovate / renovate (push) Has been cancelled
lint-test-helm / lint-helm (push) Successful in 33s
2026-03-02 00:27:10 +00:00
36cd0800ac
chore(deps): update booklore-app/booklore to v2.0.5 ( #4331 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 29s
renovate / renovate (push) Has been cancelled
2026-03-02 00:26:32 +00:00
12c6fc1dc4
chore(deps): update rmcrackan/libation to v13.1.9 ( #4327 )
renovate / renovate (push) Successful in 3m2s
2026-03-02 00:12:02 +00:00
5530074547
chore(deps): update rmcrackan/libation to v13.1.9 ( #4327 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 23s
renovate / renovate (push) Has been cancelled
2026-03-02 00:11:37 +00:00
caf7335cb7
chore(deps): update helm release argo-cd to v9.4.6 ( #4324 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 26s
renovate / renovate (push) Has been cancelled
2026-03-02 00:10:15 +00:00
1cd6ad1e21
chore(deps): update ghcr.io/open-webui/open-webui docker tag to v0.8.6 ( #4323 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 24s
renovate / renovate (push) Has been cancelled
2026-03-02 00:09:19 +00:00
0f72dd1cd7
chore(deps): update ghcr.io/linuxserver/radarr:6.0.4 docker digest to a360633 ( #4321 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 53s
renovate / renovate (push) Successful in 3m48s
2026-03-01 18:02:15 +00:00
cda771b3ff
chore(deps): update searxng/searxng:latest docker digest to aace39e ( #4319 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 17s
renovate / renovate (push) Successful in 2m10s
2026-03-01 11:02:13 +00:00
67752a5e5b
chore(deps): update searxng/searxng:latest docker digest to 4a2d57b ( #4317 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 12s
renovate / renovate (push) Successful in 2m7s
2026-03-01 10:02:39 +00:00
3f5470201e
chore(deps): update searxng/searxng:latest docker digest to ac29893 ( #4315 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 13s
renovate / renovate (push) Successful in 2m33s
2026-03-01 09:02:07 +00:00
1bea47feab
chore(deps): update ghcr.io/linuxserver/qbittorrent:5.1.4 docker digest to 3ee43a4 ( #4313 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 2m2s
2026-03-01 08:02:16 +00:00
5a8a367270
chore(deps): update ghcr.io/haveagitgat/tdarr_node docker tag to v2.59.01 ( #4311 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 28s
renovate / renovate (push) Successful in 2m12s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/haveagitgat/tdarr_node](https://github.com/HaveAGitGat/tdarr_express_be ) | minor | `2.58.02` → `2.59.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #4311
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-03-01 03:15:11 +00:00
ea411859a6
chore(deps): update ghcr.io/haveagitgat/tdarr docker tag to v2.59.01 ( #4310 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 28s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/haveagitgat/tdarr](https://github.com/HaveAGitGat/tdarr_express_be ) | minor | `2.58.02` → `2.59.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #4310
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-03-01 03:14:20 +00:00
6ca8f73b12
chore(deps): update ghcr.io/linuxserver/code-server:4.109.2 docker digest to e142dcf ( #4308 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 54s
renovate / renovate (push) Successful in 2m37s
render-manifests-dispatch / render-manifests-dispatch (push) Failing after 13m8s
2026-02-28 21:02:20 +00:00
bfa8b0c4c7
chore(deps): update booklore-app/booklore to v2.0.4 ( #4306 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 50s
renovate / renovate (push) Successful in 2m13s
2026-02-28 18:07:59 +00:00
04d8e8c6df
chore(deps): update seerr-chart docker tag to v3.3.0 ( #4300 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 40s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [seerr-chart](https://github.com/seerr-team/seerr ) ([source](https://github.com/seerr-team/seerr/tree/HEAD/charts/seerr )) | minor | `3.2.0` → `3.3.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #4300
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-28 18:05:04 +00:00
1d15561a0d
chore(deps): update searxng/searxng:latest docker digest to 98257d1 ( #4303 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 1m47s
2026-02-28 11:02:03 +00:00
2bae0e07d4
chore(deps): update searxng/searxng:latest docker digest to 822989f ( #4301 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 30s
renovate / renovate (push) Successful in 2m1s
2026-02-28 09:02:42 +00:00
bc41ce4184
chore(deps): update searxng/searxng:latest docker digest to ce8b557 ( #4298 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 19s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 42m28s
renovate / renovate (push) Successful in 2m36s
2026-02-27 21:04:12 +00:00
1d8fd1af02
chore(deps): update searxng/searxng:latest docker digest to 0f6d1b4 ( #4296 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Has been cancelled
2026-02-27 21:02:04 +00:00
2f4444c58a
chore(deps): update clickhouse/clickhouse-server docker tag to v26.2.1 ( #4294 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 1m58s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| clickhouse/clickhouse-server | minor | `26.1.3` → `26.2.1` |
---
### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #4294
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-27 20:22:49 +00:00
f68019388d
chore(deps): update postgres-cluster docker tag to v7.8.0 ( #4278 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 21s
renovate / renovate (push) Has started running
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg ) | minor | `7.7.0` → `7.8.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiLCJpbWFnZSJdfQ==-->
Reviewed-on: #4278
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-27 18:45:24 +00:00
c6c54adbe4
chore(deps): update g33kphr33k/musicgrabber docker tag to v2.2.4 ( #4287 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 28s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| g33kphr33k/musicgrabber | patch | `2.2.1` → `2.2.4` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
Reviewed-on: #4287
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-27 18:36:06 +00:00
fdf2bed7ae
chore(deps): update kube-prometheus-stack docker tag to v82.4.3 ( #4290 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 9m26s
2026-02-27 18:12:22 +00:00
0034a68725
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.17.1 ( #4288 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m12s
renovate / renovate (push) Has been cancelled
2026-02-27 18:09:57 +00:00
3294d8fc93
chore(deps): update dependency ollama/ollama to v0.17.4 ( #4286 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Has been cancelled
2026-02-27 18:07:42 +00:00
23a8911729
chore(deps): update seerr-team/seerr to v3.1.0 ( #4284 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 17s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/seerr-team/seerr](https://github.com/seerr-team/seerr ) | minor | `v3.0.1` → `v3.1.0` |
| [seerr-team/seerr](https://github.com/seerr-team/seerr ) | minor | `v3.0.1` → `v3.1.0` |
---
### Release Notes
<details>
<summary>seerr-team/seerr (ghcr.io/seerr-team/seerr)</summary>
### [`v3.1.0`](https://github.com/seerr-team/seerr/releases/tag/v3.1.0 )
[Compare Source](https://github.com/seerr-team/seerr/compare/v3.0.1...v3.1.0 )
##### 🛡️ Security
- Patch [CVE-2026-27707](https://github.com/seerr-team/seerr/security/advisories/GHSA-rc4w-7m3r-c2f7 ) - Unauthenticated account registration on Plex-configured Seerr instances via Jellyfin authentication endpoint - ([4ae2068](4ae2068409 ))
- Patch [CVE-2026-27793](https://github.com/seerr-team/seerr/security/advisories/GHSA-f7xw-jcqr-57hp ) - Broken Object-Level Authorization in User Profile Endpoint Exposes Third-Party Notification Credentials - ([4f089b2](4f089b29d0 ))
- Patch [CVE-2026-27792](https://github.com/seerr-team/seerr/security/advisories/GHSA-gx3h-3jg5-q65f ) - Missing authentication on pushSubscription endpoints - ([946bdecec](946bdecec5 ))
##### 🚀 Features
- *(helm)* Use an existing PVC as config volume ([#​2447](https://github.com/seerr-team/seerr/issues/2447 )) - ([8f0c904](8f0c904928 ))
- *(servarr-api)* Make Servarr API request timeout configurable ([#​2556](https://github.com/seerr-team/seerr/issues/2556 )) - ([3bcb4da](3bcb4da1e5 ))
- Self-host font for better privacy ([#​2540](https://github.com/seerr-team/seerr/issues/2540 )) - ([10ea21b](10ea21b20f ))
##### 🐛 Bug Fixes
- *(helm)* Add "v" as prefix for appVersion tag ([#​2445](https://github.com/seerr-team/seerr/issues/2445 )) - ([04b9d87](04b9d87174 ))
- *(jellyfin-scanner)* Include unmatched seasons in processable seasons ([#​2538](https://github.com/seerr-team/seerr/issues/2538 )) - ([68f56d2](68f56d2035 ))
- *(link-account)* Fix error-message override ([#​2547](https://github.com/seerr-team/seerr/issues/2547 )) - ([b843be0](b843be0cad ))
- *(plex-scanner)* Add TVDb to TMDB fallback in plex scanner ([#​2537](https://github.com/seerr-team/seerr/issues/2537 )) - ([7c60a5c](7c60a5c3c5 ))
- *(radarr)* Trigger search for existing monitored movies without files ([#​2391](https://github.com/seerr-team/seerr/issues/2391 )) - ([55776ea](55776ea24f ))
- *(servarr)* Increase default API timeout from 5000ms to 10000ms ([#​2442](https://github.com/seerr-team/seerr/issues/2442 )) - ([b499976](b499976902 ))
- *(sonarr)* Use configured metadata provider for season filtering ([#​2516](https://github.com/seerr-team/seerr/issues/2516 )) - ([5013d1d](5013d1d54d ))
- *(watch-data)* Use sentinel values to avoid invalid SQL syntax ([#​2552](https://github.com/seerr-team/seerr/issues/2552 )) - ([947f70c](947f70c3d7 ))
- *(watchlist-sync)* Correct permission typo for TV auto requests ([#​2488](https://github.com/seerr-team/seerr/issues/2488 )) - ([e0e4b6f](e0e4b6f512 ))
- Preserve blocklist on media deletion & optimise watchlist-sync ([#​2478](https://github.com/seerr-team/seerr/issues/2478 )) - ([9da8bb6](9da8bb6dea ))
##### 🚜 Refactor
- *(tailwind)* Replace deprecated tailwind utilities ([#​2542](https://github.com/seerr-team/seerr/issues/2542 )) - ([f42a4ec](f42a4ecf82 ))
##### 📖 Documentation
- *(synology)* Add installation guide via SynoCommunity ([#​2503](https://github.com/seerr-team/seerr/issues/2503 )) - ([0e636a3](0e636a3f99 ))
- *(truenas)* Update install/migration guide ([#​2491](https://github.com/seerr-team/seerr/issues/2491 )) - ([dc1734d](dc1734d41f ))
- *(unraid)* Improve unraid migration guide ([#​2470](https://github.com/seerr-team/seerr/issues/2470 )) - ([5e64d49](5e64d49c32 ))
- Update Unraid install and migration guides with dual permission methods ([#​2532](https://github.com/seerr-team/seerr/issues/2532 )) - ([a0d0eb1](a0d0eb1858 ))
- Add a warning in migration-guide for third party installation ([#​2527](https://github.com/seerr-team/seerr/issues/2527 )) - ([7e9dff3](7e9dff3a1b ))
- Remove double quotes (") from DB\_HOST environment variable ([#​2514](https://github.com/seerr-team/seerr/issues/2514 )) - ([fa905be](fa905be002 ))
- Add Unraid installation and migration guide ([#​2440](https://github.com/seerr-team/seerr/issues/2440 )) - ([b6a9132](b6a913211a ))
- Fix migration guide title ([#​2425](https://github.com/seerr-team/seerr/issues/2425 )) - ([39ae32f](39ae32f509 ))
##### ⚡ Performance
- Add missing indexes on all foreign key columns ([#​2461](https://github.com/seerr-team/seerr/issues/2461 )) - ([c6bcfe0](c6bcfe0ae4 ))
##### ⚙️ Miscellaneous Tasks
- *(changelog)* Fix changelog template ([#​2431](https://github.com/seerr-team/seerr/issues/2431 )) - ([c2977f6](c2977f6430 ))
- *(eslint)* Add react/self-closing-comp ([#​2563](https://github.com/seerr-team/seerr/issues/2563 )) - ([cd8b386](cd8b386bf8 ))
- *(github)* Add docs and maintenance issue templates ([#​2467](https://github.com/seerr-team/seerr/issues/2467 )) - ([cf4883a](cf4883a55e ))
- *(helm)* Add GatewayAPI route support to helm chart ([#​2544](https://github.com/seerr-team/seerr/issues/2544 )) - ([3a42f59](3a42f593d5 ))
- *(helm)* Update ghcr.io/seerr-team/seerr ( 3.0.0 → 3.0.1 ) \[skip-ci] ([#​2441](https://github.com/seerr-team/seerr/issues/2441 )) - ([87fb0df](87fb0dfd6c ))
- *(husky)* Fixed husky commit message from bash/zsh syntax to sh syntax ([#​2572](https://github.com/seerr-team/seerr/issues/2572 )) - ([a00c9e5](a00c9e5e7c ))
- *(release)* Prepare ${TAG\_VERSION} - ([94a70bb](94a70bb5fc ))
- Updated the Contributing and Security guides to reflect our current practices ([#​2579](https://github.com/seerr-team/seerr/issues/2579 )) - ([0d40a42](0d40a42de7 ))
- Disable nextjs telemetry ([#​2517](https://github.com/seerr-team/seerr/issues/2517 )) - ([cecdd63](cecdd63108 ))
- Update contributing guide regarding Automated AI Agent ([#​2518](https://github.com/seerr-team/seerr/issues/2518 )) - ([880fbc9](880fbc902d ))
- Remove discord notification from release ([#​2501](https://github.com/seerr-team/seerr/issues/2501 )) - ([fba20c1](fba20c1b39 ))
- Add create-tag workflow to streamline release process ([#​2493](https://github.com/seerr-team/seerr/issues/2493 )) - ([06e5eb0](06e5eb0704 ))
- Update concurrency logic ([#​2481](https://github.com/seerr-team/seerr/issues/2481 )) - ([4939f13](4939f13dbe ))
- Add semantic-pr workflow to enforce conventional commits ([#​2472](https://github.com/seerr-team/seerr/issues/2472 )) - ([5e57fdc](5e57fdcf66 ))
##### New Contributors ❤️
- [@​caillou](https://github.com/caillou ) made their first contribution
- [@​Kenshin9977](https://github.com/Kenshin9977 ) made their first contribution
- [@​MagicLegend](https://github.com/MagicLegend ) made their first contribution
- [@​wiiaam](https://github.com/wiiaam ) made their first contribution
- [@​mjonkus](https://github.com/mjonkus ) made their first contribution
- [@​nova-api](https://github.com/nova-api ) made their first contribution
- [@​mreid-tt](https://github.com/mreid-tt ) made their first contribution
- [@​DataBitz](https://github.com/DataBitz ) made their first contribution
- [@​Hyperion2220](https://github.com/Hyperion2220 ) made their first contribution
- [@​blassley](https://github.com/blassley ) made their first contribution
- [@​JanKleine](https://github.com/JanKleine ) made their first contribution
- [@​koiralasandesh](https://github.com/koiralasandesh ) made their first contribution<!-- generated by git-cliff -->
</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #4284
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-27 18:05:56 +00:00
3fe6a5a5da
chore(deps): update ghcr.io/0xerr0r/blocky docker tag to v0.29.0 ( #4283 )
...
lint-test-docker / lint-docker-compose (push) Successful in 31s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/0xerr0r/blocky](https://github.com/0xERR0R/blocky ) | minor | `v0.28.2` → `v0.29.0` |
---
### Release Notes
<details>
<summary>0xERR0R/blocky (ghcr.io/0xerr0r/blocky)</summary>
### [`v0.29.0`](https://github.com/0xERR0R/blocky/releases/tag/v0.29.0 )
[Compare Source](https://github.com/0xERR0R/blocky/compare/v0.28.2...v0.29.0 )
#### Changelog
##### Features
- [`0c35f21`](0c35f21b85 ): feat: add RFC 7239 Forwarded header support for client IP parsing ([#​1941](https://github.com/0xERR0R/blocky/issues/1941 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`011e3eb`](011e3eb500 ): feat: implement DNS64 support ([#​1933](https://github.com/0xERR0R/blocky/issues/1933 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`e199445`](e199445bcd ): feat: improve IP parsing from X-Forwarded-For header ([#​1940](https://github.com/0xERR0R/blocky/issues/1940 )) ([@​0xERR0R](https://github.com/0xERR0R ))
##### Bug fixes
- [`257fe07`](257fe07f31 ): fix: Incorrect rate data shown on Grafana dashboards ([#​1948](https://github.com/0xERR0R/blocky/issues/1948 )) ([@​mattdy](https://github.com/mattdy ))
- [`1a4d22d`](1a4d22d3d8 ): fix: db automigration with timescaledb ([#​1975](https://github.com/0xERR0R/blocky/issues/1975 )) ([@​manofthepeace](https://github.com/manofthepeace ))
- [`9874212`](98742121da ): fix: use context based versions of net.Listen and net.Dial ([#​1952](https://github.com/0xERR0R/blocky/issues/1952 )) ([@​sonjek](https://github.com/sonjek ))
##### Build and dependencies
- [`fe67404`](fe674044da ): build(deps): bump actions/checkout from 5 to 6 ([#​1943](https://github.com/0xERR0R/blocky/issues/1943 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4752061`](4752061443 ): build(deps): bump actions/download-artifact from 6 to 7 ([#​1961](https://github.com/0xERR0R/blocky/issues/1961 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`d459311`](d459311378 ): build(deps): bump actions/download-artifact from 7 to 8 ([#​2000](https://github.com/0xERR0R/blocky/issues/2000 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`fa1614b`](fa1614bbbe ): build(deps): bump actions/upload-artifact from 5 to 6 ([#​1960](https://github.com/0xERR0R/blocky/issues/1960 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`11b6f92`](11b6f92387 ): build(deps): bump actions/upload-artifact from 6 to 7 ([#​1998](https://github.com/0xERR0R/blocky/issues/1998 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e83805c`](e83805c987 ): build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 ([#​1992](https://github.com/0xERR0R/blocky/issues/1992 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4f62ec8`](4f62ec8009 ): build(deps): bump github.com/alicebob/miniredis/v2 from 2.35.0 to 2.36.0 ([#​1976](https://github.com/0xERR0R/blocky/issues/1976 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`16644c5`](16644c5659 ): build(deps): bump github.com/alicebob/miniredis/v2 from 2.36.0 to 2.36.1 ([#​1978](https://github.com/0xERR0R/blocky/issues/1978 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`36ae188`](36ae188e72 ): build(deps): bump github.com/alicebob/miniredis/v2 from 2.36.1 to 2.37.0 ([#​1996](https://github.com/0xERR0R/blocky/issues/1996 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4733c6b`](4733c6bb52 ): build(deps): bump github.com/breml/rootcerts from 0.3.3 to 0.3.4 ([#​1987](https://github.com/0xERR0R/blocky/issues/1987 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e4f7462`](e4f746218f ): build(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 ([#​1972](https://github.com/0xERR0R/blocky/issues/1972 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`f9dd4d2`](f9dd4d294a ): build(deps): bump github.com/go-chi/chi/v5 from 5.2.4 to 5.2.5 ([#​1985](https://github.com/0xERR0R/blocky/issues/1985 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e66a29d`](e66a29d874 ): build(deps): bump github.com/miekg/dns from 1.1.68 to 1.1.69 ([#​1959](https://github.com/0xERR0R/blocky/issues/1959 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`8e69355`](8e693558d7 ): build(deps): bump github.com/miekg/dns from 1.1.69 to 1.1.70 ([#​1968](https://github.com/0xERR0R/blocky/issues/1968 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`5e8b555`](5e8b555984 ): build(deps): bump github.com/miekg/dns from 1.1.70 to 1.1.72 ([#​1977](https://github.com/0xERR0R/blocky/issues/1977 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`ef5dc97`](ef5dc97ddf ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 ([#​1956](https://github.com/0xERR0R/blocky/issues/1956 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`670542b`](670542bacf ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.4 ([#​1966](https://github.com/0xERR0R/blocky/issues/1966 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e062742`](e062742259 ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.4 to 2.27.5 ([#​1970](https://github.com/0xERR0R/blocky/issues/1970 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4926d16`](4926d161fe ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 ([#​1981](https://github.com/0xERR0R/blocky/issues/1981 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`ca0da10`](ca0da10f7c ): build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 ([#​1955](https://github.com/0xERR0R/blocky/issues/1955 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`567a738`](567a73887b ): build(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0 ([#​1967](https://github.com/0xERR0R/blocky/issues/1967 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`c3aab87`](c3aab87e1d ): build(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1 ([#​1982](https://github.com/0xERR0R/blocky/issues/1982 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`ef79a67`](ef79a6789a ): build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 ([#​1974](https://github.com/0xERR0R/blocky/issues/1974 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6775759`](67757591e5 ): build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 ([#​1953](https://github.com/0xERR0R/blocky/issues/1953 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`71c39fc`](71c39fc132 ): build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 ([#​1939](https://github.com/0xERR0R/blocky/issues/1939 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`be31648`](be316486ac ): build(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 ([#​1957](https://github.com/0xERR0R/blocky/issues/1957 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`a574078`](a5740782ea ): build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 ([#​1971](https://github.com/0xERR0R/blocky/issues/1971 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6f3f295`](6f3f2959d3 ): build(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 ([#​1988](https://github.com/0xERR0R/blocky/issues/1988 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6a75afb`](6a75afb480 ): build(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 ([#​1997](https://github.com/0xERR0R/blocky/issues/1997 )) ([@​dependabot](https://github.com/dependabot )\[bot])
##### Misc
- [`439e99b`](439e99b193 ): Add Blocky Visor to web UIs section in installation.md ([#​1993](https://github.com/0xERR0R/blocky/issues/1993 )) ([@​JCHHeilmann](https://github.com/JCHHeilmann ))
- [`ced469f`](ced469f479 ): refactor: centralize DNS response creation logic with helper functions ([#​1942](https://github.com/0xERR0R/blocky/issues/1942 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`3075c38`](3075c3810c ): refactor: clean up obsolete Go syntax ([#​1951](https://github.com/0xERR0R/blocky/issues/1951 )) ([@​sonjek](https://github.com/sonjek ))
- [`9fe42a8`](9fe42a8621 ): refactor: simplify code for improved readability and maintainability ([#​1945](https://github.com/0xERR0R/blocky/issues/1945 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`6581668`](65816682cc ): refactor: use mockery for mocks ([#​1944](https://github.com/0xERR0R/blocky/issues/1944 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`55ab95e`](55ab95ed4d ): test(metrics): Prometheus metrics ([#​1868](https://github.com/0xERR0R/blocky/issues/1868 )) ([@​zeilenschubser](https://github.com/zeilenschubser ))
</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS44IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4283
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-27 18:04:52 +00:00
22b07960f5
chore(deps): update 0xerr0r/blocky to v0.29.0 ( #4282 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 24s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [0xerr0r/blocky](https://github.com/0xerr0r/blocky ) | minor | `v0.28.2` → `v0.29.0` |
| [ghcr.io/0xerr0r/blocky](https://github.com/0xERR0R/blocky ) | minor | `v0.28.2` → `v0.29.0` |
---
### Release Notes
<details>
<summary>0xerr0r/blocky (0xerr0r/blocky)</summary>
### [`v0.29.0`](https://github.com/0xERR0R/blocky/releases/tag/v0.29.0 )
[Compare Source](https://github.com/0xerr0r/blocky/compare/v0.28.2...v0.29.0 )
#### Changelog
##### Features
- [`0c35f21`](0c35f21b85 ): feat: add RFC 7239 Forwarded header support for client IP parsing ([#​1941](https://github.com/0xerr0r/blocky/issues/1941 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`011e3eb`](011e3eb500 ): feat: implement DNS64 support ([#​1933](https://github.com/0xerr0r/blocky/issues/1933 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`e199445`](e199445bcd ): feat: improve IP parsing from X-Forwarded-For header ([#​1940](https://github.com/0xerr0r/blocky/issues/1940 )) ([@​0xERR0R](https://github.com/0xERR0R ))
##### Bug fixes
- [`257fe07`](257fe07f31 ): fix: Incorrect rate data shown on Grafana dashboards ([#​1948](https://github.com/0xerr0r/blocky/issues/1948 )) ([@​mattdy](https://github.com/mattdy ))
- [`1a4d22d`](1a4d22d3d8 ): fix: db automigration with timescaledb ([#​1975](https://github.com/0xerr0r/blocky/issues/1975 )) ([@​manofthepeace](https://github.com/manofthepeace ))
- [`9874212`](98742121da ): fix: use context based versions of net.Listen and net.Dial ([#​1952](https://github.com/0xerr0r/blocky/issues/1952 )) ([@​sonjek](https://github.com/sonjek ))
##### Build and dependencies
- [`fe67404`](fe674044da ): build(deps): bump actions/checkout from 5 to 6 ([#​1943](https://github.com/0xerr0r/blocky/issues/1943 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4752061`](4752061443 ): build(deps): bump actions/download-artifact from 6 to 7 ([#​1961](https://github.com/0xerr0r/blocky/issues/1961 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`d459311`](d459311378 ): build(deps): bump actions/download-artifact from 7 to 8 ([#​2000](https://github.com/0xerr0r/blocky/issues/2000 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`fa1614b`](fa1614bbbe ): build(deps): bump actions/upload-artifact from 5 to 6 ([#​1960](https://github.com/0xerr0r/blocky/issues/1960 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`11b6f92`](11b6f92387 ): build(deps): bump actions/upload-artifact from 6 to 7 ([#​1998](https://github.com/0xerr0r/blocky/issues/1998 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e83805c`](e83805c987 ): build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 ([#​1992](https://github.com/0xerr0r/blocky/issues/1992 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4f62ec8`](4f62ec8009 ): build(deps): bump github.com/alicebob/miniredis/v2 from 2.35.0 to 2.36.0 ([#​1976](https://github.com/0xerr0r/blocky/issues/1976 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`16644c5`](16644c5659 ): build(deps): bump github.com/alicebob/miniredis/v2 from 2.36.0 to 2.36.1 ([#​1978](https://github.com/0xerr0r/blocky/issues/1978 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`36ae188`](36ae188e72 ): build(deps): bump github.com/alicebob/miniredis/v2 from 2.36.1 to 2.37.0 ([#​1996](https://github.com/0xerr0r/blocky/issues/1996 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4733c6b`](4733c6bb52 ): build(deps): bump github.com/breml/rootcerts from 0.3.3 to 0.3.4 ([#​1987](https://github.com/0xerr0r/blocky/issues/1987 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e4f7462`](e4f746218f ): build(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 ([#​1972](https://github.com/0xerr0r/blocky/issues/1972 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`f9dd4d2`](f9dd4d294a ): build(deps): bump github.com/go-chi/chi/v5 from 5.2.4 to 5.2.5 ([#​1985](https://github.com/0xerr0r/blocky/issues/1985 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e66a29d`](e66a29d874 ): build(deps): bump github.com/miekg/dns from 1.1.68 to 1.1.69 ([#​1959](https://github.com/0xerr0r/blocky/issues/1959 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`8e69355`](8e693558d7 ): build(deps): bump github.com/miekg/dns from 1.1.69 to 1.1.70 ([#​1968](https://github.com/0xerr0r/blocky/issues/1968 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`5e8b555`](5e8b555984 ): build(deps): bump github.com/miekg/dns from 1.1.70 to 1.1.72 ([#​1977](https://github.com/0xerr0r/blocky/issues/1977 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`ef5dc97`](ef5dc97ddf ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 ([#​1956](https://github.com/0xerr0r/blocky/issues/1956 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`670542b`](670542bacf ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.4 ([#​1966](https://github.com/0xerr0r/blocky/issues/1966 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e062742`](e062742259 ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.4 to 2.27.5 ([#​1970](https://github.com/0xerr0r/blocky/issues/1970 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4926d16`](4926d161fe ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 ([#​1981](https://github.com/0xerr0r/blocky/issues/1981 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`ca0da10`](ca0da10f7c ): build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 ([#​1955](https://github.com/0xerr0r/blocky/issues/1955 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`567a738`](567a73887b ): build(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0 ([#​1967](https://github.com/0xerr0r/blocky/issues/1967 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`c3aab87`](c3aab87e1d ): build(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1 ([#​1982](https://github.com/0xerr0r/blocky/issues/1982 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`ef79a67`](ef79a6789a ): build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 ([#​1974](https://github.com/0xerr0r/blocky/issues/1974 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6775759`](67757591e5 ): build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 ([#​1953](https://github.com/0xerr0r/blocky/issues/1953 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`71c39fc`](71c39fc132 ): build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 ([#​1939](https://github.com/0xerr0r/blocky/issues/1939 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`be31648`](be316486ac ): build(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 ([#​1957](https://github.com/0xerr0r/blocky/issues/1957 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`a574078`](a5740782ea ): build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 ([#​1971](https://github.com/0xerr0r/blocky/issues/1971 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6f3f295`](6f3f2959d3 ): build(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 ([#​1988](https://github.com/0xerr0r/blocky/issues/1988 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6a75afb`](6a75afb480 ): build(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 ([#​1997](https://github.com/0xerr0r/blocky/issues/1997 )) ([@​dependabot](https://github.com/dependabot )\[bot])
##### Misc
- [`439e99b`](439e99b193 ): Add Blocky Visor to web UIs section in installation.md ([#​1993](https://github.com/0xerr0r/blocky/issues/1993 )) ([@​JCHHeilmann](https://github.com/JCHHeilmann ))
- [`ced469f`](ced469f479 ): refactor: centralize DNS response creation logic with helper functions ([#​1942](https://github.com/0xerr0r/blocky/issues/1942 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`3075c38`](3075c3810c ): refactor: clean up obsolete Go syntax ([#​1951](https://github.com/0xerr0r/blocky/issues/1951 )) ([@​sonjek](https://github.com/sonjek ))
- [`9fe42a8`](9fe42a8621 ): refactor: simplify code for improved readability and maintainability ([#​1945](https://github.com/0xerr0r/blocky/issues/1945 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`6581668`](65816682cc ): refactor: use mockery for mocks ([#​1944](https://github.com/0xerr0r/blocky/issues/1944 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`55ab95e`](55ab95ed4d ): test(metrics): Prometheus metrics ([#​1868](https://github.com/0xerr0r/blocky/issues/1868 )) ([@​zeilenschubser](https://github.com/zeilenschubser ))
</details>
<details>
<summary>0xERR0R/blocky (ghcr.io/0xerr0r/blocky)</summary>
### [`v0.29.0`](https://github.com/0xERR0R/blocky/releases/tag/v0.29.0 )
[Compare Source](https://github.com/0xERR0R/blocky/compare/v0.28.2...v0.29.0 )
#### Changelog
##### Features
- [`0c35f21`](0c35f21b85 ): feat: add RFC 7239 Forwarded header support for client IP parsing ([#​1941](https://github.com/0xERR0R/blocky/issues/1941 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`011e3eb`](011e3eb500 ): feat: implement DNS64 support ([#​1933](https://github.com/0xERR0R/blocky/issues/1933 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`e199445`](e199445bcd ): feat: improve IP parsing from X-Forwarded-For header ([#​1940](https://github.com/0xERR0R/blocky/issues/1940 )) ([@​0xERR0R](https://github.com/0xERR0R ))
##### Bug fixes
- [`257fe07`](257fe07f31 ): fix: Incorrect rate data shown on Grafana dashboards ([#​1948](https://github.com/0xERR0R/blocky/issues/1948 )) ([@​mattdy](https://github.com/mattdy ))
- [`1a4d22d`](1a4d22d3d8 ): fix: db automigration with timescaledb ([#​1975](https://github.com/0xERR0R/blocky/issues/1975 )) ([@​manofthepeace](https://github.com/manofthepeace ))
- [`9874212`](98742121da ): fix: use context based versions of net.Listen and net.Dial ([#​1952](https://github.com/0xERR0R/blocky/issues/1952 )) ([@​sonjek](https://github.com/sonjek ))
##### Build and dependencies
- [`fe67404`](fe674044da ): build(deps): bump actions/checkout from 5 to 6 ([#​1943](https://github.com/0xERR0R/blocky/issues/1943 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4752061`](4752061443 ): build(deps): bump actions/download-artifact from 6 to 7 ([#​1961](https://github.com/0xERR0R/blocky/issues/1961 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`d459311`](d459311378 ): build(deps): bump actions/download-artifact from 7 to 8 ([#​2000](https://github.com/0xERR0R/blocky/issues/2000 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`fa1614b`](fa1614bbbe ): build(deps): bump actions/upload-artifact from 5 to 6 ([#​1960](https://github.com/0xERR0R/blocky/issues/1960 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`11b6f92`](11b6f92387 ): build(deps): bump actions/upload-artifact from 6 to 7 ([#​1998](https://github.com/0xERR0R/blocky/issues/1998 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e83805c`](e83805c987 ): build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 ([#​1992](https://github.com/0xERR0R/blocky/issues/1992 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4f62ec8`](4f62ec8009 ): build(deps): bump github.com/alicebob/miniredis/v2 from 2.35.0 to 2.36.0 ([#​1976](https://github.com/0xERR0R/blocky/issues/1976 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`16644c5`](16644c5659 ): build(deps): bump github.com/alicebob/miniredis/v2 from 2.36.0 to 2.36.1 ([#​1978](https://github.com/0xERR0R/blocky/issues/1978 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`36ae188`](36ae188e72 ): build(deps): bump github.com/alicebob/miniredis/v2 from 2.36.1 to 2.37.0 ([#​1996](https://github.com/0xERR0R/blocky/issues/1996 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4733c6b`](4733c6bb52 ): build(deps): bump github.com/breml/rootcerts from 0.3.3 to 0.3.4 ([#​1987](https://github.com/0xERR0R/blocky/issues/1987 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e4f7462`](e4f746218f ): build(deps): bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.4 ([#​1972](https://github.com/0xERR0R/blocky/issues/1972 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`f9dd4d2`](f9dd4d294a ): build(deps): bump github.com/go-chi/chi/v5 from 5.2.4 to 5.2.5 ([#​1985](https://github.com/0xERR0R/blocky/issues/1985 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e66a29d`](e66a29d874 ): build(deps): bump github.com/miekg/dns from 1.1.68 to 1.1.69 ([#​1959](https://github.com/0xERR0R/blocky/issues/1959 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`8e69355`](8e693558d7 ): build(deps): bump github.com/miekg/dns from 1.1.69 to 1.1.70 ([#​1968](https://github.com/0xERR0R/blocky/issues/1968 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`5e8b555`](5e8b555984 ): build(deps): bump github.com/miekg/dns from 1.1.70 to 1.1.72 ([#​1977](https://github.com/0xERR0R/blocky/issues/1977 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`ef5dc97`](ef5dc97ddf ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 ([#​1956](https://github.com/0xERR0R/blocky/issues/1956 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`670542b`](670542bacf ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.4 ([#​1966](https://github.com/0xERR0R/blocky/issues/1966 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`e062742`](e062742259 ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.4 to 2.27.5 ([#​1970](https://github.com/0xERR0R/blocky/issues/1970 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`4926d16`](4926d161fe ): build(deps): bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 ([#​1981](https://github.com/0xERR0R/blocky/issues/1981 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`ca0da10`](ca0da10f7c ): build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 ([#​1955](https://github.com/0xERR0R/blocky/issues/1955 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`567a738`](567a73887b ): build(deps): bump github.com/onsi/gomega from 1.38.3 to 1.39.0 ([#​1967](https://github.com/0xERR0R/blocky/issues/1967 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`c3aab87`](c3aab87e1d ): build(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1 ([#​1982](https://github.com/0xERR0R/blocky/issues/1982 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`ef79a67`](ef79a6789a ): build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 ([#​1974](https://github.com/0xERR0R/blocky/issues/1974 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6775759`](67757591e5 ): build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 ([#​1953](https://github.com/0xERR0R/blocky/issues/1953 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`71c39fc`](71c39fc132 ): build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 ([#​1939](https://github.com/0xERR0R/blocky/issues/1939 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`be31648`](be316486ac ): build(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 ([#​1957](https://github.com/0xERR0R/blocky/issues/1957 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`a574078`](a5740782ea ): build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 ([#​1971](https://github.com/0xERR0R/blocky/issues/1971 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6f3f295`](6f3f2959d3 ): build(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 ([#​1988](https://github.com/0xERR0R/blocky/issues/1988 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`6a75afb`](6a75afb480 ): build(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 ([#​1997](https://github.com/0xERR0R/blocky/issues/1997 )) ([@​dependabot](https://github.com/dependabot )\[bot])
##### Misc
- [`439e99b`](439e99b193 ): Add Blocky Visor to web UIs section in installation.md ([#​1993](https://github.com/0xERR0R/blocky/issues/1993 )) ([@​JCHHeilmann](https://github.com/JCHHeilmann ))
- [`ced469f`](ced469f479 ): refactor: centralize DNS response creation logic with helper functions ([#​1942](https://github.com/0xERR0R/blocky/issues/1942 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`3075c38`](3075c3810c ): refactor: clean up obsolete Go syntax ([#​1951](https://github.com/0xERR0R/blocky/issues/1951 )) ([@​sonjek](https://github.com/sonjek ))
- [`9fe42a8`](9fe42a8621 ): refactor: simplify code for improved readability and maintainability ([#​1945](https://github.com/0xERR0R/blocky/issues/1945 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`6581668`](65816682cc ): refactor: use mockery for mocks ([#​1944](https://github.com/0xERR0R/blocky/issues/1944 )) ([@​0xERR0R](https://github.com/0xERR0R ))
- [`55ab95e`](55ab95ed4d ): test(metrics): Prometheus metrics ([#​1868](https://github.com/0xERR0R/blocky/issues/1868 )) ([@​zeilenschubser](https://github.com/zeilenschubser ))
</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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS44IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4282
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-27 18:03:17 +00:00
90f050f08a
chore(deps): update searxng/searxng:latest docker digest to a0b042c ( #4280 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 20s
renovate / renovate (push) Successful in 2m31s
2026-02-27 09:02:19 +00:00
a47cbe0fa6
chore(deps): update ollama/ollama docker tag to v0.17.4 ( #4276 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 19s
renovate / renovate (push) Successful in 2m20s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ollama/ollama | patch | `0.17.2` → `0.17.4` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
Reviewed-on: #4276
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-27 03:42:50 +00:00
d78bc03737
chore(deps): update helm release generic-device-plugin to v0.20.18 ( #4275 )
lint-test-helm / lint-helm (push) Successful in 33s
render-manifests-push / render-manifests-push (push) Has been skipped
renovate / renovate (push) Successful in 11m34s
2026-02-27 03:29:57 +00:00
763c760de6
chore(deps): update harbor.alexlebens.net/images/site-profile docker tag to v2.17.0 ( #4272 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m27s
render-manifests-dispatch / render-manifests-dispatch (push) Has started running
renovate / renovate (push) Successful in 1m53s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [harbor.alexlebens.net/images/site-profile](https://gitea.alexlebens.dev/alexlebens/site-profile ) | minor | `2.16.0` → `2.17.0` |
---
### Release Notes
<details>
<summary>alexlebens/site-profile (harbor.alexlebens.net/images/site-profile)</summary>
### [`v2.17.0`](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.16.0...2.17.0 )
[Compare Source](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/2.16.0...2.17.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #4272
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-26 23:36:14 +00:00
c8a43c49d2
chore(deps): update ollama/ollama to v0.17.2 ( #4271 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 14s
renovate / renovate (push) Successful in 1m50s
2026-02-26 23:31:09 +00:00