From fc7f80659a1ce5c216ad17ecdf1429dc1d77fdc0 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 30 May 2026 21:23:54 +0200 Subject: [PATCH] =?UTF-8?q?feat(qbitmanage):=20update=20image=20docker.io/?= =?UTF-8?q?bobokun/qbit=5Fmanage=20v4.7.1=20=E2=86=92=20v4.8.0=20(#48647)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
StuffAnThings/qbit_manage (docker.io/bobokun/qbit_manage) ### [`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**:
--- ### 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. --- - [ ] 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). --- charts/stable/qbitmanage/Chart.yaml | 4 ++-- charts/stable/qbitmanage/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/qbitmanage/Chart.yaml b/charts/stable/qbitmanage/Chart.yaml index 4b697cc4e8d..67099884de9 100644 --- a/charts/stable/qbitmanage/Chart.yaml +++ b/charts/stable/qbitmanage/Chart.yaml @@ -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 diff --git a/charts/stable/qbitmanage/values.yaml b/charts/stable/qbitmanage/values.yaml index 55927296398..ea695cea3b0 100644 --- a/charts/stable/qbitmanage/values.yaml +++ b/charts/stable/qbitmanage/values.yaml @@ -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