From 047f53bd6793dd4e9b13936d2698b02b3946227b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 24 Apr 2025 08:25:54 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/rogerfa?= =?UTF-8?q?r/rdtclient=202.0.108=20=E2=86=92=202.0.109=20(#34720)?= 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 | `becc57d` -> `cb4d108` | 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.109`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#20109---2025-04-23) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.108...v2.0.109) ##### Fixed - Debrid Queue fixes (don't auto delete queued torrents, handle errors when dequeueing). - Censor download station password when logging settings at startup. - Set `HostDownloadAction` when auto-importing torrents. - Build GitHub release .zip on windows not linux. - Use arm GitHub Actions runner to build arm docker image.
--- ### 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 4e1935dfa38..03dde43c27d 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.0.108 +appVersion: 2.0.109 dependencies: - name: common version: 25.4.10 @@ -37,5 +37,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient - https://hub.docker.com/r/p3terx/aria2-pro type: application -version: 6.5.7 +version: 6.5.8 diff --git a/charts/stable/rdtclient/values.yaml b/charts/stable/rdtclient/values.yaml index b027762aba1..59943a9588f 100644 --- a/charts/stable/rdtclient/values.yaml +++ b/charts/stable/rdtclient/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/rogerfar/rdtclient pullPolicy: IfNotPresent - tag: 2.0.108@sha256:becc57d19f64039949a0458bbd184f40787d7c78676aeacda6f982d891c3a0bd + tag: 2.0.109@sha256:cb4d1087b1d7f25b3dacb7d19a77898ff20812b23ebf3cdb5b2274984d06ea1a aria2Image: repository: docker.io/p3terx/aria2-pro pullPolicy: IfNotPresent