chore(helm): update image ghcr.io/home-operations/sabnzbd 4.5.2 → 4.5.3 (#38823)
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-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.5.2
|
||||
appVersion: 4.5.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.16.2
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd
|
||||
- https://sabnzbd.org/
|
||||
type: application
|
||||
version: 22.4.3
|
||||
version: 22.4.4
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/home-operations/sabnzbd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.5.2@sha256:e3f27e50ee51f950d89ce888cb3c3c4e74b46b42751333ee008f906906cbf05b
|
||||
tag: 4.5.3@sha256:ecb57bd6257fbfbd9aee70d8ef3df8814b7270ae793fd1f44219ae73cacd519a
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user