feat(nzbhydra): update image oci.trueforge.org/containerforge/nzbhydra2 8.7.1 → 8.8.0 (#47563)
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)) | minor | `4d055a8` → `407f824` | --- > [!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.8.0`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v880-2026-04-24) [Compare Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v8.7.1...v8.8.0) **Feature** Again I've made the mistake of thinking that my workflow is the norm. I never change the indexers for a search (and still don't really see a reason to do so) but I understand that some of you do this often enough that one extra click compared to before was enough to generate the most feedback I've ever had on a change (for better or worse). I've added an option to switch back to the old indexer selection type with checkboxes.<br> That said, it would help if, with any feedback, you would describe *why* you don't like something because otherwise it's hard for me to find a solution that works for everybody. **Feature** Allow linebreaks in the changelog for long-ass entries like the above. **Feature** Add dark theme for people with dyschromatopsia. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/1057">[#​1057](https://redirect.github.com/theotherp/nzbhydra2/issues/1057)</a> **Fix** TV autocomplete no longer repeatedly treats missing TVMaze results for NZB-style titles as errors, reducing log spam and unnecessary lookups. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/1058">[#​1058](https://redirect.github.com/theotherp/nzbhydra2/issues/1058)</a> **Fix** Ensure first autocomplete entry in search is preselected (regardless of mouse position). </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9uemJoeWRyYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 8.7.1
|
||||
appVersion: 8.8.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.6
|
||||
@@ -36,5 +36,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: 29.3.3
|
||||
version: 29.4.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/nzbhydra2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.7.1@sha256:4d055a8f5f0c213fbda69a305e1168f1a95ef583f56f713677cb5e1b14aacf4c
|
||||
tag: 8.8.0@sha256:407f8244d02fa25002d2154f9270140f7181b8c0acf2815de684f4dcdf576c60
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user