chore(helm): update image oci.trueforge.org/containerforge/nzbhydra2 8.0.0 → 8.1.0 (#42299)
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 | `449f728` -> `2f621ca` | --- > [!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 (oci.trueforge.org/containerforge/nzbhydra2)</summary> ### [`v8.1.0`](https://redirect.github.com/theotherp/nzbhydra2/blob/HEAD/changelog.md#v810-2025-11-30) [Compare Source](https://redirect.github.com/theotherp/nzbhydra2/compare/v8.0.0...v8.1.0) **Added** Allow configuring a daily restart time. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/1002">[#​1002](https://redirect.github.com/theotherp/nzbhydra2/issues/1002)</a> **Added** Also search in archived entries when checking for download completion for sabnzbd downloads. **Added** SVG as favicon. Also removes the black background on supported (basically any modern) browsers (so you may need to get used to a new-ish icon in your browser). See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/1019">[#​1019](https://redirect.github.com/theotherp/nzbhydra2/issues/1019)</a> **Fixed** Delete indexers and their related data from the database when removed from the config. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/1022">[#​1022](https://redirect.github.com/theotherp/nzbhydra2/issues/1022)</a> **Fixed** Remove old linux wrapper binary from list of files to update. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/1020">[#​1020](https://redirect.github.com/theotherp/nzbhydra2/issues/1020)</a> **Fixed** Fix memory leak in downloader status footer causing browser tab to freeze over time. See <a href="https://redirect.github.com/theotherp/nzbhydra2/issues/982">[#​982](https://redirect.github.com/theotherp/nzbhydra2/issues/982)</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 8.0.0
|
||||
appVersion: 8.1.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.2
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/theotherp/nzbhydra2
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/nzbhydra
|
||||
type: application
|
||||
version: 28.1.1
|
||||
version: 28.2.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/nzbhydra2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.0.0@sha256:449f728a02f50cc3f0a9993ff211548ee555c5686fbf96ea33e8c2bc03a85923
|
||||
tag: 8.1.0@sha256:2f621caf05668214f8f4573d3edc1ab22227f60b0b48aa644151732b4ae19fc9
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user