fix(container): update image ghcr.io/home-operations/prowlarr (2.6.0.5494 ➔ 2.6.1.5509) - #7145
Open
drag0n141-bot[bot] wants to merge 1 commit into
Open
fix(container): update image ghcr.io/home-operations/prowlarr (2.6.0.5494 ➔ 2.6.1.5509)#7145drag0n141-bot[bot] wants to merge 1 commit into
drag0n141-bot[bot] wants to merge 1 commit into
Conversation
…5494 ➔ 2.6.1.5509)
There was a problem hiding this comment.
ghcr.io/home-operations/prowlarr: v2.6.0.5494 → v2.6.1.5509
Verdict: Safe to merge
This is a patch release of Prowlarr wrapped in the home-operations container image. Checked the upstream Prowlarr GitHub Releases page for the diff between the two tags — only two changes:
- New: indexer-specific categories now shown in search results (additive UI/API feature, no config changes required)
- Version bump commit to 2.6.1
No breaking changes, deprecations, removed settings, or migration notes for this release. The repo's helmrelease.yaml for Prowlarr uses only standard env vars (PROWLARR__APP__*, PROWLARR__AUTH__*, PROWLARR__LOG__*, PROWLARR__SERVER__PORT) and standard probes/persistence config — none of these are affected by this release's change.
Sources consulted:
Contributor
Author
--- kubernetes/apps/downloads/prowlarr/app Kustomization: downloads/prowlarr HelmRelease: downloads/prowlarr
+++ kubernetes/apps/downloads/prowlarr/app Kustomization: downloads/prowlarr HelmRelease: downloads/prowlarr
@@ -43,13 +43,13 @@
TZ: Europe/Berlin
envFrom:
- secretRef:
name: prowlarr-secret
image:
repository: ghcr.io/home-operations/prowlarr
- tag: 2.6.0.5494@sha256:f2db7fc93c2c26476de74695b565bfced0f39255cdba30fedf6d1ec45789f818
+ tag: 2.6.1.5509@sha256:ce5d6bdd5be6529f503df77aa9d2bad20239031d7c660406e8fb1c6d621dd020
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
Contributor
Author
--- HelmRelease: downloads/prowlarr Deployment: downloads/prowlarr
+++ HelmRelease: downloads/prowlarr Deployment: downloads/prowlarr
@@ -79,13 +79,13 @@
value: '9696'
- name: TZ
value: Europe/Berlin
envFrom:
- secretRef:
name: prowlarr-secret
- image: ghcr.io/home-operations/prowlarr:2.6.0.5494@sha256:f2db7fc93c2c26476de74695b565bfced0f39255cdba30fedf6d1ec45789f818
+ image: ghcr.io/home-operations/prowlarr:2.6.1.5509@sha256:ce5d6bdd5be6529f503df77aa9d2bad20239031d7c660406e8fb1c6d621dd020
livenessProbe:
failureThreshold: 3
httpGet:
path: /ping
port: 9696
initialDelaySeconds: 0 |
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.6.0.5494→2.6.1.5509Release Notes
Prowlarr/Prowlarr (ghcr.io/home-operations/prowlarr)
v2.6.1.5509: 2.6.1.5509Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (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:
c6034c8New: Show indexer specific categories in searchdd09f64Bump to 2.6.1This list of changes was auto generated.
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Mend Renovate CLI.