This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bobokun/qbit_manage](https://redirect.github.com/StuffAnThings/qbit_manage) | patch | `8786f2e` → `56e1eee` | --- > [!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.7.1`](https://redirect.github.com/StuffAnThings/qbit_manage/releases/tag/v4.7.1) [Compare Source](https://redirect.github.com/StuffAnThings/qbit_manage/compare/v4.7.0...v4.7.1) ### Requirements Updated - "fastapi==0.136.1" - "GitPython==3.1.50" - "qbittorrent-api==2026.5.1" - "requests==2.34.2" - "uvicorn==0.47.0" - "pre-commit==4.6.0" - "ruff==0.15.13" ### Improvements - Minor CI improvements ### Bug Fixes - Pass ShareLimitAction to ShareLimits for qbit 5.2.0+ support (Fixes [#​1174](https://redirect.github.com/StuffAnThings/qbit_manage/issues/1174)) - Fix bug causing new categories to be created in config when auto\_tmm is disabled. - Respect reset\_upload\_speed\_on\_unmet\_minimums for min\_num\_seeds (Fixes [#​1157](https://redirect.github.com/StuffAnThings/qbit_manage/issues/1157)) Special thanks to [@​bakerboy448](https://redirect.github.com/bakerboy448) for their contributions! **Full Changelog**: <https://github.com/StuffAnThings/qbit_manage/compare/v4.7.0...v4.7.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9xYml0bWFuYWdlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/bobokun/qbit_manage
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.7.1@sha256:56e1eeec5582e202e82479b42b588e3807ececca25716f91c7a29f5c597c55d0
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
env:
|
|
QBT_RUN: false
|
|
QBT_SCHEDULE: 30
|
|
QBT_CROSS_SEED: false
|
|
QBT_RECHECK: false
|
|
QBT_CAT_UPDATE: false
|
|
QBT_TAG_UPDATE: false
|
|
QBT_REM_UNREGISTERED: false
|
|
QBT_TAG_TRACKER_ERROR: false
|
|
QBT_REM_ORPHANED: false
|
|
QBT_TAG_NOHARDLINKS: false
|
|
QBT_SHARE_LIMITS: false
|
|
QBT_SKIP_CLEANUP: false
|
|
QBT_SKIP_QB_VERSION_CHECK: false
|
|
QBT_DRY_RUN: false
|
|
QBT_LOG_LEVEL: INFO
|
|
QBT_DIVIDER: "="
|
|
QBT_WIDTH: 100
|