fix(nzbhydra): update image oci.trueforge.org/containerforge/nzbhydra2 8.5.1 → 8.5.2 (#46143)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/nzbhydra2](https://ghcr.io/trueforge-org/nzbhydra2) ([source](https://redirect.github.com/theotherp/nzbhydra2)) | patch | `6ba3e69` → `63d9e59` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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 (oci.trueforge.org/containerforge/nzbhydra2)</summary> ### [`v8.5.2`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v852-2026-03-12) [Compare Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v8.5.1...v8.5.2) **Fix** "Load more" would not always work or only after many clicks. Now each click should load the expected next 100 results. **Note** I've had to disable Binsearch for now. The page format changed and I've been unable to parse the output. Looks like it take quite some work. You can leave it enabled, it will just not be shown for searches. </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbnpiaHlkcmEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 8.5.1
|
||||
appVersion: 8.5.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.33.4
|
||||
@@ -35,4 +35,5 @@ sources:
|
||||
- https://github.com/trueforge-org/containers/tree/main/apps/nzbhydra2
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nzbhydra
|
||||
type: application
|
||||
version: 28.9.2
|
||||
version: 28.9.3
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/nzbhydra2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.5.1@sha256:6ba3e691a3cc3fe1ac247c10a12cf7e022a023a8b69c3bc1f4a8a422178f3d5e
|
||||
tag: 8.5.2@sha256:63d9e59450c4eeafe1e1542e765b6cfe1238cb1eb287340c22a294ba36ec67f5
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user