chore(helm): update image docker.io/bobokun/qbit_manage v4.6.0 → v4.6.1 (#39411)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bobokun/qbit_manage](https://redirect.github.com/StuffAnThings/qbit_manage) | patch | `ffb0d2b` -> `72165a7` | --- > [!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>StuffAnThings/qbit_manage (docker.io/bobokun/qbit_manage)</summary> ### [`v4.6.1`](https://redirect.github.com/StuffAnThings/qbit_manage/releases/tag/v4.6.1) [Compare Source](https://redirect.github.com/StuffAnThings/qbit_manage/compare/v4.6.0...v4.6.1) ### Requirements Updated - "argon2-cffi==25.1.0" - "slowapi==0.1.9" - "ruff==0.12.12" ### New Features - Adds authentication support for the webUI and webAPI (Fixes [#​867](https://redirect.github.com/StuffAnThings/qbit_manage/issues/867)) ### Improvements - Enhanced `--web-server` option to support disabling with `--web-server=False` while maintaining backward compatibility - The `schedule.yml` is now renamed to `qbm_settings.yml` in order to support security features (Automatic migration) - Makes hyperlinks clickable in the webUI (Fixes [#​938](https://redirect.github.com/StuffAnThings/qbit_manage/issues/938)) ### Bug Fixes - Better support for windows paths when using remote\_dir - Fix `QBT_CONFIG_DIR` not supporting folders with subdirectories (Fixes [#​934](https://redirect.github.com/StuffAnThings/qbit_manage/issues/934)) - Fixes webUI not being packaged with PyPi builds - Fix bug in remove\_orphaned where it's not able to start a new thread in concurrent runs **Full Changelog**: <https://github.com/StuffAnThings/qbit_manage/compare/v4.6.0...v4.6.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.6.0
|
||||
appVersion: 4.6.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.17.1
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage
|
||||
- https://hub.docker.com/r/bobokun/qbit_manage
|
||||
type: application
|
||||
version: 11.6.1
|
||||
version: 11.6.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/bobokun/qbit_manage
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.6.0@sha256:ffb0d2b53a6fad9ad19046a11eae78b0fa0d22f90c1c7ad50b2cb866aece2a2b
|
||||
tag: v4.6.1@sha256:72165a7aff711af522636d854b0d47e97047e05b42b2316d19c25b50f06c5804
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user