From 95b229205237a6cb35ccefc07ab28dc7424b13e1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 31 Oct 2023 21:48:15 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/cloudflared/6.0.8/app-changelog.md | 9 --------- .../cloudflared/{6.0.8 => 6.0.9}/CHANGELOG.md | 18 +++++++++--------- .../cloudflared/{6.0.8 => 6.0.9}/Chart.yaml | 4 ++-- stable/cloudflared/{6.0.8 => 6.0.9}/README.md | 0 stable/cloudflared/6.0.9/app-changelog.md | 9 +++++++++ .../{6.0.8 => 6.0.9}/app-readme.md | 0 .../{6.0.8 => 6.0.9}/charts/common-14.2.0.tgz | Bin .../{6.0.8 => 6.0.9}/ix_values.yaml | 2 +- .../{6.0.8 => 6.0.9}/questions.yaml | 0 .../{6.0.8 => 6.0.9}/templates/common.yaml | 0 .../cloudflared/{6.0.8 => 6.0.9}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/cloudflared/6.0.8/app-changelog.md rename stable/cloudflared/{6.0.8 => 6.0.9}/CHANGELOG.md (93%) rename stable/cloudflared/{6.0.8 => 6.0.9}/Chart.yaml (95%) rename stable/cloudflared/{6.0.8 => 6.0.9}/README.md (100%) create mode 100644 stable/cloudflared/6.0.9/app-changelog.md rename stable/cloudflared/{6.0.8 => 6.0.9}/app-readme.md (100%) rename stable/cloudflared/{6.0.8 => 6.0.9}/charts/common-14.2.0.tgz (100%) rename stable/cloudflared/{6.0.8 => 6.0.9}/ix_values.yaml (86%) rename stable/cloudflared/{6.0.8 => 6.0.9}/questions.yaml (100%) rename stable/cloudflared/{6.0.8 => 6.0.9}/templates/common.yaml (100%) rename stable/cloudflared/{6.0.8 => 6.0.9}/values.yaml (100%) diff --git a/stable/cloudflared/6.0.8/app-changelog.md b/stable/cloudflared/6.0.8/app-changelog.md deleted file mode 100644 index 8260483a55..0000000000 --- a/stable/cloudflared/6.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cloudflared-6.0.8](https://github.com/truecharts/charts/compare/cloudflared-6.0.7...cloudflared-6.0.8) (2023-10-29) - -### Chore - -- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094)) - - \ No newline at end of file diff --git a/stable/cloudflared/6.0.8/CHANGELOG.md b/stable/cloudflared/6.0.9/CHANGELOG.md similarity index 93% rename from stable/cloudflared/6.0.8/CHANGELOG.md rename to stable/cloudflared/6.0.9/CHANGELOG.md index 9334b01abb..802e6ffd70 100644 --- a/stable/cloudflared/6.0.8/CHANGELOG.md +++ b/stable/cloudflared/6.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cloudflared-6.0.9](https://github.com/truecharts/charts/compare/cloudflared-6.0.8...cloudflared-6.0.9) (2023-10-31) + +### Chore + +- update container image tccr.io/truecharts/cloudflared to v2023.10.0 ([#14182](https://github.com/truecharts/charts/issues/14182)) + + + + ## [cloudflared-6.0.8](https://github.com/truecharts/charts/compare/cloudflared-6.0.7...cloudflared-6.0.8) (2023-10-29) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/cloudflared to v2023.7.3 ([#10933](https://github.com/truecharts/charts/issues/10933)) - - - -## [cloudflared-5.0.10](https://github.com/truecharts/charts/compare/cloudflared-5.0.9...cloudflared-5.0.10) (2023-07-19) - -### Chore - -- update container image tccr.io/truecharts/cloudflared to v2023.7.1 ([#10601](https://github.com/truecharts/charts/issues/10601)) - diff --git a/stable/cloudflared/6.0.8/Chart.yaml b/stable/cloudflared/6.0.9/Chart.yaml similarity index 95% rename from stable/cloudflared/6.0.8/Chart.yaml rename to stable/cloudflared/6.0.9/Chart.yaml index ff4f89b153..41f1d37dbc 100644 --- a/stable/cloudflared/6.0.8/Chart.yaml +++ b/stable/cloudflared/6.0.9/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2023.8.2" +appVersion: "2023.10.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -20,7 +20,7 @@ name: cloudflared sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared type: application -version: 6.0.8 +version: 6.0.9 annotations: truecharts.org/category: network truecharts.org/SCALE-support: "true" diff --git a/stable/cloudflared/6.0.8/README.md b/stable/cloudflared/6.0.9/README.md similarity index 100% rename from stable/cloudflared/6.0.8/README.md rename to stable/cloudflared/6.0.9/README.md diff --git a/stable/cloudflared/6.0.9/app-changelog.md b/stable/cloudflared/6.0.9/app-changelog.md new file mode 100644 index 0000000000..335f26a478 --- /dev/null +++ b/stable/cloudflared/6.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudflared-6.0.9](https://github.com/truecharts/charts/compare/cloudflared-6.0.8...cloudflared-6.0.9) (2023-10-31) + +### Chore + +- update container image tccr.io/truecharts/cloudflared to v2023.10.0 ([#14182](https://github.com/truecharts/charts/issues/14182)) + + \ No newline at end of file diff --git a/stable/cloudflared/6.0.8/app-readme.md b/stable/cloudflared/6.0.9/app-readme.md similarity index 100% rename from stable/cloudflared/6.0.8/app-readme.md rename to stable/cloudflared/6.0.9/app-readme.md diff --git a/stable/cloudflared/6.0.8/charts/common-14.2.0.tgz b/stable/cloudflared/6.0.9/charts/common-14.2.0.tgz similarity index 100% rename from stable/cloudflared/6.0.8/charts/common-14.2.0.tgz rename to stable/cloudflared/6.0.9/charts/common-14.2.0.tgz diff --git a/stable/cloudflared/6.0.8/ix_values.yaml b/stable/cloudflared/6.0.9/ix_values.yaml similarity index 86% rename from stable/cloudflared/6.0.8/ix_values.yaml rename to stable/cloudflared/6.0.9/ix_values.yaml index 4054c931a5..47489fb907 100644 --- a/stable/cloudflared/6.0.8/ix_values.yaml +++ b/stable/cloudflared/6.0.9/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/cloudflared pullPolicy: IfNotPresent - tag: v2023.8.2@sha256:fda01764ea6d58703cf1dbe74617cffd000d3bc8df9e49fb84ba53785b4e9cf4 + tag: v2023.10.0@sha256:a0a06b917cc7589e05119c2eea69fb4e49026b3a51ddbe96197144341a91af27 workload: main: diff --git a/stable/cloudflared/6.0.8/questions.yaml b/stable/cloudflared/6.0.9/questions.yaml similarity index 100% rename from stable/cloudflared/6.0.8/questions.yaml rename to stable/cloudflared/6.0.9/questions.yaml diff --git a/stable/cloudflared/6.0.8/templates/common.yaml b/stable/cloudflared/6.0.9/templates/common.yaml similarity index 100% rename from stable/cloudflared/6.0.8/templates/common.yaml rename to stable/cloudflared/6.0.9/templates/common.yaml diff --git a/stable/cloudflared/6.0.8/values.yaml b/stable/cloudflared/6.0.9/values.yaml similarity index 100% rename from stable/cloudflared/6.0.8/values.yaml rename to stable/cloudflared/6.0.9/values.yaml