From 1fe3acfd2b729ab5ceab1d9ed16f25edcfc88e17 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Mar 2026 00:45:11 +0000 Subject: [PATCH] chore(deps): update av1155/houndarr to v1.4.0 (#4947) 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) | minor | `v1.3.2` → `v1.4.0` | | [ghcr.io/av1155/houndarr](https://github.com/av1155/houndarr) | minor | `v1.3.2` → `v1.4.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/2) for more information. --- ### Release Notes
av1155/houndarr (av1155/houndarr) ### [`v1.4.0`](https://github.com/av1155/houndarr/releases/tag/v1.4.0) [Compare Source](https://github.com/av1155/houndarr/compare/v1.3.2...v1.4.0) ##### Added - `HOUNDARR_TRUSTED_PROXIES` now accepts CIDR subnets (e.g. `172.18.0.0/16`) in addition to individual IP addresses ([#​245](https://github.com/av1155/houndarr/issues/245), [#​248](https://github.com/av1155/houndarr/issues/248)) - Kubernetes deployment guide with StatefulSet, headless Service, and Ingress examples ([#​255](https://github.com/av1155/houndarr/issues/255)) - FAQ entry explaining why Houndarr exists alongside built-in \*arr search ([#​253](https://github.com/av1155/houndarr/issues/253))
--- ### 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. --- - [ ] 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/4947 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/houndarr/Chart.yaml | 2 +- clusters/cl01tl/helm/houndarr/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/houndarr/Chart.yaml b/clusters/cl01tl/helm/houndarr/Chart.yaml index 287088d48..bee82ea61 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.3.2 +appVersion: v1.4.0 diff --git a/clusters/cl01tl/helm/houndarr/values.yaml b/clusters/cl01tl/helm/houndarr/values.yaml index bc17d23fa..69a56db96 100644 --- a/clusters/cl01tl/helm/houndarr/values.yaml +++ b/clusters/cl01tl/helm/houndarr/values.yaml @@ -9,7 +9,7 @@ houndarr: main: image: repository: ghcr.io/av1155/houndarr - tag: v1.3.2 + tag: v1.4.0 pullPolicy: IfNotPresent env: - name: TZ