From c0b620cf980af4a24685875ae26a3f5e77468f6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:02:34 +0000 Subject: [PATCH 1/3] Update Helm release common to v3.7.2 --- charts/cloudflared/Chart.yaml | 2 +- charts/generic-device-plugin/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index 5c68e30..470ff2c 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -13,6 +13,6 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.7.1 + version: 3.7.2 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 appVersion: "2025.2.1" diff --git a/charts/generic-device-plugin/Chart.yaml b/charts/generic-device-plugin/Chart.yaml index f4a7fa3..ccec628 100644 --- a/charts/generic-device-plugin/Chart.yaml +++ b/charts/generic-device-plugin/Chart.yaml @@ -14,5 +14,5 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.7.1 + version: 3.7.2 appVersion: 0.1.7 -- 2.49.1 From 02bec682c28d4f268c7f02246eeadc906aba8e53 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 5 Mar 2025 17:56:08 -0600 Subject: [PATCH 2/3] update library chart --- charts/cloudflared/Chart.yaml | 4 ++-- charts/cloudflared/README.md | 4 ++-- charts/generic-device-plugin/Chart.yaml | 4 ++-- charts/generic-device-plugin/README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index 5c68e30..251c950 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.14.1 +version: 1.14.2 description: Cloudflared Tunnel keywords: - cloudflare @@ -13,6 +13,6 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.7.1 + version: 3.7.2 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 appVersion: "2025.2.1" diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index dbede89..44210f9 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 1.14.1](https://img.shields.io/badge/Version-1.14.1-informational?style=flat-square) ![AppVersion: 2025.2.1](https://img.shields.io/badge/AppVersion-2025.2.1-informational?style=flat-square) +![Version: 1.14.2](https://img.shields.io/badge/Version-1.14.2-informational?style=flat-square) ![AppVersion: 2025.2.1](https://img.shields.io/badge/AppVersion-2025.2.1-informational?style=flat-square) Cloudflared Tunnel @@ -19,7 +19,7 @@ Cloudflared Tunnel | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts/ | common | 3.7.1 | +| https://bjw-s.github.io/helm-charts/ | common | 3.7.2 | ## Values diff --git a/charts/generic-device-plugin/Chart.yaml b/charts/generic-device-plugin/Chart.yaml index f4a7fa3..a9e0823 100644 --- a/charts/generic-device-plugin/Chart.yaml +++ b/charts/generic-device-plugin/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: generic-device-plugin -version: 0.1.7 +version: 0.1.8 description: Generic Device Plugin keywords: - generic-device-plugin @@ -14,5 +14,5 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.7.1 + version: 3.7.2 appVersion: 0.1.7 diff --git a/charts/generic-device-plugin/README.md b/charts/generic-device-plugin/README.md index e9e2abe..28d1ae9 100644 --- a/charts/generic-device-plugin/README.md +++ b/charts/generic-device-plugin/README.md @@ -1,6 +1,6 @@ # generic-device-plugin -![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![AppVersion: 0.1.7](https://img.shields.io/badge/AppVersion-0.1.7-informational?style=flat-square) +![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![AppVersion: 0.1.7](https://img.shields.io/badge/AppVersion-0.1.7-informational?style=flat-square) Generic Device Plugin @@ -19,7 +19,7 @@ Generic Device Plugin | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts/ | common | 3.7.1 | +| https://bjw-s.github.io/helm-charts/ | common | 3.7.2 | ## Values -- 2.49.1 From 99ed8cce53758ea8ad6d2cc0d826c70d544005dc Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 13 Mar 2025 23:02:05 -0500 Subject: [PATCH 3/3] change config --- .github/renovate-update-notification/Dockerfile | 2 -- .github/renovate.json => renovate.json | 0 2 files changed, 2 deletions(-) delete mode 100644 .github/renovate-update-notification/Dockerfile rename .github/renovate.json => renovate.json (100%) diff --git a/.github/renovate-update-notification/Dockerfile b/.github/renovate-update-notification/Dockerfile deleted file mode 100644 index 94bb82a..0000000 --- a/.github/renovate-update-notification/Dockerfile +++ /dev/null @@ -1,2 +0,0 @@ -# This file is processed by Renovate bot so that it creates a PR on new major Renovate versions -FROM renovate/renovate:39 diff --git a/.github/renovate.json b/renovate.json similarity index 100% rename from .github/renovate.json rename to renovate.json -- 2.49.1