From f2ce4f22137c9175ac257b5e563dbbea719985b7 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 28 Jul 2022 12:42:55 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../outline/{3.0.27 => 3.0.28}/CHANGELOG.md | 18 +++++++++--------- stable/outline/{3.0.27 => 3.0.28}/Chart.lock | 2 +- stable/outline/{3.0.27 => 3.0.28}/Chart.yaml | 2 +- stable/outline/{3.0.27 => 3.0.28}/README.md | 2 +- .../outline/{3.0.27 => 3.0.28}/app-readme.md | 0 .../charts/common-10.4.8.tgz | Bin .../charts/postgresql-8.0.48.tgz | Bin .../charts/redis-3.0.46.tgz | Bin .../outline/{3.0.27 => 3.0.28}/ix_values.yaml | 1 - .../outline/{3.0.27 => 3.0.28}/questions.yaml | 6 ------ .../{3.0.27 => 3.0.28}/templates/_secrets.tpl | 0 .../{3.0.27 => 3.0.28}/templates/common.yaml | 0 stable/outline/{3.0.27 => 3.0.28}/values.yaml | 0 13 files changed, 12 insertions(+), 19 deletions(-) rename stable/outline/{3.0.27 => 3.0.28}/CHANGELOG.md (90%) rename stable/outline/{3.0.27 => 3.0.28}/Chart.lock (88%) rename stable/outline/{3.0.27 => 3.0.28}/Chart.yaml (98%) rename stable/outline/{3.0.27 => 3.0.28}/README.md (98%) rename stable/outline/{3.0.27 => 3.0.28}/app-readme.md (100%) rename stable/outline/{3.0.27 => 3.0.28}/charts/common-10.4.8.tgz (100%) rename stable/outline/{3.0.27 => 3.0.28}/charts/postgresql-8.0.48.tgz (100%) rename stable/outline/{3.0.27 => 3.0.28}/charts/redis-3.0.46.tgz (100%) rename stable/outline/{3.0.27 => 3.0.28}/ix_values.yaml (99%) rename stable/outline/{3.0.27 => 3.0.28}/questions.yaml (99%) rename stable/outline/{3.0.27 => 3.0.28}/templates/_secrets.tpl (100%) rename stable/outline/{3.0.27 => 3.0.28}/templates/common.yaml (100%) rename stable/outline/{3.0.27 => 3.0.28}/values.yaml (100%) diff --git a/stable/outline/3.0.27/CHANGELOG.md b/stable/outline/3.0.28/CHANGELOG.md similarity index 90% rename from stable/outline/3.0.27/CHANGELOG.md rename to stable/outline/3.0.28/CHANGELOG.md index 1ceb43eedb9..b2366eab8e1 100644 --- a/stable/outline/3.0.27/CHANGELOG.md +++ b/stable/outline/3.0.28/CHANGELOG.md @@ -2,6 +2,15 @@ +## [outline-3.0.28](https://github.com/truecharts/apps/compare/outline-3.0.27...outline-3.0.28) (2022-07-28) + +### Chore + +- remove ALLOWED_DOMAINS var ([#3328](https://github.com/truecharts/apps/issues/3328)) + + + + ## [outline-3.0.27](https://github.com/truecharts/apps/compare/outline-3.0.26...outline-3.0.27) (2022-07-26) ### Chore @@ -88,12 +97,3 @@ -## [outline-3.0.20](https://github.com/truecharts/apps/compare/outline-3.0.19...outline-3.0.20) (2022-07-14) - -### Fix - -- regenerate catalog and update template - - - -## [outline-3.0.19](https://github.com/truecharts/apps/compare/outline-3.0.17...outline-3.0.19) (2022-07-14) diff --git a/stable/outline/3.0.27/Chart.lock b/stable/outline/3.0.28/Chart.lock similarity index 88% rename from stable/outline/3.0.27/Chart.lock rename to stable/outline/3.0.28/Chart.lock index e7a9fa28f3d..c9488c8591d 100644 --- a/stable/outline/3.0.27/Chart.lock +++ b/stable/outline/3.0.28/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.46 digest: sha256:db75b53b5c44ce132215a295b1085ebb10292e349c9e9ebcff81e144360909f0 -generated: "2022-07-26T11:08:53.723155849Z" +generated: "2022-07-28T12:36:12.623490471Z" diff --git a/stable/outline/3.0.27/Chart.yaml b/stable/outline/3.0.28/Chart.yaml similarity index 98% rename from stable/outline/3.0.27/Chart.yaml rename to stable/outline/3.0.28/Chart.yaml index 08e657f86ae..836d1d98e03 100644 --- a/stable/outline/3.0.27/Chart.yaml +++ b/stable/outline/3.0.28/Chart.yaml @@ -28,7 +28,7 @@ name: outline sources: - https://github.com/outline/outline type: application -version: 3.0.27 +version: 3.0.28 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/outline/3.0.27/README.md b/stable/outline/3.0.28/README.md similarity index 98% rename from stable/outline/3.0.27/README.md rename to stable/outline/3.0.28/README.md index 40eac790877..d3f4e36d060 100644 --- a/stable/outline/3.0.27/README.md +++ b/stable/outline/3.0.28/README.md @@ -1,6 +1,6 @@ # outline -![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.65.2](https://img.shields.io/badge/AppVersion-0.65.2-informational?style=flat-square) +![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.65.2](https://img.shields.io/badge/AppVersion-0.65.2-informational?style=flat-square) A fast, collaborative, knowledge base for your team built using React and Node.js. diff --git a/stable/outline/3.0.27/app-readme.md b/stable/outline/3.0.28/app-readme.md similarity index 100% rename from stable/outline/3.0.27/app-readme.md rename to stable/outline/3.0.28/app-readme.md diff --git a/stable/outline/3.0.27/charts/common-10.4.8.tgz b/stable/outline/3.0.28/charts/common-10.4.8.tgz similarity index 100% rename from stable/outline/3.0.27/charts/common-10.4.8.tgz rename to stable/outline/3.0.28/charts/common-10.4.8.tgz diff --git a/stable/outline/3.0.27/charts/postgresql-8.0.48.tgz b/stable/outline/3.0.28/charts/postgresql-8.0.48.tgz similarity index 100% rename from stable/outline/3.0.27/charts/postgresql-8.0.48.tgz rename to stable/outline/3.0.28/charts/postgresql-8.0.48.tgz diff --git a/stable/outline/3.0.27/charts/redis-3.0.46.tgz b/stable/outline/3.0.28/charts/redis-3.0.46.tgz similarity index 100% rename from stable/outline/3.0.27/charts/redis-3.0.46.tgz rename to stable/outline/3.0.28/charts/redis-3.0.46.tgz diff --git a/stable/outline/3.0.27/ix_values.yaml b/stable/outline/3.0.28/ix_values.yaml similarity index 99% rename from stable/outline/3.0.27/ix_values.yaml rename to stable/outline/3.0.28/ix_values.yaml index 5d0fb742928..8ebf053b3fe 100644 --- a/stable/outline/3.0.27/ix_values.yaml +++ b/stable/outline/3.0.28/ix_values.yaml @@ -23,7 +23,6 @@ env: MAXIMUM_IMPORT_SIZE: 5120000 DEFAULT_LANGUAGE: "en_US" # TEAM_LOGO: "" - # ALLOWED_DOMAINS: "" # COLLABORATION_URL: "" # SLACK_KEY: "" # SLACK_SECRET: "" diff --git a/stable/outline/3.0.27/questions.yaml b/stable/outline/3.0.28/questions.yaml similarity index 99% rename from stable/outline/3.0.27/questions.yaml rename to stable/outline/3.0.28/questions.yaml index eb7a6782149..f2211b14170 100644 --- a/stable/outline/3.0.27/questions.yaml +++ b/stable/outline/3.0.28/questions.yaml @@ -189,12 +189,6 @@ questions: schema: type: string default: "" - - variable: ALLOWED_DOMAINS - label: "ALLOWED_DOMAINS" - description: "Comma separated list of domains to be allowed to signin to the wiki. If not set, all domains are allowed by default when using Google OAuth to signin" - schema: - type: string - default: "" - variable: SLACK_MESSAGE_ACTIONS label: "SLACK_MESSAGE_ACTIONS" schema: diff --git a/stable/outline/3.0.27/templates/_secrets.tpl b/stable/outline/3.0.28/templates/_secrets.tpl similarity index 100% rename from stable/outline/3.0.27/templates/_secrets.tpl rename to stable/outline/3.0.28/templates/_secrets.tpl diff --git a/stable/outline/3.0.27/templates/common.yaml b/stable/outline/3.0.28/templates/common.yaml similarity index 100% rename from stable/outline/3.0.27/templates/common.yaml rename to stable/outline/3.0.28/templates/common.yaml diff --git a/stable/outline/3.0.27/values.yaml b/stable/outline/3.0.28/values.yaml similarity index 100% rename from stable/outline/3.0.27/values.yaml rename to stable/outline/3.0.28/values.yaml