mirror of
https://github.com/truecharts/charts.git
synced 2026-07-13 15:41:21 -03:00
chore(deps): update container image ghcr.io/geek-cookbook/nzbget to v23.0@c0cf2b7 by renovate (#18232)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/geek-cookbook/nzbget](https://togithub.com/nzbgetcom/nzbget) | major | `22.0` -> `23.0` | --- > [!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> ### [`v23.0`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v23.0) [Compare Source](https://togithub.com/nzbgetcom/nzbget/compare/v22.0...v23.0) #### What's Changed - Features: - Extension Manager [#​76](7348b19cf8); - The new nzbget extension system, which makes it easy to download/update/delete extensions with backward compatibility with the old system; - extensions [master list](https://togithub.com/nzbgetcom/nzbget-extensions/); - changed: - RPC request "configtemplates" - no longer returns script templates, but only the config template; - added: - new RPC requests: - "loadextensions" - loads all extensions from {ScriptDIR} and returns an array of structures in JSON/XML formats; - "updateextension" - downloads by url and name and installs the extension. Returns 'true' or error response in JSON/XML formats; - "deleteextension" - deletes extension by name. Returns 'true' or error response in JSON/XML formats; - "downloadextension" - downloads by url and installs the extension. Returns 'true' or error response in JSON/XML formats; - "testextension" - tries to find the right executor program for the extension, e.g. Python. Returns 'true' or error response in JSON/XML formats; - "EXTENSION MANAGER" section in webui to download/delete/update extensions; - Boost.Json library to work with JSON; - more unit tests; - refactored: - replaced raw pointers with smart pointers and const refs where possible for memory safty reasons; - removed: - testdata_FILES from Makefile.am; - EMail and Logger scripts; - Docker support [#​55](1913e331bb); - Synology support (spk) [#​72](3f8fd6d433); - QNAP support [#​158](9676c77dc8); - aarch64 mipseb mipsel ppc6xx ppc500 architectures to linux build [#​61](959985473c) [#​146](fcc104dc29); - article read chunk size [#​52](1aa42f2df9); - Added ArticleReadChunkSize config option which allows to adjust the buffer size for customization on different platforms, which can lead to increased performance; - increased the number of default connections to 8 [#​54](55eca4ce57); - automatic search for a suitable interpreter on POSIX [#​74](ec0756d5f6); - certificate verification levels [#​150](5956a17e26); - levels: - None: NO certificate signing check, NO certificate hostname check; - Minimal: certificate signing check, NO certificate hostname check; - Strict: certificate signing check, certificate hostname check; - tested on a mock nzbget NNTP nserv server with self-signed certificate and got expected results: - "Strict" -> test failed; - "Minimal" -> test failed; - "None" -> test passed"; - Bug fixies: - possible memory corruption [#​148](16ab25d578); - For developers: - fixed unit tests (Windows only for now) and started migration to CMake [#​64](73e8c00d29); - We are going to completely migrate to CMake as a more universal one for cross-platform development and drop autotools and MSBuild; - using libxml2 on Windows and vcpkg package manager to install dependencies [#​70](f8cb2bda41); - libxml2 library is now used on Windows to work with xml in the same way we already do on Linux and macOS; - removed platform-dependent code for working with xml on Windows; </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 22.0.0
|
||||
appVersion: 23.0.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.30
|
||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png
|
||||
keywords:
|
||||
- nzbget
|
||||
- usenet
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nzbget
|
||||
- https://ghcr.io/geek-cookbook/nzbget
|
||||
type: application
|
||||
version: 18.0.5
|
||||
version: 19.0.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/geek-cookbook/nzbget
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 22.0@sha256:d6b3b69aa948273a482946876af4976f592a11632051531092d282a46c512988
|
||||
tag: 23.0@sha256:c0cf2b7159f35551ee8b838898b4be0a8b3c52dc788e4076e6d4cc79058e9be3
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user