From aa6115b9dcc98ae552682da4cd783f876ccae2b5 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 10 Apr 2024 08:22:27 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.69@dc06c39 by renovate (#20515) 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.66` -> `2.0.69` | --- > [!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.69`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2069---2024-04-09) [Compare Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.68...v2.0.69) ##### Added - Added sorting to the GUI columns. ##### Changed - Fixed reloading on the /settings and other pages. ### [`v2.0.68`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2068---2024-04-09) [Compare Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.67...v2.0.68) ##### Changed - Base Href middleware fix that throws error when a response is not 200. ### [`v2.0.67`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2067---2024-04-09) [Compare Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.66...v2.0.67) ##### Changed - Symlink fixes.
--- ### 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 | 6 +++--- charts/stable/rdtclient/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/rdtclient/Chart.yaml b/charts/stable/rdtclient/Chart.yaml index 55f7ab63448..2e8699d9b18 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.0.66 +appVersion: 2.0.69 dependencies: - name: common version: 20.3.3 @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.png keywords: - rdtclient - torrent -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://ghcr.io/rogerfar/rdtclient - https://hub.docker.com/r/p3terx/aria2-pro type: application -version: 4.8.1 +version: 4.8.2 diff --git a/charts/stable/rdtclient/values.yaml b/charts/stable/rdtclient/values.yaml index df2953cc5c8..80beaff0d59 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.66@sha256:c69330051e4022b7991400a24defcf3160117fd57d4a428ef72f343eafb35351 + tag: 2.0.69@sha256:dc06c397c14d55207eb01947aa8f5b8f1662e597ab40db1f04adcc6ba88e8ae4 aria2Image: repository: p3terx/aria2-pro pullPolicy: IfNotPresent