chore(deps): update houndarr to v1.11.0 #6387

Merged
alexlebens merged 1 commits from renovate/unified-houndarr into main 2026-05-01 01:37:21 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
av1155/houndarr minor 1.10.01.11.0
ghcr.io/av1155/houndarr minor v1.10.0v1.11.0

Release Notes

av1155/houndarr (av1155/houndarr)

v1.11.0

Compare Source

Added
  • HOUNDARR_LOG_RETENTION_DAYS env var configures the search log retention threshold (default 30; 0 disables automatic purges, 7 to 365 overrides the default). (#​586)
  • Helm chart ships a startupProbe with a 10-minute default budget so first-boot migrations on Kubernetes finish before the liveness probe kicks in; failureThreshold and periodSeconds are exposed in values.yaml. (#​586)
Changed
  • Dashboard aggregations cache for 20 seconds in-process so polling tabs share one DB scan; mutation routes invalidate immediately, and the HTMX poll drops new triggers while a previous response is still in flight. (#​586)
  • SQLite connections are reused through a connection pool with the modern operational PRAGMA stack (synchronous=NORMAL, temp_store=MEMORY, larger per-connection cache, memory-mapped reads, capped WAL growth); PRAGMA optimize runs after migrations and after each daily retention pass. (#​586)
Fixed
  • From-source installs now refuse to start with a clear error message when the compiled app.built.css is missing instead of silently 404-ing every stylesheet request, and the from-source install guide documents the pnpm install and pnpm run build-css step required since 1.10.0. (#​582)
  • Dashboard no longer hangs on databases with large search_log tables: two new composite indexes serve the v14 cooldown back-fill and the dashboard aggregation queries instead of full-table scans, and the back-fill itself only touches cooldown rows still at the default 'missing' stamp. (#​586)

v1.10.1

Compare Source

Changed
  • /static/* assets are returned with Cache-Control: public, max-age=31536000, immutable so browsers skip revalidation between releases. (#​579)
Fixed
  • Changelog modal and add-instance settings modal cap to a sensible desktop width again, restoring the limit lost from the production CSS bundle by the 1.10.0 macro refactor. (#​574)
  • HTML responses set Cache-Control: no-cache and Vary: HX-Request, so browsers pick up new asset paths after an upgrade without a manual hard reload and HTMX partials no longer share a browser-cache entry with full pages. (#​579)

Configuration

📅 Schedule: (in timezone America/Chicago)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [av1155/houndarr](https://github.com/av1155/houndarr) | minor | `1.10.0` → `1.11.0` | | [ghcr.io/av1155/houndarr](https://github.com/av1155/houndarr) | minor | `v1.10.0` → `v1.11.0` | --- ### Release Notes <details> <summary>av1155/houndarr (av1155/houndarr)</summary> ### [`v1.11.0`](https://github.com/av1155/houndarr/releases/tag/v1.11.0) [Compare Source](https://github.com/av1155/houndarr/compare/v1.10.1...v1.11.0) ##### Added - `HOUNDARR_LOG_RETENTION_DAYS` env var configures the search log retention threshold (default `30`; `0` disables automatic purges, `7` to `365` overrides the default). ([#&#8203;586](https://github.com/av1155/houndarr/issues/586)) - Helm chart ships a `startupProbe` with a 10-minute default budget so first-boot migrations on Kubernetes finish before the liveness probe kicks in; `failureThreshold` and `periodSeconds` are exposed in `values.yaml`. ([#&#8203;586](https://github.com/av1155/houndarr/issues/586)) ##### Changed - Dashboard aggregations cache for 20 seconds in-process so polling tabs share one DB scan; mutation routes invalidate immediately, and the HTMX poll drops new triggers while a previous response is still in flight. ([#&#8203;586](https://github.com/av1155/houndarr/issues/586)) - SQLite connections are reused through a connection pool with the modern operational PRAGMA stack (`synchronous=NORMAL`, `temp_store=MEMORY`, larger per-connection cache, memory-mapped reads, capped WAL growth); `PRAGMA optimize` runs after migrations and after each daily retention pass. ([#&#8203;586](https://github.com/av1155/houndarr/issues/586)) ##### Fixed - From-source installs now refuse to start with a clear error message when the compiled `app.built.css` is missing instead of silently 404-ing every stylesheet request, and the from-source install guide documents the `pnpm install` and `pnpm run build-css` step required since `1.10.0`. ([#&#8203;582](https://github.com/av1155/houndarr/issues/582)) - Dashboard no longer hangs on databases with large `search_log` tables: two new composite indexes serve the v14 cooldown back-fill and the dashboard aggregation queries instead of full-table scans, and the back-fill itself only touches cooldown rows still at the default `'missing'` stamp. ([#&#8203;586](https://github.com/av1155/houndarr/issues/586)) ### [`v1.10.1`](https://github.com/av1155/houndarr/releases/tag/v1.10.1) [Compare Source](https://github.com/av1155/houndarr/compare/v1.10.0...v1.10.1) ##### Changed - `/static/*` assets are returned with `Cache-Control: public, max-age=31536000, immutable` so browsers skip revalidation between releases. ([#&#8203;579](https://github.com/av1155/houndarr/issues/579)) ##### Fixed - Changelog modal and add-instance settings modal cap to a sensible desktop width again, restoring the limit lost from the production CSS bundle by the `1.10.0` macro refactor. ([#&#8203;574](https://github.com/av1155/houndarr/issues/574)) - HTML responses set `Cache-Control: no-cache` and `Vary: HX-Request`, so browsers pick up new asset paths after an upgrade without a manual hard reload and HTMX partials no longer share a browser-cache entry with full pages. ([#&#8203;579](https://github.com/av1155/houndarr/issues/579)) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkb2NrZXIiXX0=-->
renovate-bot added the docker label 2026-04-29 22:04:39 +00:00
renovate-bot added 1 commit 2026-05-01 01:32:53 +00:00
chore(deps): update houndarr to v1.11.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 41s
lint-test-helm / validate-kubeconform (pull_request) Successful in 41s
render-manifests / render-manifests (pull_request) Successful in 2m33s
dec877853c
renovate-bot force-pushed renovate/unified-houndarr from af232adf70 to dec877853c 2026-05-01 01:32:53 +00:00 Compare
alexlebens merged commit 1663c7e11a into main 2026-05-01 01:37:21 +00:00
alexlebens deleted branch renovate/unified-houndarr 2026-05-01 01:37:24 +00:00
Sign in to join this conversation.