From f2582ee7cc45f1a73e384bf9e1b1fa4c4bff8734 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 10 Aug 2023 17:41:22 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/mattermost/9.0.1/app-changelog.md | 9 --------- stable/mattermost/{9.0.1 => 9.0.2}/CHANGELOG.md | 10 +++++++++- stable/mattermost/{9.0.1 => 9.0.2}/Chart.yaml | 2 +- stable/mattermost/{9.0.1 => 9.0.2}/README.md | 0 stable/mattermost/9.0.2/app-changelog.md | 9 +++++++++ stable/mattermost/{9.0.1 => 9.0.2}/app-readme.md | 0 .../{9.0.1 => 9.0.2}/charts/common-14.0.1.tgz | Bin stable/mattermost/{9.0.1 => 9.0.2}/ix_values.yaml | 2 +- stable/mattermost/{9.0.1 => 9.0.2}/questions.yaml | 0 .../mattermost/{9.0.1 => 9.0.2}/templates/NOTES.txt | 0 .../{9.0.1 => 9.0.2}/templates/common.yaml | 0 stable/mattermost/{9.0.1 => 9.0.2}/values.yaml | 0 12 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 stable/mattermost/9.0.1/app-changelog.md rename stable/mattermost/{9.0.1 => 9.0.2}/CHANGELOG.md (90%) rename stable/mattermost/{9.0.1 => 9.0.2}/Chart.yaml (98%) rename stable/mattermost/{9.0.1 => 9.0.2}/README.md (100%) create mode 100644 stable/mattermost/9.0.2/app-changelog.md rename stable/mattermost/{9.0.1 => 9.0.2}/app-readme.md (100%) rename stable/mattermost/{9.0.1 => 9.0.2}/charts/common-14.0.1.tgz (100%) rename stable/mattermost/{9.0.1 => 9.0.2}/ix_values.yaml (92%) rename stable/mattermost/{9.0.1 => 9.0.2}/questions.yaml (100%) rename stable/mattermost/{9.0.1 => 9.0.2}/templates/NOTES.txt (100%) rename stable/mattermost/{9.0.1 => 9.0.2}/templates/common.yaml (100%) rename stable/mattermost/{9.0.1 => 9.0.2}/values.yaml (100%) diff --git a/stable/mattermost/9.0.1/app-changelog.md b/stable/mattermost/9.0.1/app-changelog.md deleted file mode 100644 index b431939d7c..0000000000 --- a/stable/mattermost/9.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mattermost-9.0.1](https://github.com/truecharts/charts/compare/mattermost-9.0.0...mattermost-9.0.1) (2023-08-06) - -### Chore - -- update container image tccr.io/truecharts/mattermost to v8.1.0 ([#11209](https://github.com/truecharts/charts/issues/11209)) - - \ No newline at end of file diff --git a/stable/mattermost/9.0.1/CHANGELOG.md b/stable/mattermost/9.0.2/CHANGELOG.md similarity index 90% rename from stable/mattermost/9.0.1/CHANGELOG.md rename to stable/mattermost/9.0.2/CHANGELOG.md index 09a5fa8d26..91c8ce4a28 100644 --- a/stable/mattermost/9.0.1/CHANGELOG.md +++ b/stable/mattermost/9.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mattermost-9.0.2](https://github.com/truecharts/charts/compare/mattermost-9.0.1...mattermost-9.0.2) (2023-08-10) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v8.1.0 ([#11395](https://github.com/truecharts/charts/issues/11395)) + + + + ## [mattermost-9.0.1](https://github.com/truecharts/charts/compare/mattermost-9.0.0...mattermost-9.0.1) (2023-08-06) ### Chore @@ -88,4 +97,3 @@ - Back 2 stable after new common ([#10599](https://github.com/truecharts/charts/issues/10599)) - \ No newline at end of file diff --git a/stable/mattermost/9.0.1/Chart.yaml b/stable/mattermost/9.0.2/Chart.yaml similarity index 98% rename from stable/mattermost/9.0.1/Chart.yaml rename to stable/mattermost/9.0.2/Chart.yaml index 4e9f91f2da..47471fcd07 100644 --- a/stable/mattermost/9.0.1/Chart.yaml +++ b/stable/mattermost/9.0.2/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost - https://github.com/mattermost/mattermost-server - https://github.com/mattermost/docker -version: 9.0.1 +version: 9.0.2 annotations: truecharts.org/catagories: | - hosting diff --git a/stable/mattermost/9.0.1/README.md b/stable/mattermost/9.0.2/README.md similarity index 100% rename from stable/mattermost/9.0.1/README.md rename to stable/mattermost/9.0.2/README.md diff --git a/stable/mattermost/9.0.2/app-changelog.md b/stable/mattermost/9.0.2/app-changelog.md new file mode 100644 index 0000000000..d5f449fc55 --- /dev/null +++ b/stable/mattermost/9.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mattermost-9.0.2](https://github.com/truecharts/charts/compare/mattermost-9.0.1...mattermost-9.0.2) (2023-08-10) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v8.1.0 ([#11395](https://github.com/truecharts/charts/issues/11395)) + + \ No newline at end of file diff --git a/stable/mattermost/9.0.1/app-readme.md b/stable/mattermost/9.0.2/app-readme.md similarity index 100% rename from stable/mattermost/9.0.1/app-readme.md rename to stable/mattermost/9.0.2/app-readme.md diff --git a/stable/mattermost/9.0.1/charts/common-14.0.1.tgz b/stable/mattermost/9.0.2/charts/common-14.0.1.tgz similarity index 100% rename from stable/mattermost/9.0.1/charts/common-14.0.1.tgz rename to stable/mattermost/9.0.2/charts/common-14.0.1.tgz diff --git a/stable/mattermost/9.0.1/ix_values.yaml b/stable/mattermost/9.0.2/ix_values.yaml similarity index 92% rename from stable/mattermost/9.0.1/ix_values.yaml rename to stable/mattermost/9.0.2/ix_values.yaml index cca771da3f..ab06484caa 100644 --- a/stable/mattermost/9.0.1/ix_values.yaml +++ b/stable/mattermost/9.0.2/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/mattermost - tag: v8.1.0@sha256:62855c73eaca1e16a17ed3caa84131530f3a849278fdb378fb36df310ade6e59 + tag: v8.1.0@sha256:f1b5fa59fb0935f533182faf54ae5c580506b92268e781c00db058cebb4d3c31 pullPolicy: IfNotPresent workload: diff --git a/stable/mattermost/9.0.1/questions.yaml b/stable/mattermost/9.0.2/questions.yaml similarity index 100% rename from stable/mattermost/9.0.1/questions.yaml rename to stable/mattermost/9.0.2/questions.yaml diff --git a/stable/mattermost/9.0.1/templates/NOTES.txt b/stable/mattermost/9.0.2/templates/NOTES.txt similarity index 100% rename from stable/mattermost/9.0.1/templates/NOTES.txt rename to stable/mattermost/9.0.2/templates/NOTES.txt diff --git a/stable/mattermost/9.0.1/templates/common.yaml b/stable/mattermost/9.0.2/templates/common.yaml similarity index 100% rename from stable/mattermost/9.0.1/templates/common.yaml rename to stable/mattermost/9.0.2/templates/common.yaml diff --git a/stable/mattermost/9.0.1/values.yaml b/stable/mattermost/9.0.2/values.yaml similarity index 100% rename from stable/mattermost/9.0.1/values.yaml rename to stable/mattermost/9.0.2/values.yaml