fix(container): update image ghcr.io/home-operations/sabnzbd ( 5.1.2 ➔ 5.1.3 ) - #536
Open
renovate[bot] wants to merge 1 commit into
Open
fix(container): update image ghcr.io/home-operations/sabnzbd ( 5.1.2 ➔ 5.1.3 )#536renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
--- HelmRelease: media/sabnzbd Deployment: media/sabnzbd
+++ HelmRelease: media/sabnzbd Deployment: media/sabnzbd
@@ -46,13 +46,13 @@
containers:
- env:
- name: SABNZBD__HOST_WHITELIST_ENTRIES
value: sabnzbd.home.kelch.io
- name: TZ
value: America/New_York
- image: ghcr.io/home-operations/sabnzbd:5.1.2
+ image: ghcr.io/home-operations/sabnzbd:5.1.3
livenessProbe:
failureThreshold: 3
httpGet:
httpHeaders:
- name: Host
value: localhost |
--- kubernetes/apps/media/sabnzbd/app Kustomization: media/sabnzbd HelmRelease: media/sabnzbd
+++ kubernetes/apps/media/sabnzbd/app Kustomization: media/sabnzbd HelmRelease: media/sabnzbd
@@ -34,13 +34,13 @@
app:
env:
SABNZBD__HOST_WHITELIST_ENTRIES: sabnzbd.home.kelch.io
TZ: America/New_York
image:
repository: ghcr.io/home-operations/sabnzbd
- tag: 5.1.2
+ tag: 5.1.3
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
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:
5.1.2→5.1.3Release Notes
sabnzbd/sabnzbd (ghcr.io/home-operations/sabnzbd)
v5.1.3: SABnzbd 5.1.3Compare Source
Release Notes - SABnzbd 5.1.3
Security fixes
SABnzbd 5.1.1, 5.1.2 and 5.1.3 resolve a number of security vulnerabilities.
Over the past releases, several security researchers have put a lot of time and effort
examining SABnzbd, responsibly reporting their findings, and helping us verify the fixes.
We are grateful for their hard work, it has made SABnzbd meaningfully safer for everyone.
For most users the risk is limited: you are only affected if your setup is exposed to
untrusted parties. The web interface issues only apply if it can be reached by someone
you do not trust. By default, SABnzbd is only accessible from your own device and
External internet accessis set toNo access. If either of those is still at itsdefault, or if you use a proxy service for authentication, you are not affected.
The download-processing issues only apply if SABnzbd handles NZBs from a source you
do not fully trust, such as a public indexer.
If none of that describes your setup, you were never at risk.
The safest action is simply to update to 5.1.3.
Full details, affected versions, actions and mitigations for each vulnerability are described at:
https://sabnzbd.org/5-1-vulnerabilities
Vulnerabilities resolved:
__wrapped__dispatch bypass allows unauthenticated API access, fixed in 5.1.3.If you rely on the SABnzbd username and password to keep out untrusted parties, and your
setup was exposed, it is recommended that you rotate your SABnzbd username/password and
API-key, Usenet server passwords, indexer API-keys used in RSS-feeds, and notification
service credentials after updating. See the page above for the full guidance.
Other changes and bug fixes in 5.1.3
database is lockederror when re-evaluating stored RSS jobs.Other bug fixes in 5.1.2
Other bug fixes in 5.1.1
Clear Downloadedbutton did not do anything.Changelog 5.1.0
This release brings a fundamental improvement to "Retry": instead of
re-downloading any files with missing data, only the articles that were actually
missing are fetched again. RSS got an overhaul under the hood, the interface is
refreshed, and we added quite a long list of long-requested features and bugfixes.
New features in 5.1.0
This only works for jobs downloaded in 5.1.0 (or newer).
Agerule to filter jobs based on their age.Cleanup List.Unwanted extensionswill also be removed after unpacking.Extra queue columns..tarfiles during post-processing.Show Logging.SAB_FILESenvironment variable to Post-processing scripts,listing all files that resulted from the job.
Ignore Samplesdetection.INSTALL.txtfile.Bug fixes in 5.1.0
Cleanup Listlogic.Disk Fullerrors from unrar were not handled gracefully during unpacking.Movingstage.Upgrade notices
Queue repair.Known problems and solutions
ISSUES.txtor https://sabnzbd.org/wiki/introduction/known-issuesCode Signing Policy
Windows code signing is provided by SignPath.io using a SignPath Foundation certificate.
About
SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically, thanks to its web-based
user interface and advanced built-in post-processing options that automatically verify, repair,
extract and clean up posts downloaded from Usenet.
(c) Copyright 2007-2026 by The SABnzbd-Team (sabnzbd.org)
Configuration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.