fix(container): update image ghcr.io/home-operations/prowlarr ( 2.4.0.5391 → 2.4.0.5397 )#5802
Merged
renovate[bot] merged 1 commit intoJun 15, 2026
Conversation
….5391 → 2.4.0.5397 )
There was a problem hiding this comment.
Prowlarr: v2.4.0.5391 → v2.4.0.5397
Verdict: Safe to merge
Summary: Routine patch bump containing bug fixes and minor feature additions. No breaking changes, deprecations, or known regressions affecting this repository.
Changes reviewed:
- Fixed qBittorrent basic auth and API key support
- Fixed Newznab parameter handling (minage, minsize, maxsize)
- Added Postgres Connection String option
- Bumped .NET to 8.0.27
- Various indexer fixes (SecretCinema, MyAnonamouse) and translation updates
Impact assessment:
- Container image updated in
kubernetes/default/prowlarr/prowlarr.yaml✓ - ExternalSecret for API key remains unchanged ✓
- Shelfmark integration references Prowlarr via HTTP service endpoint (no version-dependent config) ✓
Sources consulted:
Claude Review Usage
|
Contributor
--- Deployment default/prowlarr
+++ Deployment default/prowlarr
@@ -51,7 +51,7 @@
envFrom:
- secretRef:
name: prowlarr-secret
- image: ghcr.io/home-operations/prowlarr:2.4.0.5391@sha256:91af7cbc8e357dede960033c9ecfb3a65e145d90d4e495e13adb2fbc6a546807
+ image: ghcr.io/home-operations/prowlarr:2.4.0.5397@sha256:8a140c9104c754a272f5e0d1dfcb32a06f07946a431a45c1083a16344f531748
livenessProbe:
failureThreshold: 3
httpGet:
--- HelmRelease default/prowlarr
+++ HelmRelease default/prowlarr
@@ -48,7 +48,7 @@
name: prowlarr-secret
image:
repository: ghcr.io/home-operations/prowlarr
- tag: 2.4.0.5391@sha256:91af7cbc8e357dede960033c9ecfb3a65e145d90d4e495e13adb2fbc6a546807
+ tag: 2.4.0.5397@sha256:8a140c9104c754a272f5e0d1dfcb32a06f07946a431a45c1083a16344f531748
probes:
liveness:
custom: true
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.4.0.5391→2.4.0.5397Release Notes
Prowlarr/Prowlarr (ghcr.io/home-operations/prowlarr)
v2.4.0.5397: 2.4.0.5397Compare Source
To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
d6e8466Fixed: Basic auth for qBittorrent1f760d4Fix minage, minsize, and maxsize Newznab parameters using wrong source field06304a6Fixed: (SecretCinema) Use release titles from API1d7c91aMultiple Translations updated by Weblate0275db7Reuse authentification cookies for qBittorrent calls5f02110Bump github actions to fix token issuesbef55deFixed: (SecretCinema) Improve release titles32e606cNew: (MyAnonamouse) Switch to downloading without session cookiesb689dfeFixed: (MyAnonamouse) Refactor freeleech wedge handling638d2d1New: Postgres Connection String optionSee More
cb80af4New: Bump .NET to 8.0.277e3b69bNew: Basic Auth support for sync applications (#2677)4864834Multiple Translations updated by Weblatefacfb8fNew: API key support for qBittorrentee093edFixed: Login with credentials on Qbittorrent 5.22aa5de8Fixed: Testing qBittorrent after credentials change would always pass tests493cb04Version bump to 2.4.018fe4ecBump MailKit to 4.16.0de8738fFixed: PWA Manifest images46ce8e2Version bump to 2.3.7c687bdbFixed: Don't send limit=0 to Newznab indexers (#2654)b2d4916Fixed: (ZonaQ) Obsolete per site policy28bd80dFixed: (SceneTime) Obsolete - migrated to YAML for Torznab API0ffcfccVersion bump to 2.3.6This list of changes was auto generated.
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.