chore(helm): update image ghcr.io/elfhosted/nzbget 24.5 → 24.6 (#32516)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/elfhosted/nzbget](https://redirect.github.com/nzbgetcom/nzbget) | minor | `8861eae` -> `d72b0c7` | 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> ### [`v24.6`](https://redirect.github.com/nzbgetcom/nzbget/releases/tag/v24.6) [Compare Source](https://redirect.github.com/nzbgetcom/nzbget/compare/v24.5...v24.6) #### What's Changed - Features: - Improved deobfuscation [#​469](https://redirect.github.com/nzbgetcom/nzbget/pull/469) - enhanced parsing of the subject field in NZB files and improved validation of downloaded article filenames - added a check for filename obfuscation after unpacking; excessively obfuscated filenames are renamed to the NZB filename - added new options: - `RenameAfterUnpack` - enables/disables renaming of extracted and obfuscated files using the NZB filename - `RenameIgnoreExt` - a comma-separated list of file extensions to ignore when renaming files after unpacking - added a new value for the `Status` field in the `listgroups` API method: `POST_UNPACK_RENAMING` - Network speed tests - the new API-method: - `struct testnetworkspeed()` - returns the measured network speed in `Mbps` [#​489](https://redirect.github.com/nzbgetcom/nzbget/pull/489) - Added support by `DirectRename` and `ParRename` of nested file paths found in par files [#​497](https://redirect.github.com/nzbgetcom/nzbget/pull/497) - Added a filter to the nzb manual upload dialog [#​505](https://redirect.github.com/nzbgetcom/nzbget/pull/505) - Bug fixes: - Fixed: `HealthCheck=None` with `ParCheck=Force` can cause a segmentation fault on unhealthy downloads [#​475](https://redirect.github.com/nzbgetcom/nzbget/pull/475) - Fixed: Attempting to load the certificate even if CertCheck is turned off [#​479](https://redirect.github.com/nzbgetcom/nzbget/pull/479) - Fixed: Loading icon display for NZB uploads in light and dark modes [#​486](https://redirect.github.com/nzbgetcom/nzbget/pull/486) - Fixed PowerPC (ppc500) support [#​491](https://redirect.github.com/nzbgetcom/nzbget/pull/491) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 24.5.0
|
appVersion: 24.6.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 25.4.10
|
version: 25.4.10
|
||||||
@@ -33,4 +33,4 @@ 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: 24.5.1
|
version: 24.6.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/elfhosted/nzbget
|
repository: ghcr.io/elfhosted/nzbget
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 24.5@sha256:8861eae1bdf7b5be8986dcfb75b793948652d3a63c5b0d355a88a99519027dca
|
tag: 24.6@sha256:d72b0c739814c59842af13a7d9e6f38549710ca1424c908fd0997a2cf0800d0b
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user