From 623ff1c127145fa1fef6d175128ecc6b484d8fd0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 26 Jan 2024 12:21:07 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/cloudflared/9.0.7/app-changelog.md | 9 --------- .../cloudflared/{9.0.7 => 9.0.8}/CHANGELOG.md | 18 +++++++++--------- .../cloudflared/{9.0.7 => 9.0.8}/Chart.yaml | 4 ++-- stable/cloudflared/{9.0.7 => 9.0.8}/README.md | 0 stable/cloudflared/9.0.8/app-changelog.md | 9 +++++++++ .../{9.0.7 => 9.0.8}/app-readme.md | 0 .../charts/common-17.2.28.tgz | Bin .../{9.0.7 => 9.0.8}/ix_values.yaml | 2 +- .../{9.0.7 => 9.0.8}/questions.yaml | 0 .../{9.0.7 => 9.0.8}/templates/common.yaml | 0 .../cloudflared/{9.0.7 => 9.0.8}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/cloudflared/9.0.7/app-changelog.md rename stable/cloudflared/{9.0.7 => 9.0.8}/CHANGELOG.md (90%) rename stable/cloudflared/{9.0.7 => 9.0.8}/Chart.yaml (96%) rename stable/cloudflared/{9.0.7 => 9.0.8}/README.md (100%) create mode 100644 stable/cloudflared/9.0.8/app-changelog.md rename stable/cloudflared/{9.0.7 => 9.0.8}/app-readme.md (100%) rename stable/cloudflared/{9.0.7 => 9.0.8}/charts/common-17.2.28.tgz (100%) rename stable/cloudflared/{9.0.7 => 9.0.8}/ix_values.yaml (86%) rename stable/cloudflared/{9.0.7 => 9.0.8}/questions.yaml (100%) rename stable/cloudflared/{9.0.7 => 9.0.8}/templates/common.yaml (100%) rename stable/cloudflared/{9.0.7 => 9.0.8}/values.yaml (100%) diff --git a/stable/cloudflared/9.0.7/app-changelog.md b/stable/cloudflared/9.0.7/app-changelog.md deleted file mode 100644 index 30a8bc5a04..0000000000 --- a/stable/cloudflared/9.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cloudflared-9.0.7](https://github.com/truecharts/charts/compare/cloudflared-9.0.6...cloudflared-9.0.7) (2024-01-21) - -### Chore - - - -- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) \ No newline at end of file diff --git a/stable/cloudflared/9.0.7/CHANGELOG.md b/stable/cloudflared/9.0.8/CHANGELOG.md similarity index 90% rename from stable/cloudflared/9.0.7/CHANGELOG.md rename to stable/cloudflared/9.0.8/CHANGELOG.md index d944745436..1f4983feb5 100644 --- a/stable/cloudflared/9.0.7/CHANGELOG.md +++ b/stable/cloudflared/9.0.8/CHANGELOG.md @@ -7,6 +7,15 @@ title: Changelog +## [cloudflared-9.0.8](https://github.com/truecharts/charts/compare/cloudflared-9.0.7...cloudflared-9.0.8) (2024-01-26) + +### Chore + + + +- update container image cloudflare/cloudflared to v2024.1.5[@76f61ae](https://github.com/76f61ae) by renovate ([#17544](https://github.com/truecharts/charts/issues/17544)) + + ## [cloudflared-9.0.7](https://github.com/truecharts/charts/compare/cloudflared-9.0.6...cloudflared-9.0.7) (2024-01-21) ### Chore @@ -88,12 +97,3 @@ title: Changelog - force bump to ensure up-to-date catalogs - - -## [cloudflared-8.1.5](https://github.com/truecharts/charts/compare/cloudflared-8.1.4...cloudflared-8.1.5) (2024-01-02) - -### Chore - - - -- bump common ([#16751](https://github.com/truecharts/charts/issues/16751)) diff --git a/stable/cloudflared/9.0.7/Chart.yaml b/stable/cloudflared/9.0.8/Chart.yaml similarity index 96% rename from stable/cloudflared/9.0.7/Chart.yaml rename to stable/cloudflared/9.0.8/Chart.yaml index 5a51c0f7cf..31bd687830 100644 --- a/stable/cloudflared/9.0.7/Chart.yaml +++ b/stable/cloudflared/9.0.8/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 2024.1.4 +appVersion: 2024.1.5 dependencies: - name: common version: 17.2.28 @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared - https://hub.docker.com/r/cloudflare/cloudflared type: application -version: 9.0.7 +version: 9.0.8 diff --git a/stable/cloudflared/9.0.7/README.md b/stable/cloudflared/9.0.8/README.md similarity index 100% rename from stable/cloudflared/9.0.7/README.md rename to stable/cloudflared/9.0.8/README.md diff --git a/stable/cloudflared/9.0.8/app-changelog.md b/stable/cloudflared/9.0.8/app-changelog.md new file mode 100644 index 0000000000..b7ebcd0b3e --- /dev/null +++ b/stable/cloudflared/9.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cloudflared-9.0.8](https://github.com/truecharts/charts/compare/cloudflared-9.0.7...cloudflared-9.0.8) (2024-01-26) + +### Chore + + + +- update container image cloudflare/cloudflared to v2024.1.5[@76f61ae](https://github.com/76f61ae) by renovate ([#17544](https://github.com/truecharts/charts/issues/17544)) \ No newline at end of file diff --git a/stable/cloudflared/9.0.7/app-readme.md b/stable/cloudflared/9.0.8/app-readme.md similarity index 100% rename from stable/cloudflared/9.0.7/app-readme.md rename to stable/cloudflared/9.0.8/app-readme.md diff --git a/stable/cloudflared/9.0.7/charts/common-17.2.28.tgz b/stable/cloudflared/9.0.8/charts/common-17.2.28.tgz similarity index 100% rename from stable/cloudflared/9.0.7/charts/common-17.2.28.tgz rename to stable/cloudflared/9.0.8/charts/common-17.2.28.tgz diff --git a/stable/cloudflared/9.0.7/ix_values.yaml b/stable/cloudflared/9.0.8/ix_values.yaml similarity index 86% rename from stable/cloudflared/9.0.7/ix_values.yaml rename to stable/cloudflared/9.0.8/ix_values.yaml index c6caa8f758..5f041c7e71 100644 --- a/stable/cloudflared/9.0.7/ix_values.yaml +++ b/stable/cloudflared/9.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: cloudflare/cloudflared pullPolicy: IfNotPresent - tag: 2024.1.4@sha256:90a3eb006af86cba5ea3b3ac08c3f5979c8efa0e98bf490788de8c629e46eb1f + tag: 2024.1.5@sha256:76f61aeabe0a968637d67a6bc3e58b4e386996da283f548c7d96dccbf8af0104 workload: main: podSpec: diff --git a/stable/cloudflared/9.0.7/questions.yaml b/stable/cloudflared/9.0.8/questions.yaml similarity index 100% rename from stable/cloudflared/9.0.7/questions.yaml rename to stable/cloudflared/9.0.8/questions.yaml diff --git a/stable/cloudflared/9.0.7/templates/common.yaml b/stable/cloudflared/9.0.8/templates/common.yaml similarity index 100% rename from stable/cloudflared/9.0.7/templates/common.yaml rename to stable/cloudflared/9.0.8/templates/common.yaml diff --git a/stable/cloudflared/9.0.7/values.yaml b/stable/cloudflared/9.0.8/values.yaml similarity index 100% rename from stable/cloudflared/9.0.7/values.yaml rename to stable/cloudflared/9.0.8/values.yaml