From 7a2b426427a47f4d9e874f6a2df60d3d0d09e3b2 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 27 Sep 2023 05:58:15 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/plausible/5.0.1/CHANGELOG.md | 8 -------- stable/plausible/5.0.1/app-changelog.md | 4 ---- stable/plausible/5.0.2/CHANGELOG.md | 17 +++++++++++++++++ stable/plausible/{5.0.1 => 5.0.2}/Chart.yaml | 2 +- stable/plausible/{5.0.1 => 5.0.2}/README.md | 2 +- stable/plausible/5.0.2/app-changelog.md | 9 +++++++++ .../plausible/{5.0.1 => 5.0.2}/app-readme.md | 0 .../charts/clickhouse-7.0.1.tgz | Bin .../{5.0.1 => 5.0.2}/charts/common-14.0.3.tgz | Bin .../plausible/{5.0.1 => 5.0.2}/ix_values.yaml | 0 .../plausible/{5.0.1 => 5.0.2}/questions.yaml | 0 .../{5.0.1 => 5.0.2}/templates/_configmap.tpl | 0 .../{5.0.1 => 5.0.2}/templates/_secret.tpl | 2 +- .../{5.0.1 => 5.0.2}/templates/common.yaml | 0 stable/plausible/{5.0.1 => 5.0.2}/values.yaml | 0 15 files changed, 29 insertions(+), 15 deletions(-) delete mode 100644 stable/plausible/5.0.1/CHANGELOG.md delete mode 100644 stable/plausible/5.0.1/app-changelog.md create mode 100644 stable/plausible/5.0.2/CHANGELOG.md rename stable/plausible/{5.0.1 => 5.0.2}/Chart.yaml (98%) rename stable/plausible/{5.0.1 => 5.0.2}/README.md (93%) create mode 100644 stable/plausible/5.0.2/app-changelog.md rename stable/plausible/{5.0.1 => 5.0.2}/app-readme.md (100%) rename stable/plausible/{5.0.1 => 5.0.2}/charts/clickhouse-7.0.1.tgz (100%) rename stable/plausible/{5.0.1 => 5.0.2}/charts/common-14.0.3.tgz (100%) rename stable/plausible/{5.0.1 => 5.0.2}/ix_values.yaml (100%) rename stable/plausible/{5.0.1 => 5.0.2}/questions.yaml (100%) rename stable/plausible/{5.0.1 => 5.0.2}/templates/_configmap.tpl (100%) rename stable/plausible/{5.0.1 => 5.0.2}/templates/_secret.tpl (97%) rename stable/plausible/{5.0.1 => 5.0.2}/templates/common.yaml (100%) rename stable/plausible/{5.0.1 => 5.0.2}/values.yaml (100%) diff --git a/stable/plausible/5.0.1/CHANGELOG.md b/stable/plausible/5.0.1/CHANGELOG.md deleted file mode 100644 index 3ad299d1067..00000000000 --- a/stable/plausible/5.0.1/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -**Important:** -*for the complete changelog, please refer to the website* - - - - -## [plausible-5.0.1](https://github.com/truecharts/charts/compare/plausible-5.0.0...plausible-5.0.1) (2023-08-30) - diff --git a/stable/plausible/5.0.1/app-changelog.md b/stable/plausible/5.0.1/app-changelog.md deleted file mode 100644 index 8826d624f3a..00000000000 --- a/stable/plausible/5.0.1/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [plausible-5.0.1](https://github.com/truecharts/charts/compare/plausible-5.0.0...plausible-5.0.1) (2023-08-30) - diff --git a/stable/plausible/5.0.2/CHANGELOG.md b/stable/plausible/5.0.2/CHANGELOG.md new file mode 100644 index 00000000000..df7ef1e205c --- /dev/null +++ b/stable/plausible/5.0.2/CHANGELOG.md @@ -0,0 +1,17 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [plausible-5.0.2](https://github.com/truecharts/charts/compare/plausible-5.0.1...plausible-5.0.2) (2023-09-27) + +### Fix + +- Increase secret_key_base length to 64 bytes ([#12947](https://github.com/truecharts/charts/issues/12947)) + + + + +## [plausible-5.0.1](https://github.com/truecharts/charts/compare/plausible-5.0.0...plausible-5.0.1) (2023-08-30) + diff --git a/stable/plausible/5.0.1/Chart.yaml b/stable/plausible/5.0.2/Chart.yaml similarity index 98% rename from stable/plausible/5.0.1/Chart.yaml rename to stable/plausible/5.0.2/Chart.yaml index 1b7b0102a57..7b2866f07e2 100644 --- a/stable/plausible/5.0.1/Chart.yaml +++ b/stable/plausible/5.0.2/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://github.com/plausible/analytics - https://github.com/plausible/hosting type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - analytics diff --git a/stable/plausible/5.0.1/README.md b/stable/plausible/5.0.2/README.md similarity index 93% rename from stable/plausible/5.0.1/README.md rename to stable/plausible/5.0.2/README.md index 83229a60265..e0a9b8fa8d7 100644 --- a/stable/plausible/5.0.1/README.md +++ b/stable/plausible/5.0.2/README.md @@ -5,7 +5,7 @@ TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/stable/plausible/5.0.2/app-changelog.md b/stable/plausible/5.0.2/app-changelog.md new file mode 100644 index 00000000000..8a114659d95 --- /dev/null +++ b/stable/plausible/5.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [plausible-5.0.2](https://github.com/truecharts/charts/compare/plausible-5.0.1...plausible-5.0.2) (2023-09-27) + +### Fix + +- Increase secret_key_base length to 64 bytes ([#12947](https://github.com/truecharts/charts/issues/12947)) + + \ No newline at end of file diff --git a/stable/plausible/5.0.1/app-readme.md b/stable/plausible/5.0.2/app-readme.md similarity index 100% rename from stable/plausible/5.0.1/app-readme.md rename to stable/plausible/5.0.2/app-readme.md diff --git a/stable/plausible/5.0.1/charts/clickhouse-7.0.1.tgz b/stable/plausible/5.0.2/charts/clickhouse-7.0.1.tgz similarity index 100% rename from stable/plausible/5.0.1/charts/clickhouse-7.0.1.tgz rename to stable/plausible/5.0.2/charts/clickhouse-7.0.1.tgz diff --git a/stable/plausible/5.0.1/charts/common-14.0.3.tgz b/stable/plausible/5.0.2/charts/common-14.0.3.tgz similarity index 100% rename from stable/plausible/5.0.1/charts/common-14.0.3.tgz rename to stable/plausible/5.0.2/charts/common-14.0.3.tgz diff --git a/stable/plausible/5.0.1/ix_values.yaml b/stable/plausible/5.0.2/ix_values.yaml similarity index 100% rename from stable/plausible/5.0.1/ix_values.yaml rename to stable/plausible/5.0.2/ix_values.yaml diff --git a/stable/plausible/5.0.1/questions.yaml b/stable/plausible/5.0.2/questions.yaml similarity index 100% rename from stable/plausible/5.0.1/questions.yaml rename to stable/plausible/5.0.2/questions.yaml diff --git a/stable/plausible/5.0.1/templates/_configmap.tpl b/stable/plausible/5.0.2/templates/_configmap.tpl similarity index 100% rename from stable/plausible/5.0.1/templates/_configmap.tpl rename to stable/plausible/5.0.2/templates/_configmap.tpl diff --git a/stable/plausible/5.0.1/templates/_secret.tpl b/stable/plausible/5.0.2/templates/_secret.tpl similarity index 97% rename from stable/plausible/5.0.1/templates/_secret.tpl rename to stable/plausible/5.0.2/templates/_secret.tpl index 75ea665dd36..a8371694c82 100644 --- a/stable/plausible/5.0.1/templates/_secret.tpl +++ b/stable/plausible/5.0.2/templates/_secret.tpl @@ -7,7 +7,7 @@ {{- $maxmind := $plausible.maxmind -}} {{- $google := $plausible.google -}} -{{- $baseKey := randAlphaNum 32 -}} +{{- $baseKey := randAlphaNum 64 -}} {{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}} {{- $baseKey = index .data "SECRET_KEY_BASE" | b64dec -}} {{- end }} diff --git a/stable/plausible/5.0.1/templates/common.yaml b/stable/plausible/5.0.2/templates/common.yaml similarity index 100% rename from stable/plausible/5.0.1/templates/common.yaml rename to stable/plausible/5.0.2/templates/common.yaml diff --git a/stable/plausible/5.0.1/values.yaml b/stable/plausible/5.0.2/values.yaml similarity index 100% rename from stable/plausible/5.0.1/values.yaml rename to stable/plausible/5.0.2/values.yaml