From 9c004eb866516148023e6b36f625cf29883cb7f9 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 27 Aug 2023 02:44:47 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/cloudflared/6.0.0/app-changelog.md | 0 stable/cloudflared/{6.0.0 => 6.0.1}/CHANGELOG.md | 14 +++++++++----- stable/cloudflared/{6.0.0 => 6.0.1}/Chart.yaml | 4 ++-- stable/cloudflared/{6.0.0 => 6.0.1}/README.md | 0 stable/cloudflared/6.0.1/app-changelog.md | 9 +++++++++ stable/cloudflared/{6.0.0 => 6.0.1}/app-readme.md | 0 .../{6.0.0 => 6.0.1}/charts/common-14.0.1.tgz | Bin .../cloudflared/{6.0.0 => 6.0.1}/ix_values.yaml | 2 +- .../cloudflared/{6.0.0 => 6.0.1}/questions.yaml | 0 .../{6.0.0 => 6.0.1}/templates/common.yaml | 0 stable/cloudflared/{6.0.0 => 6.0.1}/values.yaml | 0 11 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 stable/cloudflared/6.0.0/app-changelog.md rename stable/cloudflared/{6.0.0 => 6.0.1}/CHANGELOG.md (90%) rename stable/cloudflared/{6.0.0 => 6.0.1}/Chart.yaml (95%) rename stable/cloudflared/{6.0.0 => 6.0.1}/README.md (100%) create mode 100644 stable/cloudflared/6.0.1/app-changelog.md rename stable/cloudflared/{6.0.0 => 6.0.1}/app-readme.md (100%) rename stable/cloudflared/{6.0.0 => 6.0.1}/charts/common-14.0.1.tgz (100%) rename stable/cloudflared/{6.0.0 => 6.0.1}/ix_values.yaml (86%) rename stable/cloudflared/{6.0.0 => 6.0.1}/questions.yaml (100%) rename stable/cloudflared/{6.0.0 => 6.0.1}/templates/common.yaml (100%) rename stable/cloudflared/{6.0.0 => 6.0.1}/values.yaml (100%) diff --git a/stable/cloudflared/6.0.0/app-changelog.md b/stable/cloudflared/6.0.0/app-changelog.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/stable/cloudflared/6.0.0/CHANGELOG.md b/stable/cloudflared/6.0.1/CHANGELOG.md similarity index 90% rename from stable/cloudflared/6.0.0/CHANGELOG.md rename to stable/cloudflared/6.0.1/CHANGELOG.md index 02b5509f292..8f872e9853d 100644 --- a/stable/cloudflared/6.0.0/CHANGELOG.md +++ b/stable/cloudflared/6.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cloudflared-6.0.1](https://github.com/truecharts/charts/compare/cloudflared-6.0.0...cloudflared-6.0.1) (2023-08-27) + +### Chore + +- update container image tccr.io/truecharts/cloudflared to v2023.8.0 ([#11925](https://github.com/truecharts/charts/issues/11925)) + + + + ## [cloudflared-6.0.0](https://github.com/truecharts/charts/compare/cloudflared-5.0.12...cloudflared-6.0.0) (2023-07-31) @@ -88,8 +97,3 @@ - update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423)) - - - -## [cloudflared-5.0.3](https://github.com/truecharts/charts/compare/cloudflared-5.0.2...cloudflared-5.0.3) (2023-06-06) - diff --git a/stable/cloudflared/6.0.0/Chart.yaml b/stable/cloudflared/6.0.1/Chart.yaml similarity index 95% rename from stable/cloudflared/6.0.0/Chart.yaml rename to stable/cloudflared/6.0.1/Chart.yaml index 92d48366db8..b2f0f966f97 100644 --- a/stable/cloudflared/6.0.0/Chart.yaml +++ b/stable/cloudflared/6.0.1/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2023.7.3" +appVersion: "2023.8.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.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - network diff --git a/stable/cloudflared/6.0.0/README.md b/stable/cloudflared/6.0.1/README.md similarity index 100% rename from stable/cloudflared/6.0.0/README.md rename to stable/cloudflared/6.0.1/README.md diff --git a/stable/cloudflared/6.0.1/app-changelog.md b/stable/cloudflared/6.0.1/app-changelog.md new file mode 100644 index 00000000000..2a0b2f16f10 --- /dev/null +++ b/stable/cloudflared/6.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudflared-6.0.1](https://github.com/truecharts/charts/compare/cloudflared-6.0.0...cloudflared-6.0.1) (2023-08-27) + +### Chore + +- update container image tccr.io/truecharts/cloudflared to v2023.8.0 ([#11925](https://github.com/truecharts/charts/issues/11925)) + + \ No newline at end of file diff --git a/stable/cloudflared/6.0.0/app-readme.md b/stable/cloudflared/6.0.1/app-readme.md similarity index 100% rename from stable/cloudflared/6.0.0/app-readme.md rename to stable/cloudflared/6.0.1/app-readme.md diff --git a/stable/cloudflared/6.0.0/charts/common-14.0.1.tgz b/stable/cloudflared/6.0.1/charts/common-14.0.1.tgz similarity index 100% rename from stable/cloudflared/6.0.0/charts/common-14.0.1.tgz rename to stable/cloudflared/6.0.1/charts/common-14.0.1.tgz diff --git a/stable/cloudflared/6.0.0/ix_values.yaml b/stable/cloudflared/6.0.1/ix_values.yaml similarity index 86% rename from stable/cloudflared/6.0.0/ix_values.yaml rename to stable/cloudflared/6.0.1/ix_values.yaml index dfe38c47391..2b6614481c9 100644 --- a/stable/cloudflared/6.0.0/ix_values.yaml +++ b/stable/cloudflared/6.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/cloudflared pullPolicy: IfNotPresent - tag: v2023.7.3@sha256:fc1dfbadec2502c5d11fd07d47b4f6d874785ccc075702b02268cdabdb37a03f + tag: v2023.8.0@sha256:829ea1bffbe3cca949f0f63582406fc76d29a4d539a60ae78eacb6f0b47a7bbe workload: main: diff --git a/stable/cloudflared/6.0.0/questions.yaml b/stable/cloudflared/6.0.1/questions.yaml similarity index 100% rename from stable/cloudflared/6.0.0/questions.yaml rename to stable/cloudflared/6.0.1/questions.yaml diff --git a/stable/cloudflared/6.0.0/templates/common.yaml b/stable/cloudflared/6.0.1/templates/common.yaml similarity index 100% rename from stable/cloudflared/6.0.0/templates/common.yaml rename to stable/cloudflared/6.0.1/templates/common.yaml diff --git a/stable/cloudflared/6.0.0/values.yaml b/stable/cloudflared/6.0.1/values.yaml similarity index 100% rename from stable/cloudflared/6.0.0/values.yaml rename to stable/cloudflared/6.0.1/values.yaml