fix(rdtclient): update image ghcr.io/rogerfar/rdtclient 2.0.123 → 2.0.124 (#45475)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rogerfar/rdtclient](https://redirect.github.com/rogerfar/rdt-client) | patch | `60ef541` → `914c956` | --- > [!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>rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient)</summary> ### [`v2.0.124`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#20124---2026-02-23) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.123...v2.0.124) ##### Added - Added /version/api for qBittorrent to support clients that still want to talk to the old API. - Improved rate limiting handling. </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmR0Y2xpZW50IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.0.123
|
||||
appVersion: 2.0.124
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.32.2
|
||||
@@ -43,5 +43,5 @@ sources:
|
||||
- https://github.com/trueforge/truecharts/tree/master/charts/stable/rdtclient
|
||||
- https://hub.docker.com/r/p3terx/aria2-pro
|
||||
type: application
|
||||
version: 7.16.0
|
||||
version: 7.16.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/rogerfar/rdtclient
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.123@sha256:60ef5413d21f57b4821fd302cfc764f7538f06a6d4d2ec4d64129aba17387455
|
||||
tag: 2.0.124@sha256:914c95640804dbcb301d63b8fe7515c3a8059bcfada01db595a51cc223611aa1
|
||||
aria2Image:
|
||||
repository: docker.io/p3terx/aria2-pro
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user