feat(qbitmanage): update image docker.io/bobokun/qbit_manage v4.7.1 → v4.8.0 (#48647)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bobokun/qbit_manage](https://redirect.github.com/StuffAnThings/qbit_manage) | minor | `56e1eee` → `3a4fc26` | --- > [!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>StuffAnThings/qbit_manage (docker.io/bobokun/qbit_manage)</summary> ### [`v4.8.0`](https://redirect.github.com/StuffAnThings/qbit_manage/releases/tag/v4.8.0) [Compare Source](https://redirect.github.com/StuffAnThings/qbit_manage/compare/v4.7.1...v4.8.0) ### Requirements Updated - "fastapi==0.136.3" - "uvicorn==0.48.0" - "pytest-cov==7.1.0" - "ruff==0.15.15" - "qbittorrent-api==2026.5.2" ### New Features - Adds configurable `share_limit_action` for controlling the outcome of share limits. (See [Share Limit Action](https://redirect.github.com/StuffAnThings/qbit_manage/wiki/Config-Setup#share-limit-action)) ### Improvements - Modernize CI Workflows - Improved logging for redacting tracker passkeys - Adds unit-testing for core functionality ### Bug Fixes - Fixed Remove Orphaned count not being logged (Fixes [#​1196](https://redirect.github.com/StuffAnThings/qbit_manage/issues/1196)) - Fixes Remove Unregistered from not identifying unregistered torrents correctly in 5.2.0+ (Fixes [#​1201](https://redirect.github.com/StuffAnThings/qbit_manage/issues/1201)) **Full Changelog**: <https://github.com/StuffAnThings/qbit_manage/compare/v4.7.1...v4.8.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9xYml0bWFuYWdlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.7.1
|
||||
appVersion: 4.8.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qbitmanage
|
||||
- https://hub.docker.com/r/bobokun/qbit_manage
|
||||
type: application
|
||||
version: 12.4.1
|
||||
version: 12.5.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/bobokun/qbit_manage
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.7.1@sha256:56e1eeec5582e202e82479b42b588e3807ececca25716f91c7a29f5c597c55d0
|
||||
tag: v4.8.0@sha256:3a4fc26d5cab89333cf918fb94908b4eac47a3144635c967e2a325a2489c8b30
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user