Compare commits

...

5 Commits

Author SHA1 Message Date
a15bf411c2 Update actions/setup-python action to v6
Some checks failed
lint-and-test / lint-test (pull_request) Failing after 42s
2025-09-19 00:46:52 +00:00
d729a5b1b5 Merge pull request 'Update cloudflare/cloudflared Docker tag to v2025.9.0' (#119) from renovate/cloudflare-cloudflared-2025.x into main
All checks were successful
release-charts-cloudflared / release (push) Successful in 20s
renovate / renovate (push) Successful in 59s
Reviewed-on: #119
2025-09-19 00:45:57 +00:00
a3521256f4 Update cloudflare/cloudflared Docker tag to v2025.9.0
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 1m22s
2025-09-19 00:00:54 +00:00
857918cdb6 Merge pull request 'Update ghcr.io/squat/generic-device-plugin:latest Docker digest to c61dd84' (#116) from renovate/ghcr.io-squat-generic-device-plugin-latest into main
All checks were successful
release-charts-generic-device-plugin / release (push) Successful in 37s
renovate / renovate (push) Successful in 1m3s
Reviewed-on: #116
2025-09-17 05:02:00 +00:00
b4c5b8ef62 Update ghcr.io/squat/generic-device-plugin:latest Docker digest to c61dd84
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 1m18s
2025-09-16 00:03:11 +00:00
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ jobs:
version: latest version: latest
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: "3.13" python-version: "3.13"
check-latest: true check-latest: true

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: cloudflared name: cloudflared
version: 1.20.1 version: 1.21.0
description: Cloudflared Tunnel description: Cloudflared Tunnel
keywords: keywords:
- cloudflare - cloudflare

View File

@@ -10,7 +10,7 @@ existingSecretKey: cf-tunnel-token
# -- Default image # -- Default image
image: image:
repository: cloudflare/cloudflared repository: cloudflare/cloudflared
tag: "2025.8.1" tag: "2025.9.0"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- Default resources # -- Default resources

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: generic-device-plugin name: generic-device-plugin
version: 0.7.0 version: 0.8.0
description: Generic Device Plugin description: Generic Device Plugin
keywords: keywords:
- generic-device-plugin - generic-device-plugin

View File

@@ -4,7 +4,7 @@ name: generic-device-plugin
# -- Default image # -- Default image
image: image:
repository: ghcr.io/squat/generic-device-plugin repository: ghcr.io/squat/generic-device-plugin
tag: latest@sha256:df8245854e71e3f580fb082acc97dea4b5c23d25566527e1c510643b0d939ce8 tag: latest@sha256:c61dd84b6d8f1e07fb647949df9a13e705d3f3ee3b70fadce30319083528e687
pullPolicy: Always pullPolicy: Always
# -- Domain used by devices for identifcation # -- Domain used by devices for identifcation