chore(helm): update image ghcr.io/elfhosted/nzbget 25.0 → 25.1 (#36685)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/elfhosted/nzbget](https://redirect.github.com/nzbgetcom/nzbget) | minor | `fbccdb1` -> `77e020a` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>nzbgetcom/nzbget (ghcr.io/elfhosted/nzbget)</summary> ### [`v25.1`](https://redirect.github.com/nzbgetcom/nzbget/releases/tag/v25.1) [Compare Source](https://redirect.github.com/nzbgetcom/nzbget/compare/v25.0...v25.1) #### What's Changed nzbget-v25.1 - Features: - Added support for extracting file size from the description field in RSS feeds, providing more info upfront [#​580](https://redirect.github.com/nzbgetcom/nzbget/pull/580) - Bug fixes: - OpenSSL memory leaks and vulnerabilities associated with older SSL/TLS protocols [#​591](https://redirect.github.com/nzbgetcom/nzbget/pull/591) - Fixed memory leaks caused by unreleased per-thread OpenSSL resources. - Security Improvement: updated to use the latest and most secure TLS protocol supported by the client and server, mitigating known vulnerabilities in older SSL/TLS protocols. - RSS feed segfault. Improved memory safety and prevent potential undefined behavior (UB) [#​569](https://redirect.github.com/nzbgetcom/nzbget/pull/569) - Correctly parse yEnc headers with combined name/ypart lines [#​571](https://redirect.github.com/nzbgetcom/nzbget/pull/571) - Data race in ExtensionManager that could cause application crashes [#​577](https://redirect.github.com/nzbgetcom/nzbget/pull/577) - Added additional checks for missing server configuration options to prevent errors in webui [#​581](https://redirect.github.com/nzbgetcom/nzbget/pull/581) - Prevented showing of negative age caused by incorrect dates in NZB file [#​583](https://redirect.github.com/nzbgetcom/nzbget/pull/583) - Improved parsing of yEnc subjects without surrounding quotes, e.g. "\[34/44] - id.bdmv yEnc (1/1)" [#​584](https://redirect.github.com/nzbgetcom/nzbget/pull/584) - For developers: - Upgraded par2-turbo to v1.3.0 [#​586](https://redirect.github.com/nzbgetcom/nzbget/pull/586) - Added support for newer versions of the libxml2 library (v2.12+), ensuring the application continues to work on modern systems [#​575](https://redirect.github.com/nzbgetcom/nzbget/pull/575) - Updated OpenBSD tests workflow to 7.7 [#​573](https://redirect.github.com/nzbgetcom/nzbget/pull/573) - Refactored Util::StrToNum by improving performance, safety and minimizing memory usage [#​578](https://redirect.github.com/nzbgetcom/nzbget/pull/578) - Using the system’s built-in regex library instead of an older version [#​589](https://redirect.github.com/nzbgetcom/nzbget/pull/589) - Resolved some analyzer warnings [#​590](https://redirect.github.com/nzbgetcom/nzbget/pull/590) - Building the app without TLS support is now deprecated and will be removed in future releases. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.14"
|
truecharts.org/min_helm_version: "3.14"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 25.0.0
|
appVersion: 25.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 25.4.10
|
version: 25.4.10
|
||||||
@@ -37,5 +37,5 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nzbget
|
- https://github.com/truecharts/charts/tree/master/charts/stable/nzbget
|
||||||
- https://nzbget.net/
|
- https://nzbget.net/
|
||||||
type: application
|
type: application
|
||||||
version: 25.0.0
|
version: 25.1.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/elfhosted/nzbget
|
repository: ghcr.io/elfhosted/nzbget
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 25.0@sha256:fbccdb14e86fdcae05aa0d6f38a3b7e188a1caed40f07f94a141eb936ce149c3
|
tag: 25.1@sha256:77e020a307dc76853929e7ed2c47993bfc3a070d5b2205562d1dcb9510c6fedc
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user