From 2ab484a7a1490c9bc9d387f87e17ce8148b3ca2c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 21 Aug 2023 03:36:11 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/rdesktop/5.0.32/app-changelog.md | 9 --------- .../rdesktop/{5.0.32 => 5.0.33}/CHANGELOG.md | 18 +++++++++--------- stable/rdesktop/{5.0.32 => 5.0.33}/Chart.yaml | 2 +- stable/rdesktop/{5.0.32 => 5.0.33}/README.md | 0 stable/rdesktop/5.0.33/app-changelog.md | 9 +++++++++ .../rdesktop/{5.0.32 => 5.0.33}/app-readme.md | 0 .../charts/common-14.0.1.tgz | Bin .../{5.0.32 => 5.0.33}/ix_values.yaml | 4 ++-- .../{5.0.32 => 5.0.33}/questions.yaml | 0 .../{5.0.32 => 5.0.33}/templates/NOTES.txt | 0 .../{5.0.32 => 5.0.33}/templates/common.yaml | 0 .../rdesktop/{5.0.32 => 5.0.33}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/rdesktop/5.0.32/app-changelog.md rename stable/rdesktop/{5.0.32 => 5.0.33}/CHANGELOG.md (92%) rename stable/rdesktop/{5.0.32 => 5.0.33}/Chart.yaml (98%) rename stable/rdesktop/{5.0.32 => 5.0.33}/README.md (100%) create mode 100644 stable/rdesktop/5.0.33/app-changelog.md rename stable/rdesktop/{5.0.32 => 5.0.33}/app-readme.md (100%) rename stable/rdesktop/{5.0.32 => 5.0.33}/charts/common-14.0.1.tgz (100%) rename stable/rdesktop/{5.0.32 => 5.0.33}/ix_values.yaml (96%) rename stable/rdesktop/{5.0.32 => 5.0.33}/questions.yaml (100%) rename stable/rdesktop/{5.0.32 => 5.0.33}/templates/NOTES.txt (100%) rename stable/rdesktop/{5.0.32 => 5.0.33}/templates/common.yaml (100%) rename stable/rdesktop/{5.0.32 => 5.0.33}/values.yaml (100%) diff --git a/stable/rdesktop/5.0.32/app-changelog.md b/stable/rdesktop/5.0.32/app-changelog.md deleted file mode 100644 index d3de58896b..0000000000 --- a/stable/rdesktop/5.0.32/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rdesktop-5.0.32](https://github.com/truecharts/charts/compare/rdesktop-5.0.31...rdesktop-5.0.32) (2023-08-21) - -### Chore - -- update container image tccr.io/truecharts/rdesktop-alpine-icewm to latest ([#11742](https://github.com/truecharts/charts/issues/11742)) - - \ No newline at end of file diff --git a/stable/rdesktop/5.0.32/CHANGELOG.md b/stable/rdesktop/5.0.33/CHANGELOG.md similarity index 92% rename from stable/rdesktop/5.0.32/CHANGELOG.md rename to stable/rdesktop/5.0.33/CHANGELOG.md index def9f69ec1..0892a6b7ee 100644 --- a/stable/rdesktop/5.0.32/CHANGELOG.md +++ b/stable/rdesktop/5.0.33/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rdesktop-5.0.33](https://github.com/truecharts/charts/compare/rdesktop-5.0.32...rdesktop-5.0.33) (2023-08-21) + +### Chore + +- update rdesktop ([#11745](https://github.com/truecharts/charts/issues/11745)) + + + + ## [rdesktop-5.0.32](https://github.com/truecharts/charts/compare/rdesktop-5.0.31...rdesktop-5.0.32) (2023-08-21) ### Chore @@ -88,12 +97,3 @@ ## [rdesktop-5.0.23](https://github.com/truecharts/charts/compare/rdesktop-5.0.22...rdesktop-5.0.23) (2023-08-14) ### Chore - -- update rdesktop ([#11543](https://github.com/truecharts/charts/issues/11543)) - - - - -## [rdesktop-5.0.22](https://github.com/truecharts/charts/compare/rdesktop-5.0.21...rdesktop-5.0.22) (2023-08-14) - -### Chore diff --git a/stable/rdesktop/5.0.32/Chart.yaml b/stable/rdesktop/5.0.33/Chart.yaml similarity index 98% rename from stable/rdesktop/5.0.32/Chart.yaml rename to stable/rdesktop/5.0.33/Chart.yaml index 7c7b14b97e..613153e61a 100644 --- a/stable/rdesktop/5.0.32/Chart.yaml +++ b/stable/rdesktop/5.0.33/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: 5.0.32 +version: 5.0.33 annotations: truecharts.org/catagories: | - desktops diff --git a/stable/rdesktop/5.0.32/README.md b/stable/rdesktop/5.0.33/README.md similarity index 100% rename from stable/rdesktop/5.0.32/README.md rename to stable/rdesktop/5.0.33/README.md diff --git a/stable/rdesktop/5.0.33/app-changelog.md b/stable/rdesktop/5.0.33/app-changelog.md new file mode 100644 index 0000000000..b9ba6751b5 --- /dev/null +++ b/stable/rdesktop/5.0.33/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rdesktop-5.0.33](https://github.com/truecharts/charts/compare/rdesktop-5.0.32...rdesktop-5.0.33) (2023-08-21) + +### Chore + +- update rdesktop ([#11745](https://github.com/truecharts/charts/issues/11745)) + + \ No newline at end of file diff --git a/stable/rdesktop/5.0.32/app-readme.md b/stable/rdesktop/5.0.33/app-readme.md similarity index 100% rename from stable/rdesktop/5.0.32/app-readme.md rename to stable/rdesktop/5.0.33/app-readme.md diff --git a/stable/rdesktop/5.0.32/charts/common-14.0.1.tgz b/stable/rdesktop/5.0.33/charts/common-14.0.1.tgz similarity index 100% rename from stable/rdesktop/5.0.32/charts/common-14.0.1.tgz rename to stable/rdesktop/5.0.33/charts/common-14.0.1.tgz diff --git a/stable/rdesktop/5.0.32/ix_values.yaml b/stable/rdesktop/5.0.33/ix_values.yaml similarity index 96% rename from stable/rdesktop/5.0.32/ix_values.yaml rename to stable/rdesktop/5.0.33/ix_values.yaml index 50579e66f8..c661c0ee05 100644 --- a/stable/rdesktop/5.0.32/ix_values.yaml +++ b/stable/rdesktop/5.0.33/ix_values.yaml @@ -16,7 +16,7 @@ archXFCEImage: pullPolicy: Always alpineKDEImage: repository: tccr.io/truecharts/rdesktop-alpine-kde - tag: latest@sha256:44e707253d0f61f3d646b06e5f8e453e1dbd9413e35ad4a43038a3d0af95553a + tag: latest@sha256:64e905a68fa3899512ab9f5a4488fae4c64795e3417f99b82f8900bbb7bd12ca pullPolicy: Always ubuntuKDEImage: repository: tccr.io/truecharts/rdesktop-ubuntu-kde @@ -32,7 +32,7 @@ archKDEImage: pullPolicy: Always alpineMATEImage: repository: tccr.io/truecharts/rdesktop-alpine-mate - tag: latest@sha256:c6de03dfdaef8f466362d98a0a24c13e933a65428588e5bd23fc9fbb855c0aae + tag: latest@sha256:16c68e6bedee45ba6565d81152de64531b96a540ec1c2c20ed49aa63e6bebcf6 pullPolicy: Always ubuntuMATEImage: repository: tccr.io/truecharts/rdesktop-ubuntu-mate diff --git a/stable/rdesktop/5.0.32/questions.yaml b/stable/rdesktop/5.0.33/questions.yaml similarity index 100% rename from stable/rdesktop/5.0.32/questions.yaml rename to stable/rdesktop/5.0.33/questions.yaml diff --git a/stable/rdesktop/5.0.32/templates/NOTES.txt b/stable/rdesktop/5.0.33/templates/NOTES.txt similarity index 100% rename from stable/rdesktop/5.0.32/templates/NOTES.txt rename to stable/rdesktop/5.0.33/templates/NOTES.txt diff --git a/stable/rdesktop/5.0.32/templates/common.yaml b/stable/rdesktop/5.0.33/templates/common.yaml similarity index 100% rename from stable/rdesktop/5.0.32/templates/common.yaml rename to stable/rdesktop/5.0.33/templates/common.yaml diff --git a/stable/rdesktop/5.0.32/values.yaml b/stable/rdesktop/5.0.33/values.yaml similarity index 100% rename from stable/rdesktop/5.0.32/values.yaml rename to stable/rdesktop/5.0.33/values.yaml