chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.49@f6b4ef2 (#15265)
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 <details> <summary>rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient)</summary> ### [`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. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user