From 247e08a302622fc13e6caca6d23a55c72b8041cd Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 5 Sep 2023 02:42:43 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/cloudflared/6.0.2/app-changelog.md | 9 --------- .../cloudflared/{6.0.2 => 6.0.3}/CHANGELOG.md | 18 +++++++++--------- .../cloudflared/{6.0.2 => 6.0.3}/Chart.yaml | 4 ++-- stable/cloudflared/{6.0.2 => 6.0.3}/README.md | 0 stable/cloudflared/6.0.3/app-changelog.md | 9 +++++++++ .../{6.0.2 => 6.0.3}/app-readme.md | 0 .../{6.0.2 => 6.0.3}/charts/common-14.0.1.tgz | Bin .../{6.0.2 => 6.0.3}/ix_values.yaml | 2 +- .../{6.0.2 => 6.0.3}/questions.yaml | 0 .../{6.0.2 => 6.0.3}/templates/common.yaml | 0 .../cloudflared/{6.0.2 => 6.0.3}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/cloudflared/6.0.2/app-changelog.md rename stable/cloudflared/{6.0.2 => 6.0.3}/CHANGELOG.md (90%) rename stable/cloudflared/{6.0.2 => 6.0.3}/Chart.yaml (95%) rename stable/cloudflared/{6.0.2 => 6.0.3}/README.md (100%) create mode 100644 stable/cloudflared/6.0.3/app-changelog.md rename stable/cloudflared/{6.0.2 => 6.0.3}/app-readme.md (100%) rename stable/cloudflared/{6.0.2 => 6.0.3}/charts/common-14.0.1.tgz (100%) rename stable/cloudflared/{6.0.2 => 6.0.3}/ix_values.yaml (86%) rename stable/cloudflared/{6.0.2 => 6.0.3}/questions.yaml (100%) rename stable/cloudflared/{6.0.2 => 6.0.3}/templates/common.yaml (100%) rename stable/cloudflared/{6.0.2 => 6.0.3}/values.yaml (100%) diff --git a/stable/cloudflared/6.0.2/app-changelog.md b/stable/cloudflared/6.0.2/app-changelog.md deleted file mode 100644 index a1b239fcc2..0000000000 --- a/stable/cloudflared/6.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cloudflared-6.0.2](https://github.com/truecharts/charts/compare/cloudflared-6.0.1...cloudflared-6.0.2) (2023-08-31) - -### Chore - -- update container image tccr.io/truecharts/cloudflared to v2023.8.1 ([#12066](https://github.com/truecharts/charts/issues/12066)) - - \ No newline at end of file diff --git a/stable/cloudflared/6.0.2/CHANGELOG.md b/stable/cloudflared/6.0.3/CHANGELOG.md similarity index 90% rename from stable/cloudflared/6.0.2/CHANGELOG.md rename to stable/cloudflared/6.0.3/CHANGELOG.md index a7b884b085..62771abeac 100644 --- a/stable/cloudflared/6.0.2/CHANGELOG.md +++ b/stable/cloudflared/6.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cloudflared-6.0.3](https://github.com/truecharts/charts/compare/cloudflared-6.0.2...cloudflared-6.0.3) (2023-09-05) + +### Chore + +- update container image tccr.io/truecharts/cloudflared to v2023.8.2 ([#12236](https://github.com/truecharts/charts/issues/12236)) + + + + ## [cloudflared-6.0.2](https://github.com/truecharts/charts/compare/cloudflared-6.0.1...cloudflared-6.0.2) (2023-08-31) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558)) - - - -## [cloudflared-5.0.5](https://github.com/truecharts/charts/compare/cloudflared-5.0.4...cloudflared-5.0.5) (2023-06-07) - -### Chore - -- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) - diff --git a/stable/cloudflared/6.0.2/Chart.yaml b/stable/cloudflared/6.0.3/Chart.yaml similarity index 95% rename from stable/cloudflared/6.0.2/Chart.yaml rename to stable/cloudflared/6.0.3/Chart.yaml index aa93845900..58f16e4dda 100644 --- a/stable/cloudflared/6.0.2/Chart.yaml +++ b/stable/cloudflared/6.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2023.8.1" +appVersion: "2023.8.2" 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.2 +version: 6.0.3 annotations: truecharts.org/catagories: | - network diff --git a/stable/cloudflared/6.0.2/README.md b/stable/cloudflared/6.0.3/README.md similarity index 100% rename from stable/cloudflared/6.0.2/README.md rename to stable/cloudflared/6.0.3/README.md diff --git a/stable/cloudflared/6.0.3/app-changelog.md b/stable/cloudflared/6.0.3/app-changelog.md new file mode 100644 index 0000000000..4cc46199ba --- /dev/null +++ b/stable/cloudflared/6.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudflared-6.0.3](https://github.com/truecharts/charts/compare/cloudflared-6.0.2...cloudflared-6.0.3) (2023-09-05) + +### Chore + +- update container image tccr.io/truecharts/cloudflared to v2023.8.2 ([#12236](https://github.com/truecharts/charts/issues/12236)) + + \ No newline at end of file diff --git a/stable/cloudflared/6.0.2/app-readme.md b/stable/cloudflared/6.0.3/app-readme.md similarity index 100% rename from stable/cloudflared/6.0.2/app-readme.md rename to stable/cloudflared/6.0.3/app-readme.md diff --git a/stable/cloudflared/6.0.2/charts/common-14.0.1.tgz b/stable/cloudflared/6.0.3/charts/common-14.0.1.tgz similarity index 100% rename from stable/cloudflared/6.0.2/charts/common-14.0.1.tgz rename to stable/cloudflared/6.0.3/charts/common-14.0.1.tgz diff --git a/stable/cloudflared/6.0.2/ix_values.yaml b/stable/cloudflared/6.0.3/ix_values.yaml similarity index 86% rename from stable/cloudflared/6.0.2/ix_values.yaml rename to stable/cloudflared/6.0.3/ix_values.yaml index ea0bc487e4..4054c931a5 100644 --- a/stable/cloudflared/6.0.2/ix_values.yaml +++ b/stable/cloudflared/6.0.3/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/cloudflared pullPolicy: IfNotPresent - tag: v2023.8.1@sha256:f3463ef641e15c33b5acede0d41e3d240be7b46c2266554bab11f9fd44cc19e4 + tag: v2023.8.2@sha256:fda01764ea6d58703cf1dbe74617cffd000d3bc8df9e49fb84ba53785b4e9cf4 workload: main: diff --git a/stable/cloudflared/6.0.2/questions.yaml b/stable/cloudflared/6.0.3/questions.yaml similarity index 100% rename from stable/cloudflared/6.0.2/questions.yaml rename to stable/cloudflared/6.0.3/questions.yaml diff --git a/stable/cloudflared/6.0.2/templates/common.yaml b/stable/cloudflared/6.0.3/templates/common.yaml similarity index 100% rename from stable/cloudflared/6.0.2/templates/common.yaml rename to stable/cloudflared/6.0.3/templates/common.yaml diff --git a/stable/cloudflared/6.0.2/values.yaml b/stable/cloudflared/6.0.3/values.yaml similarity index 100% rename from stable/cloudflared/6.0.2/values.yaml rename to stable/cloudflared/6.0.3/values.yaml