From 6f696db50b26a128e8c69a31c47accce243699a9 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 3 Feb 2023 16:24:32 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/synapse/7.0.23/app-changelog.md | 9 --------- .../synapse/{7.0.23 => 7.0.24}/CHANGELOG.md | 18 +++++++++--------- stable/synapse/{7.0.23 => 7.0.24}/Chart.yaml | 4 ++-- stable/synapse/{7.0.23 => 7.0.24}/README.md | 0 stable/synapse/7.0.24/app-changelog.md | 9 +++++++++ .../synapse/{7.0.23 => 7.0.24}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../charts/postgresql-11.0.22.tgz | Bin .../synapse/{7.0.23 => 7.0.24}/ix_values.yaml | 2 +- .../synapse/{7.0.23 => 7.0.24}/questions.yaml | 0 .../templates/_configmap.tpl | 0 .../{7.0.23 => 7.0.24}/templates/_helpers.tpl | 0 .../{7.0.23 => 7.0.24}/templates/_secret.tpl | 0 .../{7.0.23 => 7.0.24}/templates/common.yaml | 0 stable/synapse/{7.0.23 => 7.0.24}/values.yaml | 0 15 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/synapse/7.0.23/app-changelog.md rename stable/synapse/{7.0.23 => 7.0.24}/CHANGELOG.md (92%) rename stable/synapse/{7.0.23 => 7.0.24}/Chart.yaml (96%) rename stable/synapse/{7.0.23 => 7.0.24}/README.md (100%) create mode 100644 stable/synapse/7.0.24/app-changelog.md rename stable/synapse/{7.0.23 => 7.0.24}/app-readme.md (100%) rename stable/synapse/{7.0.23 => 7.0.24}/charts/common-11.1.2.tgz (100%) rename stable/synapse/{7.0.23 => 7.0.24}/charts/postgresql-11.0.22.tgz (100%) rename stable/synapse/{7.0.23 => 7.0.24}/ix_values.yaml (99%) rename stable/synapse/{7.0.23 => 7.0.24}/questions.yaml (100%) rename stable/synapse/{7.0.23 => 7.0.24}/templates/_configmap.tpl (100%) rename stable/synapse/{7.0.23 => 7.0.24}/templates/_helpers.tpl (100%) rename stable/synapse/{7.0.23 => 7.0.24}/templates/_secret.tpl (100%) rename stable/synapse/{7.0.23 => 7.0.24}/templates/common.yaml (100%) rename stable/synapse/{7.0.23 => 7.0.24}/values.yaml (100%) diff --git a/stable/synapse/7.0.23/app-changelog.md b/stable/synapse/7.0.23/app-changelog.md deleted file mode 100644 index bd273a30e7b..00000000000 --- a/stable/synapse/7.0.23/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [synapse-7.0.23](https://github.com/truecharts/charts/compare/synapse-7.0.22...synapse-7.0.23) (2023-02-02) - -### Fix - -- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826)) - - \ No newline at end of file diff --git a/stable/synapse/7.0.23/CHANGELOG.md b/stable/synapse/7.0.24/CHANGELOG.md similarity index 92% rename from stable/synapse/7.0.23/CHANGELOG.md rename to stable/synapse/7.0.24/CHANGELOG.md index e58640b837a..82d567cbe91 100644 --- a/stable/synapse/7.0.23/CHANGELOG.md +++ b/stable/synapse/7.0.24/CHANGELOG.md @@ -4,6 +4,15 @@ +## [synapse-7.0.24](https://github.com/truecharts/charts/compare/synapse-7.0.23...synapse-7.0.24) (2023-02-03) + +### Chore + +- update container image tccr.io/truecharts/synapse to v1.76.0 + + + + ## [synapse-7.0.23](https://github.com/truecharts/charts/compare/synapse-7.0.22...synapse-7.0.23) (2023-02-02) ### Fix @@ -88,12 +97,3 @@ ## [synapse-7.0.14](https://github.com/truecharts/charts/compare/synapse-7.0.13...synapse-7.0.14) (2022-12-20) ### Chore - -- update container image tccr.io/truecharts/synapse to v1.74.0 - - - - -## [synapse-7.0.13](https://github.com/truecharts/charts/compare/synapse-7.0.12...synapse-7.0.13) (2022-12-19) - -### Chore diff --git a/stable/synapse/7.0.23/Chart.yaml b/stable/synapse/7.0.24/Chart.yaml similarity index 96% rename from stable/synapse/7.0.23/Chart.yaml rename to stable/synapse/7.0.24/Chart.yaml index 9ab883e3c23..a951b47eb38 100644 --- a/stable/synapse/7.0.23/Chart.yaml +++ b/stable/synapse/7.0.24/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.75.0" +appVersion: "1.76.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -26,7 +26,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/synapse - https://hub.docker.com/matrixdotorg/synapse type: application -version: 7.0.23 +version: 7.0.24 annotations: truecharts.org/catagories: | - cloud diff --git a/stable/synapse/7.0.23/README.md b/stable/synapse/7.0.24/README.md similarity index 100% rename from stable/synapse/7.0.23/README.md rename to stable/synapse/7.0.24/README.md diff --git a/stable/synapse/7.0.24/app-changelog.md b/stable/synapse/7.0.24/app-changelog.md new file mode 100644 index 00000000000..9053ced69e0 --- /dev/null +++ b/stable/synapse/7.0.24/app-changelog.md @@ -0,0 +1,9 @@ + + +## [synapse-7.0.24](https://github.com/truecharts/charts/compare/synapse-7.0.23...synapse-7.0.24) (2023-02-03) + +### Chore + +- update container image tccr.io/truecharts/synapse to v1.76.0 + + \ No newline at end of file diff --git a/stable/synapse/7.0.23/app-readme.md b/stable/synapse/7.0.24/app-readme.md similarity index 100% rename from stable/synapse/7.0.23/app-readme.md rename to stable/synapse/7.0.24/app-readme.md diff --git a/stable/synapse/7.0.23/charts/common-11.1.2.tgz b/stable/synapse/7.0.24/charts/common-11.1.2.tgz similarity index 100% rename from stable/synapse/7.0.23/charts/common-11.1.2.tgz rename to stable/synapse/7.0.24/charts/common-11.1.2.tgz diff --git a/stable/synapse/7.0.23/charts/postgresql-11.0.22.tgz b/stable/synapse/7.0.24/charts/postgresql-11.0.22.tgz similarity index 100% rename from stable/synapse/7.0.23/charts/postgresql-11.0.22.tgz rename to stable/synapse/7.0.24/charts/postgresql-11.0.22.tgz diff --git a/stable/synapse/7.0.23/ix_values.yaml b/stable/synapse/7.0.24/ix_values.yaml similarity index 99% rename from stable/synapse/7.0.23/ix_values.yaml rename to stable/synapse/7.0.24/ix_values.yaml index 705cd08ad61..8b8cc2af515 100644 --- a/stable/synapse/7.0.23/ix_values.yaml +++ b/stable/synapse/7.0.24/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/synapse pullPolicy: IfNotPresent - tag: 1.75.0@sha256:ecc2d24cef1e02f01185a080418a1e0f90464532966d4d126991f36d25a94277 + tag: 1.76.0@sha256:a1fe8e0520068a33c2ac36d1a1d36ea2e9720586747c108014a6bf2b74a2cc68 command: - sh diff --git a/stable/synapse/7.0.23/questions.yaml b/stable/synapse/7.0.24/questions.yaml similarity index 100% rename from stable/synapse/7.0.23/questions.yaml rename to stable/synapse/7.0.24/questions.yaml diff --git a/stable/synapse/7.0.23/templates/_configmap.tpl b/stable/synapse/7.0.24/templates/_configmap.tpl similarity index 100% rename from stable/synapse/7.0.23/templates/_configmap.tpl rename to stable/synapse/7.0.24/templates/_configmap.tpl diff --git a/stable/synapse/7.0.23/templates/_helpers.tpl b/stable/synapse/7.0.24/templates/_helpers.tpl similarity index 100% rename from stable/synapse/7.0.23/templates/_helpers.tpl rename to stable/synapse/7.0.24/templates/_helpers.tpl diff --git a/stable/synapse/7.0.23/templates/_secret.tpl b/stable/synapse/7.0.24/templates/_secret.tpl similarity index 100% rename from stable/synapse/7.0.23/templates/_secret.tpl rename to stable/synapse/7.0.24/templates/_secret.tpl diff --git a/stable/synapse/7.0.23/templates/common.yaml b/stable/synapse/7.0.24/templates/common.yaml similarity index 100% rename from stable/synapse/7.0.23/templates/common.yaml rename to stable/synapse/7.0.24/templates/common.yaml diff --git a/stable/synapse/7.0.23/values.yaml b/stable/synapse/7.0.24/values.yaml similarity index 100% rename from stable/synapse/7.0.23/values.yaml rename to stable/synapse/7.0.24/values.yaml