chore(helm): update image ghcr.io/home-operations/nzbhydra2 7.16.3 → 7.18.0 (#39659)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/nzbhydra2](https://ghcr.io/home-operations/nzbhydra2) ([source](https://redirect.github.com/theotherp/nzbhydra2)) | minor | `934b17e` -> `8aa2da7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>theotherp/nzbhydra2 (ghcr.io/home-operations/nzbhydra2)</summary> ### [`v7.18.0`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v7180-2025-09-17) [Compare Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v7.16.3...v7.18.0) **Added** When downloading results as ZIP is not possible show a button to copy links for selected results to the clipboard. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/996">[#​996](https://redirect.github.com/theotherp/nzbhydra2/issues/996)</a> **Added** Add custom options to main process on startup. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/985">[#​985](https://redirect.github.com/theotherp/nzbhydra2/issues/985)</a> **Fixed** Fixed configuration of Radarr v6. Removed distinction between v1/v2 and v3+ of \*arr because v3 has been around long enough. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/1012">[#​1012](https://redirect.github.com/theotherp/nzbhydra2/issues/1012)</a> **Fixed** Made the checkmark in the torbox downloader icon better visible. **Fixed** Downloads to torbox should now be added to the history. This required a rewrite of the overall download handling so hopefully everything still works... See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/1007">[#​1007](https://redirect.github.com/theotherp/nzbhydra2/issues/1007)</a> **Fixed** Downloads to torbox that were already cached are now shown as downloaded successfully. **Fixed** When downloading multiple results using the UI each result will be handled individually so that errors will not affect the other downloads. **Fixed** Fix regex in python wrapper. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/998">[#​998](https://redirect.github.com/theotherp/nzbhydra2/issues/998)</a> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 7.16.3
|
||||
appVersion: 7.18.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.18.0
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/theotherp/nzbhydra2
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra
|
||||
type: application
|
||||
version: 26.3.0
|
||||
version: 26.4.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/home-operations/nzbhydra2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 7.16.3@sha256:934b17e5358d51a5c3f6a5bc950c88c3f990869b762008c2c6428e6ba0af0b11
|
||||
tag: 7.18.0@sha256:8aa2da71cf520c89373f3c08649a96a884c13e7a0c2c349547047572196a35d8
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user