From 90563a202434651192fda938071206fea1ac0a08 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 19 Nov 2023 22:28:38 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/rdesktop/5.0.147/app-changelog.md | 13 ------------- .../{5.0.147 => 5.0.148}/CHANGELOG.md | 18 +++++++++--------- .../rdesktop/{5.0.147 => 5.0.148}/Chart.yaml | 4 ++-- .../rdesktop/{5.0.147 => 5.0.148}/README.md | 0 stable/rdesktop/5.0.148/app-changelog.md | 9 +++++++++ .../{5.0.147 => 5.0.148}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{5.0.147 => 5.0.148}/ix_values.yaml | 2 +- .../{5.0.147 => 5.0.148}/questions.yaml | 0 .../{5.0.147 => 5.0.148}/templates/NOTES.txt | 0 .../templates/common.yaml | 0 .../rdesktop/{5.0.147 => 5.0.148}/values.yaml | 0 12 files changed, 21 insertions(+), 25 deletions(-) delete mode 100644 stable/rdesktop/5.0.147/app-changelog.md rename stable/rdesktop/{5.0.147 => 5.0.148}/CHANGELOG.md (91%) rename stable/rdesktop/{5.0.147 => 5.0.148}/Chart.yaml (95%) rename stable/rdesktop/{5.0.147 => 5.0.148}/README.md (100%) create mode 100644 stable/rdesktop/5.0.148/app-changelog.md rename stable/rdesktop/{5.0.147 => 5.0.148}/app-readme.md (100%) rename stable/rdesktop/{5.0.147 => 5.0.148}/charts/common-14.3.5.tgz (100%) rename stable/rdesktop/{5.0.147 => 5.0.148}/ix_values.yaml (98%) rename stable/rdesktop/{5.0.147 => 5.0.148}/questions.yaml (100%) rename stable/rdesktop/{5.0.147 => 5.0.148}/templates/NOTES.txt (100%) rename stable/rdesktop/{5.0.147 => 5.0.148}/templates/common.yaml (100%) rename stable/rdesktop/{5.0.147 => 5.0.148}/values.yaml (100%) diff --git a/stable/rdesktop/5.0.147/app-changelog.md b/stable/rdesktop/5.0.147/app-changelog.md deleted file mode 100644 index cb472764e6a..00000000000 --- a/stable/rdesktop/5.0.147/app-changelog.md +++ /dev/null @@ -1,13 +0,0 @@ - - -## [rdesktop-5.0.147](https://github.com/truecharts/charts/compare/rdesktop-5.0.146...rdesktop-5.0.147) (2023-11-18) - -### Fix - -- update container image lscr.io/linuxserver/rdesktop to arch-openbox ([#14852](https://github.com/truecharts/charts/issues/14852)) - - update container image lscr.io/linuxserver/rdesktop to arch-icewm ([#14850](https://github.com/truecharts/charts/issues/14850)) - - update container image lscr.io/linuxserver/rdesktop to arch-i3 ([#14849](https://github.com/truecharts/charts/issues/14849)) - - update container image lscr.io/linuxserver/rdesktop to arch-mate ([#14851](https://github.com/truecharts/charts/issues/14851)) - - update container image lscr.io/linuxserver/rdesktop to arch-xfce ([#14853](https://github.com/truecharts/charts/issues/14853)) - - \ No newline at end of file diff --git a/stable/rdesktop/5.0.147/CHANGELOG.md b/stable/rdesktop/5.0.148/CHANGELOG.md similarity index 91% rename from stable/rdesktop/5.0.147/CHANGELOG.md rename to stable/rdesktop/5.0.148/CHANGELOG.md index 5014cef9ab1..9d3868f365e 100644 --- a/stable/rdesktop/5.0.147/CHANGELOG.md +++ b/stable/rdesktop/5.0.148/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rdesktop-5.0.148](https://github.com/truecharts/charts/compare/rdesktop-5.0.147...rdesktop-5.0.148) (2023-11-19) + +### Fix + +- update container image lscr.io/linuxserver/rdesktop to arch-kde ([#15117](https://github.com/truecharts/charts/issues/15117)) + + + + ## [rdesktop-5.0.147](https://github.com/truecharts/charts/compare/rdesktop-5.0.146...rdesktop-5.0.147) (2023-11-18) ### Fix @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/rdesktop-arch-mate to latest ([#14548](https://github.com/truecharts/charts/issues/14548)) - - -## [rdesktop-5.0.137](https://github.com/truecharts/charts/compare/rdesktop-5.0.136...rdesktop-5.0.137) (2023-11-10) - -### Chore - -- update container image tccr.io/truecharts/rdesktop-arch-i3 to latest ([#14546](https://github.com/truecharts/charts/issues/14546)) - - diff --git a/stable/rdesktop/5.0.147/Chart.yaml b/stable/rdesktop/5.0.148/Chart.yaml similarity index 95% rename from stable/rdesktop/5.0.147/Chart.yaml rename to stable/rdesktop/5.0.148/Chart.yaml index c95ba23a96a..c31c253c5ca 100644 --- a/stable/rdesktop/5.0.147/Chart.yaml +++ b/stable/rdesktop/5.0.148/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "latest" +appVersion: latest dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/rdesktop - https://github.com/linuxserver/docker-rdesktop#readme type: application -version: 5.0.147 +version: 5.0.148 annotations: truecharts.org/category: desktops truecharts.org/SCALE-support: "true" diff --git a/stable/rdesktop/5.0.147/README.md b/stable/rdesktop/5.0.148/README.md similarity index 100% rename from stable/rdesktop/5.0.147/README.md rename to stable/rdesktop/5.0.148/README.md diff --git a/stable/rdesktop/5.0.148/app-changelog.md b/stable/rdesktop/5.0.148/app-changelog.md new file mode 100644 index 00000000000..225b1237a72 --- /dev/null +++ b/stable/rdesktop/5.0.148/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rdesktop-5.0.148](https://github.com/truecharts/charts/compare/rdesktop-5.0.147...rdesktop-5.0.148) (2023-11-19) + +### Fix + +- update container image lscr.io/linuxserver/rdesktop to arch-kde ([#15117](https://github.com/truecharts/charts/issues/15117)) + + \ No newline at end of file diff --git a/stable/rdesktop/5.0.147/app-readme.md b/stable/rdesktop/5.0.148/app-readme.md similarity index 100% rename from stable/rdesktop/5.0.147/app-readme.md rename to stable/rdesktop/5.0.148/app-readme.md diff --git a/stable/rdesktop/5.0.147/charts/common-14.3.5.tgz b/stable/rdesktop/5.0.148/charts/common-14.3.5.tgz similarity index 100% rename from stable/rdesktop/5.0.147/charts/common-14.3.5.tgz rename to stable/rdesktop/5.0.148/charts/common-14.3.5.tgz diff --git a/stable/rdesktop/5.0.147/ix_values.yaml b/stable/rdesktop/5.0.148/ix_values.yaml similarity index 98% rename from stable/rdesktop/5.0.147/ix_values.yaml rename to stable/rdesktop/5.0.148/ix_values.yaml index b8e4b3d2abc..6ad066b5da6 100644 --- a/stable/rdesktop/5.0.147/ix_values.yaml +++ b/stable/rdesktop/5.0.148/ix_values.yaml @@ -28,7 +28,7 @@ fedoraKDEImage: pullPolicy: Always archKDEImage: repository: lscr.io/linuxserver/rdesktop - tag: arch-kde@sha256:356c5abd9c1b428ceca7605cb6bd335fee8ed49c07455415f2980746683d204c + tag: arch-kde@sha256:36c9c33db18b9aa5947289c7bbc1c2a30f98401f7be5e52bb361fbe9151db6a6 pullPolicy: Always alpineMATEImage: repository: lscr.io/linuxserver/rdesktop diff --git a/stable/rdesktop/5.0.147/questions.yaml b/stable/rdesktop/5.0.148/questions.yaml similarity index 100% rename from stable/rdesktop/5.0.147/questions.yaml rename to stable/rdesktop/5.0.148/questions.yaml diff --git a/stable/rdesktop/5.0.147/templates/NOTES.txt b/stable/rdesktop/5.0.148/templates/NOTES.txt similarity index 100% rename from stable/rdesktop/5.0.147/templates/NOTES.txt rename to stable/rdesktop/5.0.148/templates/NOTES.txt diff --git a/stable/rdesktop/5.0.147/templates/common.yaml b/stable/rdesktop/5.0.148/templates/common.yaml similarity index 100% rename from stable/rdesktop/5.0.147/templates/common.yaml rename to stable/rdesktop/5.0.148/templates/common.yaml diff --git a/stable/rdesktop/5.0.147/values.yaml b/stable/rdesktop/5.0.148/values.yaml similarity index 100% rename from stable/rdesktop/5.0.147/values.yaml rename to stable/rdesktop/5.0.148/values.yaml