From 405dae53f398afcd74cc9837a4a9543c63ef7a92 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 25 Dec 2022 16:50:23 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/rdesktop/3.0.8/app-changelog.md | 17 ----------------- stable/rdesktop/3.0.8/app-readme.md | 8 -------- stable/rdesktop/{3.0.8 => 3.0.9}/CHANGELOG.md | 9 +++++++++ stable/rdesktop/{3.0.8 => 3.0.9}/Chart.yaml | 2 +- stable/rdesktop/{3.0.8 => 3.0.9}/README.md | 0 stable/rdesktop/3.0.9/app-changelog.md | 9 +++++++++ stable/rdesktop/3.0.9/app-readme.md | 8 ++++++++ .../{3.0.8 => 3.0.9}/charts/common-11.0.9.tgz | Bin .../rdesktop/{3.0.8 => 3.0.9}/ix_values.yaml | 2 +- .../rdesktop/{3.0.8 => 3.0.9}/questions.yaml | 0 .../{3.0.8 => 3.0.9}/templates/common.yaml | 0 stable/rdesktop/{3.0.8 => 3.0.9}/values.yaml | 0 12 files changed, 28 insertions(+), 27 deletions(-) delete mode 100644 stable/rdesktop/3.0.8/app-changelog.md delete mode 100644 stable/rdesktop/3.0.8/app-readme.md rename stable/rdesktop/{3.0.8 => 3.0.9}/CHANGELOG.md (93%) rename stable/rdesktop/{3.0.8 => 3.0.9}/Chart.yaml (98%) rename stable/rdesktop/{3.0.8 => 3.0.9}/README.md (100%) create mode 100644 stable/rdesktop/3.0.9/app-changelog.md create mode 100644 stable/rdesktop/3.0.9/app-readme.md rename stable/rdesktop/{3.0.8 => 3.0.9}/charts/common-11.0.9.tgz (100%) rename stable/rdesktop/{3.0.8 => 3.0.9}/ix_values.yaml (98%) rename stable/rdesktop/{3.0.8 => 3.0.9}/questions.yaml (100%) rename stable/rdesktop/{3.0.8 => 3.0.9}/templates/common.yaml (100%) rename stable/rdesktop/{3.0.8 => 3.0.9}/values.yaml (100%) diff --git a/stable/rdesktop/3.0.8/app-changelog.md b/stable/rdesktop/3.0.8/app-changelog.md deleted file mode 100644 index b7c7ed6ef4..0000000000 --- a/stable/rdesktop/3.0.8/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [rdesktop-3.0.8](https://github.com/truecharts/charts/compare/rdesktop-3.0.7...rdesktop-3.0.8) (2022-12-24) - -### Chore - -- update container image tccr.io/truecharts/rdesktop-arch-kde to latest - - update container image tccr.io/truecharts/rdesktop-alpine-kde to latest - - update container image tccr.io/truecharts/rdesktop-alpine-icewm to latest - - update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest - - update container image tccr.io/truecharts/rdesktop to latest - - update container image tccr.io/truecharts/rdesktop-arch-xfce to latest - - update container image tccr.io/truecharts/rdesktop-arch-openbox to latest - - update container image tccr.io/truecharts/rdesktop-arch-mate to latest - - update container image tccr.io/truecharts/rdesktop-arch-i3 to latest - - \ No newline at end of file diff --git a/stable/rdesktop/3.0.8/app-readme.md b/stable/rdesktop/3.0.8/app-readme.md deleted file mode 100644 index 02e00c3678..0000000000 --- a/stable/rdesktop/3.0.8/app-readme.md +++ /dev/null @@ -1,8 +0,0 @@ -Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. - -This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/rdesktop](https://truecharts.org/docs/charts/stable/rdesktop) - ---- - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/rdesktop/3.0.8/CHANGELOG.md b/stable/rdesktop/3.0.9/CHANGELOG.md similarity index 93% rename from stable/rdesktop/3.0.8/CHANGELOG.md rename to stable/rdesktop/3.0.9/CHANGELOG.md index 6f2660a380..a136caee4b 100644 --- a/stable/rdesktop/3.0.8/CHANGELOG.md +++ b/stable/rdesktop/3.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rdesktop-3.0.9](https://github.com/truecharts/charts/compare/rdesktop-3.0.8...rdesktop-3.0.9) (2022-12-25) + +### Chore + +- update container image tccr.io/truecharts/rdesktop-fedora-mate to latest + + + + ## [rdesktop-3.0.8](https://github.com/truecharts/charts/compare/rdesktop-3.0.7...rdesktop-3.0.8) (2022-12-24) ### Chore diff --git a/stable/rdesktop/3.0.8/Chart.yaml b/stable/rdesktop/3.0.9/Chart.yaml similarity index 98% rename from stable/rdesktop/3.0.8/Chart.yaml rename to stable/rdesktop/3.0.9/Chart.yaml index 02d63407eb..d2529c8de1 100644 --- a/stable/rdesktop/3.0.8/Chart.yaml +++ b/stable/rdesktop/3.0.9/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/orgs/linuxserver/packages/container/package/rdesktop - https://github.com/linuxserver/docker-rdesktop#readme type: application -version: 3.0.8 +version: 3.0.9 annotations: truecharts.org/catagories: | - desktops diff --git a/stable/rdesktop/3.0.8/README.md b/stable/rdesktop/3.0.9/README.md similarity index 100% rename from stable/rdesktop/3.0.8/README.md rename to stable/rdesktop/3.0.9/README.md diff --git a/stable/rdesktop/3.0.9/app-changelog.md b/stable/rdesktop/3.0.9/app-changelog.md new file mode 100644 index 0000000000..8e5d21027e --- /dev/null +++ b/stable/rdesktop/3.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rdesktop-3.0.9](https://github.com/truecharts/charts/compare/rdesktop-3.0.8...rdesktop-3.0.9) (2022-12-25) + +### Chore + +- update container image tccr.io/truecharts/rdesktop-fedora-mate to latest + + \ No newline at end of file diff --git a/stable/rdesktop/3.0.9/app-readme.md b/stable/rdesktop/3.0.9/app-readme.md new file mode 100644 index 0000000000..0fc14e57ba --- /dev/null +++ b/stable/rdesktop/3.0.9/app-readme.md @@ -0,0 +1,8 @@ +Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/rdesktop](https://truecharts.org/charts/stable/rdesktop) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/rdesktop/3.0.8/charts/common-11.0.9.tgz b/stable/rdesktop/3.0.9/charts/common-11.0.9.tgz similarity index 100% rename from stable/rdesktop/3.0.8/charts/common-11.0.9.tgz rename to stable/rdesktop/3.0.9/charts/common-11.0.9.tgz diff --git a/stable/rdesktop/3.0.8/ix_values.yaml b/stable/rdesktop/3.0.9/ix_values.yaml similarity index 98% rename from stable/rdesktop/3.0.8/ix_values.yaml rename to stable/rdesktop/3.0.9/ix_values.yaml index 23dd68b630..d0ae306c2a 100644 --- a/stable/rdesktop/3.0.8/ix_values.yaml +++ b/stable/rdesktop/3.0.9/ix_values.yaml @@ -42,7 +42,7 @@ ubuntuMATEImage: pullPolicy: Always fedoraMATEImage: repository: tccr.io/truecharts/rdesktop-fedora-mate - tag: latest@sha256:8d83e087c14f8d80c9feb75c031ce414d613b59656e001b732c1d28c125a4222 + tag: latest@sha256:eb262f76da379bc00c8627363d06aba6e14149f311f0bc64ad30746857cb4993 pullPolicy: Always archMATEImage: repository: tccr.io/truecharts/rdesktop-arch-mate diff --git a/stable/rdesktop/3.0.8/questions.yaml b/stable/rdesktop/3.0.9/questions.yaml similarity index 100% rename from stable/rdesktop/3.0.8/questions.yaml rename to stable/rdesktop/3.0.9/questions.yaml diff --git a/stable/rdesktop/3.0.8/templates/common.yaml b/stable/rdesktop/3.0.9/templates/common.yaml similarity index 100% rename from stable/rdesktop/3.0.8/templates/common.yaml rename to stable/rdesktop/3.0.9/templates/common.yaml diff --git a/stable/rdesktop/3.0.8/values.yaml b/stable/rdesktop/3.0.9/values.yaml similarity index 100% rename from stable/rdesktop/3.0.8/values.yaml rename to stable/rdesktop/3.0.9/values.yaml