From 2c74009967322661c25080eb45bdde65a0fe0bf1 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 24 Nov 2023 19:57:15 +0100 Subject: [PATCH] chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.49@f6b4ef2 (#15265) 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.46` -> `2.0.49` | --- > [!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.49`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2049---2023-11-24) [Compare Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.48...v2.0.49) ##### Changed - Fixed memory issue in internal downloader - Changed unpack process to handle cancels ### [`v2.0.48`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2048---2023-11-15) [Compare Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.47...v2.0.48) ##### Changed - Reverted dockerfile again as the packagemanager still doesn't have .net 8. ### [`v2.0.47`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2047---2023-11-15) [Compare Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.46...v2.0.47) ##### Changed - Changed docker to use the package manager again.
--- ### 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 ee299d2b43e..f14f0aa97d0 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.0.46" +appVersion: 2.0.49 dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient - https://github.com/rogerfar/rdt-client type: application -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/charts/stable/rdtclient/values.yaml b/charts/stable/rdtclient/values.yaml index 1e807be568b..bf67ffab7ca 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.46@sha256:4d501c324825b34b820b65c4f0056892f52a62127b563ec4a86fea49b0c24b1d + tag: 2.0.49@sha256:f6b4ef205e1e78b8e28a1562e6b847029f423c6837b25c5bca6d00066a98f558 aria2Image: repository: p3terx/aria2-pro pullPolicy: IfNotPresent