From 516d14e85561fcb20cbeb2eec907deb681eb2fd9 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 18 Aug 2023 23:45:07 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/outline/8.0.0/app-changelog.md | 0 stable/outline/{8.0.0 => 8.0.1}/CHANGELOG.md | 18 +++++++++--------- stable/outline/{8.0.0 => 8.0.1}/Chart.yaml | 4 ++-- stable/outline/{8.0.0 => 8.0.1}/LICENSE | 0 stable/outline/{8.0.0 => 8.0.1}/README.md | 0 stable/outline/8.0.1/app-changelog.md | 9 +++++++++ stable/outline/{8.0.0 => 8.0.1}/app-readme.md | 0 .../{8.0.0 => 8.0.1}/charts/common-14.0.1.tgz | Bin .../{8.0.0 => 8.0.1}/charts/redis-6.0.66.tgz | Bin .../outline/{8.0.0 => 8.0.1}/ix_values.yaml | 2 +- .../outline/{8.0.0 => 8.0.1}/questions.yaml | 0 .../{8.0.0 => 8.0.1}/templates/NOTES.txt | 0 .../{8.0.0 => 8.0.1}/templates/_secrets.tpl | 0 .../{8.0.0 => 8.0.1}/templates/common.yaml | 0 stable/outline/{8.0.0 => 8.0.1}/values.yaml | 0 15 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 stable/outline/8.0.0/app-changelog.md rename stable/outline/{8.0.0 => 8.0.1}/CHANGELOG.md (90%) rename stable/outline/{8.0.0 => 8.0.1}/Chart.yaml (96%) rename stable/outline/{8.0.0 => 8.0.1}/LICENSE (100%) rename stable/outline/{8.0.0 => 8.0.1}/README.md (100%) create mode 100644 stable/outline/8.0.1/app-changelog.md rename stable/outline/{8.0.0 => 8.0.1}/app-readme.md (100%) rename stable/outline/{8.0.0 => 8.0.1}/charts/common-14.0.1.tgz (100%) rename stable/outline/{8.0.0 => 8.0.1}/charts/redis-6.0.66.tgz (100%) rename stable/outline/{8.0.0 => 8.0.1}/ix_values.yaml (97%) rename stable/outline/{8.0.0 => 8.0.1}/questions.yaml (100%) rename stable/outline/{8.0.0 => 8.0.1}/templates/NOTES.txt (100%) rename stable/outline/{8.0.0 => 8.0.1}/templates/_secrets.tpl (100%) rename stable/outline/{8.0.0 => 8.0.1}/templates/common.yaml (100%) rename stable/outline/{8.0.0 => 8.0.1}/values.yaml (100%) diff --git a/stable/outline/8.0.0/app-changelog.md b/stable/outline/8.0.0/app-changelog.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/stable/outline/8.0.0/CHANGELOG.md b/stable/outline/8.0.1/CHANGELOG.md similarity index 90% rename from stable/outline/8.0.0/CHANGELOG.md rename to stable/outline/8.0.1/CHANGELOG.md index cd5113d0e34..fe2d08e7bde 100644 --- a/stable/outline/8.0.0/CHANGELOG.md +++ b/stable/outline/8.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [outline-8.0.1](https://github.com/truecharts/charts/compare/outline-8.0.0...outline-8.0.1) (2023-08-18) + +### Chore + +- update container image tccr.io/truecharts/outline to v0.71.0 ([#11682](https://github.com/truecharts/charts/issues/11682)) + + + + ## [outline-8.0.0](https://github.com/truecharts/charts/compare/outline-7.0.30...outline-8.0.0) (2023-07-31) @@ -88,12 +97,3 @@ - update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423)) - - - -## [outline-7.0.21](https://github.com/truecharts/charts/compare/outline-7.0.20...outline-7.0.21) (2023-06-04) - -### Chore - -- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393)) - diff --git a/stable/outline/8.0.0/Chart.yaml b/stable/outline/8.0.1/Chart.yaml similarity index 96% rename from stable/outline/8.0.0/Chart.yaml rename to stable/outline/8.0.1/Chart.yaml index a66b3fd42a5..ed9bb81d606 100644 --- a/stable/outline/8.0.0/Chart.yaml +++ b/stable/outline/8.0.1/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.70.2" +appVersion: "0.71.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/outline - https://github.com/outline/outline type: application -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - productivity diff --git a/stable/outline/8.0.0/LICENSE b/stable/outline/8.0.1/LICENSE similarity index 100% rename from stable/outline/8.0.0/LICENSE rename to stable/outline/8.0.1/LICENSE diff --git a/stable/outline/8.0.0/README.md b/stable/outline/8.0.1/README.md similarity index 100% rename from stable/outline/8.0.0/README.md rename to stable/outline/8.0.1/README.md diff --git a/stable/outline/8.0.1/app-changelog.md b/stable/outline/8.0.1/app-changelog.md new file mode 100644 index 00000000000..08b5c17f623 --- /dev/null +++ b/stable/outline/8.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [outline-8.0.1](https://github.com/truecharts/charts/compare/outline-8.0.0...outline-8.0.1) (2023-08-18) + +### Chore + +- update container image tccr.io/truecharts/outline to v0.71.0 ([#11682](https://github.com/truecharts/charts/issues/11682)) + + \ No newline at end of file diff --git a/stable/outline/8.0.0/app-readme.md b/stable/outline/8.0.1/app-readme.md similarity index 100% rename from stable/outline/8.0.0/app-readme.md rename to stable/outline/8.0.1/app-readme.md diff --git a/stable/outline/8.0.0/charts/common-14.0.1.tgz b/stable/outline/8.0.1/charts/common-14.0.1.tgz similarity index 100% rename from stable/outline/8.0.0/charts/common-14.0.1.tgz rename to stable/outline/8.0.1/charts/common-14.0.1.tgz diff --git a/stable/outline/8.0.0/charts/redis-6.0.66.tgz b/stable/outline/8.0.1/charts/redis-6.0.66.tgz similarity index 100% rename from stable/outline/8.0.0/charts/redis-6.0.66.tgz rename to stable/outline/8.0.1/charts/redis-6.0.66.tgz diff --git a/stable/outline/8.0.0/ix_values.yaml b/stable/outline/8.0.1/ix_values.yaml similarity index 97% rename from stable/outline/8.0.0/ix_values.yaml rename to stable/outline/8.0.1/ix_values.yaml index 8aa4b167c42..c1264ddc3ef 100644 --- a/stable/outline/8.0.0/ix_values.yaml +++ b/stable/outline/8.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/outline pullPolicy: IfNotPresent - tag: v0.70.2@sha256:4f3f967152d2492518808f2aac6b964530090054f69b36f7e9902282f0bb1805 + tag: v0.71.0@sha256:a5fa43fd030f7d8f657f2981efa5a3ff7ddb309cf6c17888b146923b28fe8b24 service: main: ports: diff --git a/stable/outline/8.0.0/questions.yaml b/stable/outline/8.0.1/questions.yaml similarity index 100% rename from stable/outline/8.0.0/questions.yaml rename to stable/outline/8.0.1/questions.yaml diff --git a/stable/outline/8.0.0/templates/NOTES.txt b/stable/outline/8.0.1/templates/NOTES.txt similarity index 100% rename from stable/outline/8.0.0/templates/NOTES.txt rename to stable/outline/8.0.1/templates/NOTES.txt diff --git a/stable/outline/8.0.0/templates/_secrets.tpl b/stable/outline/8.0.1/templates/_secrets.tpl similarity index 100% rename from stable/outline/8.0.0/templates/_secrets.tpl rename to stable/outline/8.0.1/templates/_secrets.tpl diff --git a/stable/outline/8.0.0/templates/common.yaml b/stable/outline/8.0.1/templates/common.yaml similarity index 100% rename from stable/outline/8.0.0/templates/common.yaml rename to stable/outline/8.0.1/templates/common.yaml diff --git a/stable/outline/8.0.0/values.yaml b/stable/outline/8.0.1/values.yaml similarity index 100% rename from stable/outline/8.0.0/values.yaml rename to stable/outline/8.0.1/values.yaml