chore(deps): update ghcr.io/home-operations/prowlarr docker tag to v2.3.6.5351#2334
Conversation
--- . HelmRelease: media/prowlarr Deployment: media/prowlarr
+++ . HelmRelease: media/prowlarr Deployment: media/prowlarr
@@ -30,13 +30,13 @@
runAsGroup: 568
runAsUser: 568
dnsPolicy: ClusterFirst
enableServiceLinks: true
containers:
- name: prowlarr
- image: ghcr.io/home-operations/prowlarr:2.3.5.5327@sha256:fc87e9af2f175ef19610fdcf1fcdcc84d5099127211cc6733f826409b2733237
+ image: ghcr.io/home-operations/prowlarr:2.3.6.5351@sha256:da6b1f914ad22778c347d554a59b6e40110f654b40528c8de516616382db5148
imagePullPolicy: null
ports:
- name: http
containerPort: 9696
protocol: TCP
volumeMounts: |
--- . Kustomization: flux-system/flux-system HelmRelease: media/prowlarr
+++ . Kustomization: flux-system/flux-system HelmRelease: media/prowlarr
@@ -20,13 +20,13 @@
upgrade:
remediation:
retries: 3
values:
image:
repository: ghcr.io/home-operations/prowlarr
- tag: 2.3.5.5327@sha256:fc87e9af2f175ef19610fdcf1fcdcc84d5099127211cc6733f826409b2733237
+ tag: 2.3.6.5351@sha256:da6b1f914ad22778c347d554a59b6e40110f654b40528c8de516616382db5148
service:
main:
ports:
http:
port: 9696
ingress: |
There was a problem hiding this comment.
ghcr.io/home-operations/prowlarr: v2.3.5.5327 → v2.3.6.5351
Verdict: Safe to merge
This is a patch release wrapping upstream Prowlarr/Prowlarr. 4 commits landed between the two tags:
-
Fixed: Don't send `limit=0` to Newznab indexers — When searching via the internal API, `SearchResource.Limit` was a non-nullable `int` defaulting to 0, which propagated to Newznab/Headphones request generators as `&limit=0`. Indexers that honor the Newznab spec literally would return zero results (confirmed affected: DrunkenSlug, NZBGeek). Fixed by making `Limit` and `Offset` nullable (`int?`). This is a silent correctness bug fix with no config changes required.
-
SceneTime marked Obsolete — C# indexer definition marked deprecated; migrated to YAML-based Torznab API definition. Transparent to users.
-
ZonaQ marked Obsolete — Site does not allow automation. Transparent to users.
No breaking changes. This repo's media/prowlarr.yaml contains no indexer-specific configuration (that lives in Prowlarr's own database), so none of these changes require any manifest updates.
Sources consulted:
This PR contains the following updates:
2.3.5.5327→2.3.6.5351Release Notes
Prowlarr/Prowlarr (ghcr.io/home-operations/prowlarr)
v2.3.6.5351Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.