This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/sabnzbd](https://ghcr.io/home-operations/sabnzbd) ([source](https://redirect.github.com/sabnzbd/sabnzbd)) | patch | `e3f27e5` -> `ecb57bd` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>sabnzbd/sabnzbd (ghcr.io/home-operations/sabnzbd)</summary> ### [`v4.5.3`](https://redirect.github.com/sabnzbd/sabnzbd/releases/tag/4.5.3): SABnzbd 4.5.3 [Compare Source](https://redirect.github.com/sabnzbd/sabnzbd/compare/4.5.2...4.5.3) # Release Notes - SABnzbd 4.5.3 #### Bug fixes and changes in 4.5.3 - Remember if `Permanently delete` was previously checked. - All available IP-addresses will be included when selecting the fastest. - Pre-queue script rejected NZBs were sometimes reported as `URL Fetching failed`. - RSS `Next scan` time was not adjusted after manual `Read All Feeds Now`. - Prevent renaming of `.cbr` files during verification. - If `--disable-file-log` was enabled, `Show Logging` would crash. - API: Added `time_added`, timestamp of when the job was added to the queue. - API: History output could contain duplicate items. - Snap: Updated packages and changed build process for reliability. - macOS: Repair would fail on macOS 10.13 High Sierra. - Windows: Unable to start on Windows 8. - Windows: Updated Unrar to 7.13, which resolves CVE-2025-8088. #### Bug fixes and changes in 4.5.2 - Added Tab and Shift+Tab navigation to move between rename fields in queue. - Invalid cookies of other services could result in errors. - Internet Bandwidth test could be stuck in infinite loop. - RSS readout did not ignore torrent alternatives. - Prowl and Pushover settings did not load correctly. - Renamed `osx` to `macos` internally. - API: Removed `B` post-fix from `quota` and `left_quota` fields in `queue`. - Windows: Support more languages in the installer. - Windows and macOS: Updated par2cmdline-turbo to 1.3.0 and Unrar to 7.12. #### Bug fixes and changes in 4.5.1 - Correct platform detection on Linux. - The `From SxxEyy` RSS filters did not always work. - Windows and macOS: Update Unrar to 7.11. #### New features in 4.5.0 - Improved failure detection by downloading additional par2 files right away. - Added more diagnostic information about the system. - Use XFF headers for login validation if `verify_xff_header` is enabled. - Added Turkish translation (by [@​cardpuncher](https://redirect.github.com/cardpuncher)). - Added `unrar_parameters` option to supply custom Unrar parameters. - Windows: Removed MultiPar support. - Windows and macOS: Updated Python to 3.13.2, 7zip to 24.09, Unrar to 7.10 and par2cmdline-turbo to 1.2.0. #### Bug fixes since 4.4.0 - Handle filenames that exceed maximum filesystem lengths. - Directly decompress gzip responses when retrieving NZB's. #### Upgrade notices - You can directly upgrade from version 3.0.0 and newer. - Upgrading from older versions will require performing a `Queue repair`. - Downgrading from version 4.2.0 or newer to 3.7.2 or older will require performing a `Queue repair` due to changes in the internal data format. #### Known problems and solutions - Read `ISSUES.txt` or <https://sabnzbd.org/wiki/introduction/known-issues> #### 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-2025 by The SABnzbd-Team (sabnzbd.org) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
91 lines
2.5 KiB
YAML
91 lines
2.5 KiB
YAML
image:
|
|
repository: ghcr.io/home-operations/sabnzbd
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.5.3@sha256:ecb57bd6257fbfbd9aee70d8ef3df8814b7270ae793fd1f44219ae73cacd519a
|
|
exportarrImage:
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.3.0@sha256:af535d94061cf97a52e1661945ffba78c03f9443eae7c0da1a80a5a4be56b520
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10097
|
|
metrics:
|
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
|
type: ClusterIP
|
|
ports:
|
|
metrics:
|
|
enabled: true
|
|
port: 8990
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
path: /api?mode=version
|
|
readiness:
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
path: /api?mode=version
|
|
startup:
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
path: /api?mode=version
|
|
env:
|
|
SABNZBD__HOST_WHITELIST_ENTRIES: ""
|
|
SABNZBD__PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
exportarr:
|
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
|
imageSelector: exportarrImage
|
|
args:
|
|
- sabnzbd
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: http
|
|
path: /healthz
|
|
port: "{{ .Values.service.metrics.ports.metrics.port }}"
|
|
readiness:
|
|
enabled: true
|
|
type: http
|
|
path: /healthz
|
|
port: "{{ .Values.service.metrics.ports.metrics.port }}"
|
|
startup:
|
|
enabled: true
|
|
type: http
|
|
path: /healthz
|
|
port: "{{ .Values.service.metrics.ports.metrics.port }}"
|
|
env:
|
|
INTERFACE: 0.0.0.0
|
|
PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
|
|
URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
|
|
APIKEY: "{{ .Values.metrics.main.apiKey }}"
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
targetSelector:
|
|
main:
|
|
main:
|
|
mountPath: /config
|
|
exportarr:
|
|
mountPath: /config
|
|
readOnly: true
|
|
metrics:
|
|
main:
|
|
enabled: false
|
|
type: "servicemonitor"
|
|
endpoints:
|
|
- port: metrics
|
|
path: /metrics
|
|
targetSelector: metrics
|
|
# Required for exportarr
|
|
apiKey: ""
|
|
|
|
resources:
|
|
limits:
|
|
memory: 3600Mi
|
|
requests:
|
|
memory: 300Mi
|