From 8ac4a25f408b5e5431c00e13a1c0eaa471196162 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 22 Feb 2026 05:58:16 +0100 Subject: [PATCH] =?UTF-8?q?fix(rdtclient):=20update=20image=20ghcr.io/roge?= =?UTF-8?q?rfar/rdtclient=202.0.121=20=E2=86=92=202.0.123=20(#45390)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rogerfar/rdtclient](https://redirect.github.com/rogerfar/rdt-client) | patch | `55c9a7b` → `60ef541` | --- > [!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
rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient) ### [`v2.0.123`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#20123---2026-02-21) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.122...v2.0.123) ##### Changed - Reverted SharpCompress to 0.42.1 due to file locking issues. ### [`v2.0.122`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#20122---2026-02-21) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.121...v2.0.122) ##### Added - Sort torrents by added date by default, remember sort order in the browser. ##### Changed - Fixed ETA calculations. - Fixed Torrentbox statuses. - Fixed download progress reports. - Fixed NZB delete actions.
--- ### 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. --- - [ ] 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/rdtclient/Chart.yaml | 4 ++-- charts/stable/rdtclient/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/rdtclient/Chart.yaml b/charts/stable/rdtclient/Chart.yaml index 31cd6efeac1..0f6696b9b73 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2.0.121 +appVersion: 2.0.123 dependencies: - name: common version: 28.30.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.14.2 +version: 7.14.3 diff --git a/charts/stable/rdtclient/values.yaml b/charts/stable/rdtclient/values.yaml index ecc8e19e5ff..ec4ac1fadbd 100644 --- a/charts/stable/rdtclient/values.yaml +++ b/charts/stable/rdtclient/values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/rogerfar/rdtclient pullPolicy: IfNotPresent - tag: 2.0.121@sha256:55c9a7bae152cc0df6db17cc706c529351997228cd9599611d3f9960cb8ce452 + tag: 2.0.123@sha256:60ef5413d21f57b4821fd302cfc764f7538f06a6d4d2ec4d64129aba17387455 aria2Image: repository: docker.io/p3terx/aria2-pro pullPolicy: IfNotPresent