From 942dc5765e2d3aa9309a0163d5bb786a7e904c96 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 14 Oct 2023 00:57:22 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/mattermost/9.0.28/app-changelog.md | 9 -------- .../{9.0.28 => 9.0.29}/CHANGELOG.md | 20 +++++++++--------- .../mattermost/{9.0.28 => 9.0.29}/Chart.yaml | 2 +- .../mattermost/{9.0.28 => 9.0.29}/README.md | 0 stable/mattermost/9.0.29/app-changelog.md | 10 +++++++++ .../{9.0.28 => 9.0.29}/app-readme.md | 0 .../charts/common-14.0.9.tgz | Bin .../{9.0.28 => 9.0.29}/ix_values.yaml | 2 +- .../{9.0.28 => 9.0.29}/questions.yaml | 0 .../{9.0.28 => 9.0.29}/templates/NOTES.txt | 0 .../{9.0.28 => 9.0.29}/templates/common.yaml | 0 .../mattermost/{9.0.28 => 9.0.29}/values.yaml | 0 12 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 stable/mattermost/9.0.28/app-changelog.md rename stable/mattermost/{9.0.28 => 9.0.29}/CHANGELOG.md (88%) rename stable/mattermost/{9.0.28 => 9.0.29}/Chart.yaml (98%) rename stable/mattermost/{9.0.28 => 9.0.29}/README.md (100%) create mode 100644 stable/mattermost/9.0.29/app-changelog.md rename stable/mattermost/{9.0.28 => 9.0.29}/app-readme.md (100%) rename stable/mattermost/{9.0.28 => 9.0.29}/charts/common-14.0.9.tgz (100%) rename stable/mattermost/{9.0.28 => 9.0.29}/ix_values.yaml (92%) rename stable/mattermost/{9.0.28 => 9.0.29}/questions.yaml (100%) rename stable/mattermost/{9.0.28 => 9.0.29}/templates/NOTES.txt (100%) rename stable/mattermost/{9.0.28 => 9.0.29}/templates/common.yaml (100%) rename stable/mattermost/{9.0.28 => 9.0.29}/values.yaml (100%) diff --git a/stable/mattermost/9.0.28/app-changelog.md b/stable/mattermost/9.0.28/app-changelog.md deleted file mode 100644 index 399a78c13cb..00000000000 --- a/stable/mattermost/9.0.28/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mattermost-9.0.28](https://github.com/truecharts/charts/compare/mattermost-9.0.27...mattermost-9.0.28) (2023-10-07) - -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - \ No newline at end of file diff --git a/stable/mattermost/9.0.28/CHANGELOG.md b/stable/mattermost/9.0.29/CHANGELOG.md similarity index 88% rename from stable/mattermost/9.0.28/CHANGELOG.md rename to stable/mattermost/9.0.29/CHANGELOG.md index 39cec6ed16a..f18a9ee96ed 100644 --- a/stable/mattermost/9.0.28/CHANGELOG.md +++ b/stable/mattermost/9.0.29/CHANGELOG.md @@ -4,6 +4,16 @@ +## [mattermost-9.0.29](https://github.com/truecharts/charts/compare/mattermost-9.0.28...mattermost-9.0.29) (2023-10-14) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v9.1.0 ([#13599](https://github.com/truecharts/charts/issues/13599)) + - run precocmit ([#13387](https://github.com/truecharts/charts/issues/13387)) + + + + ## [mattermost-9.0.28](https://github.com/truecharts/charts/compare/mattermost-9.0.27...mattermost-9.0.28) (2023-10-07) ### Chore @@ -87,13 +97,3 @@ ## [mattermost-9.0.19](https://github.com/truecharts/charts/compare/mattermost-9.0.18...mattermost-9.0.19) (2023-10-03) -### Chore - -- update helm general non-major ([#13174](https://github.com/truecharts/charts/issues/13174)) - - - - -## [mattermost-9.0.18](https://github.com/truecharts/charts/compare/mattermost-9.0.17...mattermost-9.0.18) (2023-10-03) - -### Chore diff --git a/stable/mattermost/9.0.28/Chart.yaml b/stable/mattermost/9.0.29/Chart.yaml similarity index 98% rename from stable/mattermost/9.0.28/Chart.yaml rename to stable/mattermost/9.0.29/Chart.yaml index 5132b0ab183..a91dd925912 100644 --- a/stable/mattermost/9.0.28/Chart.yaml +++ b/stable/mattermost/9.0.29/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.28 +version: 9.0.29 annotations: truecharts.org/catagories: | - hosting diff --git a/stable/mattermost/9.0.28/README.md b/stable/mattermost/9.0.29/README.md similarity index 100% rename from stable/mattermost/9.0.28/README.md rename to stable/mattermost/9.0.29/README.md diff --git a/stable/mattermost/9.0.29/app-changelog.md b/stable/mattermost/9.0.29/app-changelog.md new file mode 100644 index 00000000000..352e8fec031 --- /dev/null +++ b/stable/mattermost/9.0.29/app-changelog.md @@ -0,0 +1,10 @@ + + +## [mattermost-9.0.29](https://github.com/truecharts/charts/compare/mattermost-9.0.28...mattermost-9.0.29) (2023-10-14) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v9.1.0 ([#13599](https://github.com/truecharts/charts/issues/13599)) + - run precocmit ([#13387](https://github.com/truecharts/charts/issues/13387)) + + \ No newline at end of file diff --git a/stable/mattermost/9.0.28/app-readme.md b/stable/mattermost/9.0.29/app-readme.md similarity index 100% rename from stable/mattermost/9.0.28/app-readme.md rename to stable/mattermost/9.0.29/app-readme.md diff --git a/stable/mattermost/9.0.28/charts/common-14.0.9.tgz b/stable/mattermost/9.0.29/charts/common-14.0.9.tgz similarity index 100% rename from stable/mattermost/9.0.28/charts/common-14.0.9.tgz rename to stable/mattermost/9.0.29/charts/common-14.0.9.tgz diff --git a/stable/mattermost/9.0.28/ix_values.yaml b/stable/mattermost/9.0.29/ix_values.yaml similarity index 92% rename from stable/mattermost/9.0.28/ix_values.yaml rename to stable/mattermost/9.0.29/ix_values.yaml index ec74adbafe4..184f1b23478 100644 --- a/stable/mattermost/9.0.28/ix_values.yaml +++ b/stable/mattermost/9.0.29/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/mattermost - tag: v9.1.0@sha256:ab8b82b547d8235bdff94d3c523652d5608749698fa9e80a24e09d567f44e4ce + tag: v9.1.0@sha256:87b14b3eb1cde6dbe27c76f28283da3e53b9d20cfb9a2da09dada1c2cae3441a pullPolicy: IfNotPresent workload: diff --git a/stable/mattermost/9.0.28/questions.yaml b/stable/mattermost/9.0.29/questions.yaml similarity index 100% rename from stable/mattermost/9.0.28/questions.yaml rename to stable/mattermost/9.0.29/questions.yaml diff --git a/stable/mattermost/9.0.28/templates/NOTES.txt b/stable/mattermost/9.0.29/templates/NOTES.txt similarity index 100% rename from stable/mattermost/9.0.28/templates/NOTES.txt rename to stable/mattermost/9.0.29/templates/NOTES.txt diff --git a/stable/mattermost/9.0.28/templates/common.yaml b/stable/mattermost/9.0.29/templates/common.yaml similarity index 100% rename from stable/mattermost/9.0.28/templates/common.yaml rename to stable/mattermost/9.0.29/templates/common.yaml diff --git a/stable/mattermost/9.0.28/values.yaml b/stable/mattermost/9.0.29/values.yaml similarity index 100% rename from stable/mattermost/9.0.28/values.yaml rename to stable/mattermost/9.0.29/values.yaml