From 9ac83c0c1680b212e29a573db4152152c58a102c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 12 Apr 2025 20:51:01 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/rogerfa?= =?UTF-8?q?r/rdtclient=202.0.102=20=E2=86=92=202.0.104=20(#34299)?= 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 | `26e36ed` -> `1e1d4e9` | 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.104`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#v20104---2025-04-12) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.103...v2.0.104) ##### Fixed - Update the version number ### [`v2.0.103`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#v20103---2025-04-12) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.102...v2.0.103) ##### Added - Button to select all options when deleting a torrent, thanks [@​EugeneKallis](https://redirect.github.com/EugeneKallis) - Add setting to ignore update notifications. A notification will appear regardless of this setting if any GitHub Security Advisories are published in this repo. ##### Changed - Download .zip of torrent files from TorBox when possible, thanks [@​asylumexp](https://redirect.github.com/asylumexp) - Users of AllDebrid and RealDebrid will now have no files downloaded when all files are excluded by filters. Before, if all files were excluded, rdt-client would download all the files in the torrent. - Reduce number of calls to debrid provider API when no torrents need updating ##### Fixed - The dropdown navigation menu on mobile will now close when you navigate to another page - Long torrent names without spaces will now wrap across lines ##### Security - Require auth to change debrid api key
--- ### 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 fec7be03f38..3c646984caf 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.102 +appVersion: 2.0.104 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.4 +version: 6.5.5 diff --git a/charts/stable/rdtclient/values.yaml b/charts/stable/rdtclient/values.yaml index 8f6710d9edb..2ef03681569 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.102@sha256:26e36edca66cecabfc81db87744e6b83d549073707003967a2a89baffc50c16b + tag: 2.0.104@sha256:1e1d4e97e0282e67ddccbc1b58aaff8e0c0a45b7956052391faf3ff07b59cddb aria2Image: repository: docker.io/p3terx/aria2-pro pullPolicy: IfNotPresent