From 489c72c7b2fba545210e780eb31152a6073ccb15 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 17 Aug 2023 07:40:54 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/snapdrop/6.0.2/app-changelog.md | 9 --------- stable/snapdrop/{6.0.2 => 6.0.3}/CHANGELOG.md | 18 +++++++++--------- stable/snapdrop/{6.0.2 => 6.0.3}/Chart.yaml | 2 +- stable/snapdrop/{6.0.2 => 6.0.3}/README.md | 0 stable/snapdrop/6.0.3/app-changelog.md | 9 +++++++++ .../snapdrop/{6.0.2 => 6.0.3}/app-readme.md | 0 .../{6.0.2 => 6.0.3}/charts/common-14.0.1.tgz | Bin .../snapdrop/{6.0.2 => 6.0.3}/ix_values.yaml | 2 +- .../snapdrop/{6.0.2 => 6.0.3}/questions.yaml | 0 .../{6.0.2 => 6.0.3}/templates/NOTES.txt | 0 .../{6.0.2 => 6.0.3}/templates/common.yaml | 0 stable/snapdrop/{6.0.2 => 6.0.3}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/snapdrop/6.0.2/app-changelog.md rename stable/snapdrop/{6.0.2 => 6.0.3}/CHANGELOG.md (93%) rename stable/snapdrop/{6.0.2 => 6.0.3}/Chart.yaml (98%) rename stable/snapdrop/{6.0.2 => 6.0.3}/README.md (100%) create mode 100644 stable/snapdrop/6.0.3/app-changelog.md rename stable/snapdrop/{6.0.2 => 6.0.3}/app-readme.md (100%) rename stable/snapdrop/{6.0.2 => 6.0.3}/charts/common-14.0.1.tgz (100%) rename stable/snapdrop/{6.0.2 => 6.0.3}/ix_values.yaml (81%) rename stable/snapdrop/{6.0.2 => 6.0.3}/questions.yaml (100%) rename stable/snapdrop/{6.0.2 => 6.0.3}/templates/NOTES.txt (100%) rename stable/snapdrop/{6.0.2 => 6.0.3}/templates/common.yaml (100%) rename stable/snapdrop/{6.0.2 => 6.0.3}/values.yaml (100%) diff --git a/stable/snapdrop/6.0.2/app-changelog.md b/stable/snapdrop/6.0.2/app-changelog.md deleted file mode 100644 index bf3cfa455c..0000000000 --- a/stable/snapdrop/6.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [snapdrop-6.0.2](https://github.com/truecharts/charts/compare/snapdrop-6.0.1...snapdrop-6.0.2) (2023-08-10) - -### Chore - -- update container image tccr.io/truecharts/snapdrop to latest ([#11388](https://github.com/truecharts/charts/issues/11388)) - - \ No newline at end of file diff --git a/stable/snapdrop/6.0.2/CHANGELOG.md b/stable/snapdrop/6.0.3/CHANGELOG.md similarity index 93% rename from stable/snapdrop/6.0.2/CHANGELOG.md rename to stable/snapdrop/6.0.3/CHANGELOG.md index be597ae006..3525368558 100644 --- a/stable/snapdrop/6.0.2/CHANGELOG.md +++ b/stable/snapdrop/6.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [snapdrop-6.0.3](https://github.com/truecharts/charts/compare/snapdrop-6.0.2...snapdrop-6.0.3) (2023-08-17) + +### Chore + +- update container image tccr.io/truecharts/snapdrop to latest ([#11630](https://github.com/truecharts/charts/issues/11630)) + + + + ## [snapdrop-6.0.2](https://github.com/truecharts/charts/compare/snapdrop-6.0.1...snapdrop-6.0.2) (2023-08-10) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/snapdrop to latest ([#10029](https://github.com/truecharts/charts/issues/10029)) - - - -## [snapdrop-5.0.27](https://github.com/truecharts/charts/compare/snapdrop-5.0.26...snapdrop-5.0.27) (2023-06-22) - -### Chore - -- update container image tccr.io/truecharts/snapdrop to latest ([#9826](https://github.com/truecharts/charts/issues/9826)) - diff --git a/stable/snapdrop/6.0.2/Chart.yaml b/stable/snapdrop/6.0.3/Chart.yaml similarity index 98% rename from stable/snapdrop/6.0.2/Chart.yaml rename to stable/snapdrop/6.0.3/Chart.yaml index f9a303cd61..5dafd5a6ec 100644 --- a/stable/snapdrop/6.0.2/Chart.yaml +++ b/stable/snapdrop/6.0.3/Chart.yaml @@ -18,7 +18,7 @@ name: snapdrop sources: - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop - https://github.com/linuxserver/docker-snapdrop -version: 6.0.2 +version: 6.0.3 annotations: truecharts.org/catagories: | - media diff --git a/stable/snapdrop/6.0.2/README.md b/stable/snapdrop/6.0.3/README.md similarity index 100% rename from stable/snapdrop/6.0.2/README.md rename to stable/snapdrop/6.0.3/README.md diff --git a/stable/snapdrop/6.0.3/app-changelog.md b/stable/snapdrop/6.0.3/app-changelog.md new file mode 100644 index 0000000000..4bdb243f09 --- /dev/null +++ b/stable/snapdrop/6.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [snapdrop-6.0.3](https://github.com/truecharts/charts/compare/snapdrop-6.0.2...snapdrop-6.0.3) (2023-08-17) + +### Chore + +- update container image tccr.io/truecharts/snapdrop to latest ([#11630](https://github.com/truecharts/charts/issues/11630)) + + \ No newline at end of file diff --git a/stable/snapdrop/6.0.2/app-readme.md b/stable/snapdrop/6.0.3/app-readme.md similarity index 100% rename from stable/snapdrop/6.0.2/app-readme.md rename to stable/snapdrop/6.0.3/app-readme.md diff --git a/stable/snapdrop/6.0.2/charts/common-14.0.1.tgz b/stable/snapdrop/6.0.3/charts/common-14.0.1.tgz similarity index 100% rename from stable/snapdrop/6.0.2/charts/common-14.0.1.tgz rename to stable/snapdrop/6.0.3/charts/common-14.0.1.tgz diff --git a/stable/snapdrop/6.0.2/ix_values.yaml b/stable/snapdrop/6.0.3/ix_values.yaml similarity index 81% rename from stable/snapdrop/6.0.2/ix_values.yaml rename to stable/snapdrop/6.0.3/ix_values.yaml index 4a46fd3a8a..a83d7b4d5f 100644 --- a/stable/snapdrop/6.0.2/ix_values.yaml +++ b/stable/snapdrop/6.0.3/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/snapdrop - tag: latest@sha256:c2bb1006b7ca96f5b8a8799bb105a042db6b7fb1f3514fdfb8922329ce6df8ce + tag: latest@sha256:a7def7861b7f2a85132c6cb0add3b8eeae0de405d755b679beedc5c643d9cb4c pullPolicy: IfNotPresent service: main: diff --git a/stable/snapdrop/6.0.2/questions.yaml b/stable/snapdrop/6.0.3/questions.yaml similarity index 100% rename from stable/snapdrop/6.0.2/questions.yaml rename to stable/snapdrop/6.0.3/questions.yaml diff --git a/stable/snapdrop/6.0.2/templates/NOTES.txt b/stable/snapdrop/6.0.3/templates/NOTES.txt similarity index 100% rename from stable/snapdrop/6.0.2/templates/NOTES.txt rename to stable/snapdrop/6.0.3/templates/NOTES.txt diff --git a/stable/snapdrop/6.0.2/templates/common.yaml b/stable/snapdrop/6.0.3/templates/common.yaml similarity index 100% rename from stable/snapdrop/6.0.2/templates/common.yaml rename to stable/snapdrop/6.0.3/templates/common.yaml diff --git a/stable/snapdrop/6.0.2/values.yaml b/stable/snapdrop/6.0.3/values.yaml similarity index 100% rename from stable/snapdrop/6.0.2/values.yaml rename to stable/snapdrop/6.0.3/values.yaml