From 1ec03bcd77a8610bbec81cf16e8bafa8bf48a733 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 29 Jul 2024 08:30:11 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.81@17cfe6b by renovate (#24513) 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://togithub.com/rogerfar/rdt-client) | patch | `2.0.80` -> `2.0.81` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient) ### [`v2.0.81`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2081---2024-07-28) [Compare Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.80...v2.0.81) ##### Changed - Improved handling of infringed torrents from real debrid. - Force update of torrent data from real-debrid when no filename is found in the local DB. - Fixed real-debrid deserialization issue when checking for instant available files.
--- ### 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://togithub.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 46ff0264e27..7c4303c5d2a 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.0.80 +appVersion: 2.0.81 dependencies: - name: common version: 24.1.5 @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient - https://hub.docker.com/r/p3terx/aria2-pro type: application -version: 6.1.4 +version: 6.1.5 diff --git a/charts/stable/rdtclient/values.yaml b/charts/stable/rdtclient/values.yaml index 182d4942943..58717edfa21 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.80@sha256:c40a1d7fd7cba513c468323e9901db2c7d67610875aea38b63dcbcd897647650 + tag: 2.0.81@sha256:17cfe6b0c7c453be7ffa12f2945785e94daa8b0e8038feb8034e11d8a38e8388 aria2Image: repository: p3terx/aria2-pro pullPolicy: IfNotPresent