From bf00375ee52c7dae4a721b93d14fa57f24b79369 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 24 Aug 2023 20:45:19 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/mattermost/9.0.2/app-changelog.md | 9 --------- .../mattermost/{9.0.2 => 9.0.3}/CHANGELOG.md | 18 +++++++++--------- stable/mattermost/{9.0.2 => 9.0.3}/Chart.yaml | 2 +- stable/mattermost/{9.0.2 => 9.0.3}/README.md | 0 stable/mattermost/9.0.3/app-changelog.md | 9 +++++++++ .../mattermost/{9.0.2 => 9.0.3}/app-readme.md | 0 .../{9.0.2 => 9.0.3}/charts/common-14.0.1.tgz | Bin .../{9.0.2 => 9.0.3}/ix_values.yaml | 2 +- .../{9.0.2 => 9.0.3}/questions.yaml | 0 .../{9.0.2 => 9.0.3}/templates/NOTES.txt | 0 .../{9.0.2 => 9.0.3}/templates/common.yaml | 0 .../mattermost/{9.0.2 => 9.0.3}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/mattermost/9.0.2/app-changelog.md rename stable/mattermost/{9.0.2 => 9.0.3}/CHANGELOG.md (90%) rename stable/mattermost/{9.0.2 => 9.0.3}/Chart.yaml (98%) rename stable/mattermost/{9.0.2 => 9.0.3}/README.md (100%) create mode 100644 stable/mattermost/9.0.3/app-changelog.md rename stable/mattermost/{9.0.2 => 9.0.3}/app-readme.md (100%) rename stable/mattermost/{9.0.2 => 9.0.3}/charts/common-14.0.1.tgz (100%) rename stable/mattermost/{9.0.2 => 9.0.3}/ix_values.yaml (92%) rename stable/mattermost/{9.0.2 => 9.0.3}/questions.yaml (100%) rename stable/mattermost/{9.0.2 => 9.0.3}/templates/NOTES.txt (100%) rename stable/mattermost/{9.0.2 => 9.0.3}/templates/common.yaml (100%) rename stable/mattermost/{9.0.2 => 9.0.3}/values.yaml (100%) diff --git a/stable/mattermost/9.0.2/app-changelog.md b/stable/mattermost/9.0.2/app-changelog.md deleted file mode 100644 index d5f449fc55..0000000000 --- a/stable/mattermost/9.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.2/CHANGELOG.md b/stable/mattermost/9.0.3/CHANGELOG.md similarity index 90% rename from stable/mattermost/9.0.2/CHANGELOG.md rename to stable/mattermost/9.0.3/CHANGELOG.md index 91c8ce4a28..14c6274ec3 100644 --- a/stable/mattermost/9.0.2/CHANGELOG.md +++ b/stable/mattermost/9.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mattermost-9.0.3](https://github.com/truecharts/charts/compare/mattermost-9.0.2...mattermost-9.0.3) (2023-08-24) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v8.1.0 ([#11850](https://github.com/truecharts/charts/issues/11850)) + + + + ## [mattermost-9.0.2](https://github.com/truecharts/charts/compare/mattermost-9.0.1...mattermost-9.0.2) (2023-08-10) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/mattermost to v8.0.0 ([#10615](https://github.com/truecharts/charts/issues/10615)) - - - -## [mattermost-8.0.1](https://github.com/truecharts/charts/compare/mattermost-8.0.0...mattermost-8.0.1) (2023-07-19) - -### Feat - -- Back 2 stable after new common ([#10599](https://github.com/truecharts/charts/issues/10599)) - diff --git a/stable/mattermost/9.0.2/Chart.yaml b/stable/mattermost/9.0.3/Chart.yaml similarity index 98% rename from stable/mattermost/9.0.2/Chart.yaml rename to stable/mattermost/9.0.3/Chart.yaml index 47471fcd07..0fa4f017f4 100644 --- a/stable/mattermost/9.0.2/Chart.yaml +++ b/stable/mattermost/9.0.3/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.2 +version: 9.0.3 annotations: truecharts.org/catagories: | - hosting diff --git a/stable/mattermost/9.0.2/README.md b/stable/mattermost/9.0.3/README.md similarity index 100% rename from stable/mattermost/9.0.2/README.md rename to stable/mattermost/9.0.3/README.md diff --git a/stable/mattermost/9.0.3/app-changelog.md b/stable/mattermost/9.0.3/app-changelog.md new file mode 100644 index 0000000000..9a38111ec4 --- /dev/null +++ b/stable/mattermost/9.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mattermost-9.0.3](https://github.com/truecharts/charts/compare/mattermost-9.0.2...mattermost-9.0.3) (2023-08-24) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v8.1.0 ([#11850](https://github.com/truecharts/charts/issues/11850)) + + \ No newline at end of file diff --git a/stable/mattermost/9.0.2/app-readme.md b/stable/mattermost/9.0.3/app-readme.md similarity index 100% rename from stable/mattermost/9.0.2/app-readme.md rename to stable/mattermost/9.0.3/app-readme.md diff --git a/stable/mattermost/9.0.2/charts/common-14.0.1.tgz b/stable/mattermost/9.0.3/charts/common-14.0.1.tgz similarity index 100% rename from stable/mattermost/9.0.2/charts/common-14.0.1.tgz rename to stable/mattermost/9.0.3/charts/common-14.0.1.tgz diff --git a/stable/mattermost/9.0.2/ix_values.yaml b/stable/mattermost/9.0.3/ix_values.yaml similarity index 92% rename from stable/mattermost/9.0.2/ix_values.yaml rename to stable/mattermost/9.0.3/ix_values.yaml index ab06484caa..85cd7a8eb2 100644 --- a/stable/mattermost/9.0.2/ix_values.yaml +++ b/stable/mattermost/9.0.3/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/mattermost - tag: v8.1.0@sha256:f1b5fa59fb0935f533182faf54ae5c580506b92268e781c00db058cebb4d3c31 + tag: v8.1.0@sha256:89b609d0f2ef14453ed0b436e16050b75efd48a7f5ea16041e77b137f3f73a74 pullPolicy: IfNotPresent workload: diff --git a/stable/mattermost/9.0.2/questions.yaml b/stable/mattermost/9.0.3/questions.yaml similarity index 100% rename from stable/mattermost/9.0.2/questions.yaml rename to stable/mattermost/9.0.3/questions.yaml diff --git a/stable/mattermost/9.0.2/templates/NOTES.txt b/stable/mattermost/9.0.3/templates/NOTES.txt similarity index 100% rename from stable/mattermost/9.0.2/templates/NOTES.txt rename to stable/mattermost/9.0.3/templates/NOTES.txt diff --git a/stable/mattermost/9.0.2/templates/common.yaml b/stable/mattermost/9.0.3/templates/common.yaml similarity index 100% rename from stable/mattermost/9.0.2/templates/common.yaml rename to stable/mattermost/9.0.3/templates/common.yaml diff --git a/stable/mattermost/9.0.2/values.yaml b/stable/mattermost/9.0.3/values.yaml similarity index 100% rename from stable/mattermost/9.0.2/values.yaml rename to stable/mattermost/9.0.3/values.yaml