TrueChartsClone/charts/stable/sabnzbd/Chart.yaml

39 lines
1019 B
YAML
Raw Normal View History

annotations:
max_scale_version: 24.04.0
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
chore(apps): update metadata in chart.yaml (#17457) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-01-21 14:14:33 +00:00
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
chore(deps): update container image ghcr.io/onedr0p/sabnzbd to v4.2.3@b217130 by renovate (#19144) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/sabnzbd](https://ghcr.io/onedr0p/sabnzbd) ([source](https://togithub.com/sabnzbd/sabnzbd)) | patch | `4.2.2` -> `4.2.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sabnzbd/sabnzbd (ghcr.io/onedr0p/sabnzbd)</summary> ### [`v4.2.3`](https://togithub.com/sabnzbd/sabnzbd/releases/tag/4.2.3): SABnzbd 4.2.3 [Compare Source](https://togithub.com/sabnzbd/sabnzbd/compare/4.2.2...4.2.3) # Release Notes - SABnzbd 4.2.3 This is the third bug-fix release of SABnzbd 4.2.0. #### Bug-fixes and changes since 4.2.2: - **Bug-fixes:** - Handle new status code for missing articles, which would result in timeouts. This specifically affects Giganews and its resellers. - Retry of failed job would not use the password provided. - Optimize database handling in order to prevent locking errors. - macOS: System standby after finishing the queue would not always work. - **Changes:** - Remove `Send Group` option for Servers. #### Bug-fixes and changes since 4.2.1: - **Bug-fixes:** - RSS readout could result in a crash if Duplicate Detection was enabled. - Passwords were not always correctly parsed. - Warnings could show even if `helpful_warnings` was disabled. - Duplicate Detection would trigger again on URLs if they were resumed. - Windows: Fatal crash could occur if ran as Service or on older Windows versions. - **Changes:** - Parsing of filenames from the NZB was extended to allow more exotic formatting. - Windows: Installer will automatically shutdown SABnzbd if it is running. #### Bug-fixes and changes since 4.2.0: - **Bug-fixes:** - New downloads did not appear in the History after the update to 4.2.0. - **Changes:** - The external IPv6-address is shown, instead of the internal address. - Windows: Network drives as `Download Folder` are no longer blocked, only warned against. #### Key changes since 4.1.0 - **Duplicate detection workflow overhaul:** - `Series Duplicate Detection` was replaced by `Smart Duplicate Detection` that can also detect `Movie` and `Daily Show` duplicates. - Additionally, duplicates will also be detected if they are still in the queue. - More information: https://sabnzbd.org/wiki/duplicate-detection - **Interface changes:** - Added ability to filter the Queue and History by `status`. - RSS-feed that provided the download is shown in History details. - macOS/Windows 10 & 11: Added `Open Folder` button to `Job/Queue finished` notifications. Clicking any type of notification will now open a browser with SABnzbd. - **Performance and usability improvements:** - Numerous smaller performance improvements were made. - Server IP-address selection was optimized. - The `Internet Bandwidth` test was made more reliable. - macOS/Windows: Updated to Python 3.12 and par2cmdline-turbo v1.1.1. - **Configuration changes:** - The `On queue finish script` is now set in Switches. - Reduced recursive unpacking to 2 levels, instead of 5. - Duplicate detection related Pre-queue script input parameters were removed. You will need to update your Pre-queue script. More information: https://sabnzbd.org/wiki/configuration/4.2/scripts/pre-queue-scripts - Stricter check if `Complete Folder` is inside `Download Folder`. - Windows: Prevent use of network drive as `Download Folder`. #### Bug fixes since 4.1.0 - Fixed an issue where the multi-select option in the queue was not working for some users. - Prevented a crash that would occur during the saving of configuration settings. - Jobs with larger articles could stall the queue for several minutes. - Ensured that server warnings are always displayed to users. - If `weblogging` was enabled, output was also written to regular log. - Fixed an issue where removing a failed download from the History could break active downloads. #### 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-2024 by The SABnzbd-Team (sabnzbd.org) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuNCIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 12:37:29 +00:00
appVersion: 4.2.3
dependencies:
- name: common
version: 20.3.5
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Free and easy binary newsreader
home: https://truecharts.org/charts/stable/sabnzbd
icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.png
keywords:
- sabnzbd
- usenet
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: sabnzbd
sources:
- https://sabnzbd.org/
- https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd
- https://ghcr.io/onedr0p/sabnzbd
- https://ghcr.io/onedr0p/exportarr
type: application
version: 19.6.4