From a02ae25c6f02cf62fe945bb5255a1490aa212ba7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Apr 2026 22:01:43 +0000 Subject: [PATCH] chore(deps): update dependency av1155/houndarr to v1.6.5 (#5383) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [av1155/houndarr](https://github.com/av1155/houndarr) | patch | `v1.6.4` → `v1.6.5` | --- ### Release Notes
av1155/houndarr (av1155/houndarr) ### [`v1.6.5`](https://github.com/av1155/houndarr/releases/tag/v1.6.5) [Compare Source](https://github.com/av1155/houndarr/compare/v1.6.4...v1.6.5) ##### Fixed - Accessing Houndarr via links from dashboard apps (Homepage, Homarr, Organizr) no longer redirects to `/login`; session cookies now default to `SameSite=Lax` instead of `Strict` ([#​318](https://github.com/av1155/houndarr/issues/318)). ##### Added - `HOUNDARR_COOKIE_SAMESITE` environment variable to configure the `SameSite` cookie policy; accepts `lax` (default) or `strict` ([#​318](https://github.com/av1155/houndarr/issues/318)).
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5383 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/houndarr/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/houndarr/Chart.yaml b/clusters/cl01tl/helm/houndarr/Chart.yaml index ee1db2b98..9d8c9604e 100644 --- a/clusters/cl01tl/helm/houndarr/Chart.yaml +++ b/clusters/cl01tl/helm/houndarr/Chart.yaml @@ -22,4 +22,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://raw.githubusercontent.com/av1155/houndarr/main/src/houndarr/static/img/houndarr-logo-dark.png # renovate: datasource=github-releases depName=av1155/houndarr -appVersion: v1.6.4 +appVersion: v1.6.5