This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/sabnzbd](https://ghcr.io/trueforge-org/sabnzbd) ([source](https://redirect.github.com/sabnzbd/sabnzbd)) | major | `961b481` → `d927353` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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 (oci.trueforge.org/containerforge/sabnzbd)</summary> ### [`v5.0.1`](https://redirect.github.com/sabnzbd/sabnzbd/releases/tag/5.0.1): SABnzbd 5.0.1 [Compare Source](https://redirect.github.com/sabnzbd/sabnzbd/compare/5.0.0...5.0.1) # Release Notes - SABnzbd 5.0.1 In this fifth major release of SABnzbd, we included: - Smarter (and potentially faster) downloads with NNTP Pipelining and Direct Write. - Reliability gains from a reworked cache and safer processing. - A significant number of bug fixes and platform updates. #### Bug fixes in 5.0.1 - Queued downloads from older versions did not load after updating. #### New features in 5.0.0 - Added support for NNTP Pipelining which eliminates idle waiting between requests, significantly improving speeds on high-latency connections. Read more here: <https://sabnzbd.org/wiki/advanced/nntp-pipelining> New servers will have `Articles per request` set to `2` by default. Existing servers need to be manually changed to use NNTP Pipelining. - Implemented Direct Write to optimize assembly of downloaded files. Read more here: <https://sabnzbd.org/wiki/advanced/direct-write> - Post-processing scripts will always be executed, even for failed jobs. Make sure to check the status of the job in your scripts! - Removed Special setting `empty_postproc` as it is no longer needed. - Complete redesign of article cache. - Improved disk speed measurement in Status window. - Reduced delays between jobs during post-processing. - Improved handling of disks getting full. - Diskspace check will now include Category-specific folders. - If a download only contains `.nzb` files, the new downloads will include the name of the original download. - No longer show tracebacks in the browser, only in the logs. - Dropped support for Python 3.8. - Windows: Added Windows ARM (portable) release. - Windows and macOS: Added HTML version of the Release Notes. - Windows and macOS: Updated Python to 3.14.4, Unrar to 7.20, par2cmdline-turbo to 1.4 and 7zip to 26.00. #### Bug fixes in 5.0.0 - `Check before download` could get stuck or fail to reject. - Several stability changes for the core download process. - If only par2 files were missing, jobs could get incorrectly aborted. - No error was shown in case NZB upload failed. - Correct mobile layout if `Full Width` is enabled. - Handle passwords that exceed Unrar's password limit. - Aborted Direct Unpack could result in no files being unpacked. - Encrypted RAR detection could sometimes fail. - Unwanted extension check was unreliable on passworded downloads. - No longer exclusively lock all directory operations. - Improved handling of non-NFC unicode filenames. - Sorting of files inside jobs was inconsistent. - Linux: No longer break test-data in the release package. - Windows: Tray icon disappears after Explorer restart. - macOS: Slow to start on some network setups. #### Changes to default settings for new installations in 5.0.0 - Default `Minimum Free Space for Temporary Download Folder` set to `500M`. - Enabled `verify_xff_header` setting by default. #### 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> #### Code 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) ### [`v5.0.0`](https://redirect.github.com/sabnzbd/sabnzbd/releases/tag/5.0.0): SABnzbd 5.0.0 [Compare Source](https://redirect.github.com/sabnzbd/sabnzbd/compare/4.5.5...5.0.0) # Release Notes - SABnzbd 5.0.0 In this fifth major release of SABnzbd, we included: - Smarter (and potentially faster) downloads with NNTP Pipelining and Direct Write. - Reliability gains from a reworked cache and safer processing. - A significant number of bug fixes and platform updates. Please note the breaking changes described below! #### New features in 5.0.0 - Added support for NNTP Pipelining which eliminates idle waiting between requests, significantly improving speeds on high-latency connections. Read more here: <https://sabnzbd.org/wiki/advanced/nntp-pipelining> New servers will have `Articles per request` set to `2` by default. Existing servers need to be manually changed to use NNTP Pipelining. - Implemented Direct Write to optimize assembly of downloaded files. Read more here: <https://sabnzbd.org/wiki/advanced/direct-write> - Post-processing scripts will always be executed, even for failed jobs. Make sure to check the status of the job in your scripts! - Removed Special setting `empty_postproc` as it is no longer needed. - Complete redesign of article cache. - Improved disk speed measurement in Status window. - Reduced delays between jobs during post-processing. - Improved handling of disks getting full. - Diskspace check will now include Category-specific folders. - If a download only contains `.nzb` files, the new downloads will include the name of the original download. - No longer show tracebacks in the browser, only in the logs. - Dropped support for Python 3.8. - Windows: Added Windows ARM (portable) release. - Windows and macOS: Added HTML version of the Release Notes. - Windows and macOS: Updated Python to 3.14.4, Unrar to 7.20, par2cmdline-turbo to 1.4 and 7zip to 26.00. #### Bug fixes in 5.0.0 - `Check before download` could get stuck or fail to reject. - Several stability changes for the core download process. - If only par2 files were missing, jobs could get incorrectly aborted. - No error was shown in case NZB upload failed. - Correct mobile layout if `Full Width` is enabled. - Handle passwords that exceed Unrar's password limit. - Aborted Direct Unpack could result in no files being unpacked. - Encrypted RAR detection could sometimes fail. - Unwanted extension check was unreliable on passworded downloads. - No longer exclusively lock all directory operations. - Improved handling of non-NFC unicode filenames. - Sorting of files inside jobs was inconsistent. - Linux: No longer break test-data in the release package. - Windows: Tray icon disappears after Explorer restart. - macOS: Slow to start on some network setups. #### Changes to default settings for new installations in 5.0.0 - Default `Minimum Free Space for Temporary Download Folder` set to `500M`. - Enabled `verify_xff_header` setting by default. #### 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> #### Code 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) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zYWJuemJkIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9tYWpvciJdfQ==-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, by the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on the AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in that folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0