TrueChartsClone/charts/stable/nzbget/Chart.yaml

37 lines
949 B
YAML
Raw Normal View History

annotations:
feat: Add VolSync support and move CNPG backup credentials on SCALE (#21443) **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 - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ 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-04-29 10:28:39 +00:00
max_scale_version: 24.04.1
min_scale_version: 24.04.0
truecharts.org/category: media
truecharts.org/max_helm_version: "3.15"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
chore(deps): update container image ghcr.io/geek-cookbook/nzbget to v24.1@a7ba900 by renovate (#21823) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/geek-cookbook/nzbget](https://togithub.com/nzbgetcom/nzbget) | major | `23.0` -> `24.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>nzbgetcom/nzbget (ghcr.io/geek-cookbook/nzbget)</summary> ### [`v24.1`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v24.1) [Compare Source](https://togithub.com/nzbgetcom/nzbget/compare/v24.0...v24.1) #### What's Changed - Fixed: don't override user preference in unrar [#&#8203;251](https://togithub.com/nzbgetcom/nzbget/commit/483702814e4d3b0c950e1ad2a48471e6c99bf624); - Fixed (Docker): unable to unpack rar files [#&#8203;256](https://togithub.com/nzbgetcom/nzbget/commit/62aa1d900a9e9d2051301ef27beb672c4ce1e4b5); - Fixed: possibility to use `0` for umask [#&#8203;264](https://togithub.com/nzbgetcom/nzbget/commit/f87a24b6f0d83608e15662967e76b96850537199); - Fixed: `fseeko` not found [#&#8203;262](https://togithub.com/nzbgetcom/nzbget/commit/b9e51d482bd0e54bf917d0497c0736bfd12fefbf); - Fixed: icons in webui in old browser versions [#&#8203;268](https://togithub.com/nzbgetcom/nzbget/commit/03916079949cebfb780d2a23c8667db31f57fae9). ### [`v24.0`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v24.0) [Compare Source](https://togithub.com/nzbgetcom/nzbget/compare/v23.0...v24.0) #### What's Changed - Features: - Dark theme and new icons [#&#8203;214](https://togithub.com/nzbgetcom/nzbget/commit/16ecaa5c3eb2efc43e965b796a4c75cdf1d959da); - Added macOS x64 build support (macOS Mojave 10.14+) [#&#8203;194](https://togithub.com/nzbgetcom/nzbget/commit/90a89f8fb3b81432e192203e8a66419cfd3cd723); - DEB/RPM packages support [#&#8203;230](https://togithub.com/nzbgetcom/nzbget/commit/1de712a428c031513431d0d75db7ca5ac51d3caa); - [Instructions](https://nzbgetcom.github.io/). - NewsServer Add UI - Default encryption and ports [#&#8203;225](https://togithub.com/nzbgetcom/nzbget/commit/cd1cab44b6052c3b02f14689fbafb65505f67a4e): - moved Server.Encryption between Server.Host and Server.Port; - made Server.Encryption to ON by default; - made port depend on Server.Encryption value unless user has put something up: - 563/443 for secure; - 119/80 for unsecure. - Improved error messages and help text in Extension Manager [#&#8203;166](https://togithub.com/nzbgetcom/nzbget/commit/d11ed84912fc486e6f717e56ccd973526920c0db): - added 7-Zip exit codes decoder according to 7-Zip [doc](https://documentation.help/7-Zip/exit_codes.htm); - added a warning that SevenZipCmd may not be valid, in case of extension installation problems. - Fixed stable/test release notifications [#&#8203;181](https://togithub.com/nzbgetcom/nzbget/commit/1c03b719f88ece7d67ad348f3aca0d3800ab4d54): - added automatic checking for new testing releases; - fixed notifications about the new stable/testing release; - fixed "Uncaught ReferenceError: installedRev" error. - Fixed and update links in webui [#&#8203;177](https://togithub.com/nzbgetcom/nzbget/commit/0cc6023bfdf7a1d22311dea7d81b8a6ea7a7d880): - fixed license links; - fixed links from nzbget.conf. - For developers: - Moved to CMake. Autotools and MSBuild are deprecated now and may be removed in future versions [#&#8203;182](https://togithub.com/nzbgetcom/nzbget/commit/56e4225fc73a6d1c7cdc6f647a4cac297e28e9f3): - switched to CMake from autotools and MSBuild, which will simplify cross-platform development; - fixed installing/uninstalling on FreeBSD and macOS via autotools/CMake; - added automatic installation of Boost.Json; - added support for static code analyzer Clang-Tidy. - Revised and updated documentation [#&#8203;199](https://togithub.com/nzbgetcom/nzbget/commit/c93b551b1fa0afae458c1e78485c6d3eb6410514): - moved CONTRIBUTING.md to docs/; - split INSTALLATION.md to POSIX.md, WINDOWS.md and HOW_TO_USE.md; - added Extensions docs; - added an instruction on how CPPCheck can be used with CMake. - Docker: support native unrar building [#&#8203;231](https://togithub.com/nzbgetcom/nzbget/commit/cc6fb8b21a0332aac81b94e466c909e06743235b). - Bug fixes: - Fixed buffer overflow in CString::AppendFmtV [#&#8203;208](https://togithub.com/nzbgetcom/nzbget/commit/c8c59277cfcf085596e124209a3b07e56ada00dc); - Fixed files/dirs permissions overridden by the unpacker [#&#8203;229](https://togithub.com/nzbgetcom/nzbget/commit/4c92e423fe54a9194b84a9dcd7942865a7df72ec); - Fixed dynamic addition of extension options [#&#8203;209](https://togithub.com/nzbgetcom/nzbget/commit/d49dc6dc426f71d87626820afd45348643a41458); - Removed changing ownership at the beginning of container start [#&#8203;218](https://togithub.com/nzbgetcom/nzbget/commit/36dad2f793a5503871f39eca3d7dbdfa945824ee); - Docker: fixed fresh install [#&#8203;219](https://togithub.com/nzbgetcom/nzbget/commit/a95269e8e15f42196a1314603fb802f3bedd4fa8). </details> --- ### Configuration 📅 **Schedule**: 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
2024-05-18 21:57:29 +00:00
appVersion: 24.1.0
dependencies:
- name: common
version: 24.1.16
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: NZBGet is a Usenet downloader client
home: https://truecharts.org/charts/stable/nzbget
icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.webp
keywords:
- nzbget
- usenet
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: nzbget
sources:
- https://ghcr.io/geek-cookbook/nzbget
- https://github.com/truecharts/charts/tree/master/charts/stable/nzbget
- https://nzbget.net/
type: application
version: 23.1.6