Compare commits

..

15 Commits

Author SHA1 Message Date
689c03556c Merge pull request 'chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to e85f963' (#187) from renovate/unified-squatgeneric-device-plugin into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 18s
renovate / renovate (push) Successful in 37s
release-charts-generic-device-plugin / release (push) Successful in 1m29s
lint-and-test / chart-testing (push) Successful in 6m29s
2026-03-30 00:01:51 +00:00
8188921615 chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to e85f963
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test / lint-helm (pull_request) Failing after 33s
lint-and-test / chart-testing (pull_request) Successful in 1m52s
2026-03-30 00:01:42 +00:00
e0225d47d6 Merge pull request 'chore(deps): update guillaumefalourd/branch-exists action to v1.2' (#186) from renovate/guillaumefalourd-branch-exists-1.x into main
All checks were successful
renovate / renovate (push) Successful in 1m25s
Reviewed-on: #186
2026-03-25 01:59:19 +00:00
4b6a590b8d chore(deps): update guillaumefalourd/branch-exists action to v1.2 2026-03-25 00:01:26 +00:00
eaf468767f Merge pull request 'chore(deps): update azure/setup-helm action to v5' (#185) from renovate/azure-setup-helm-5.x into main
All checks were successful
renovate / renovate (push) Successful in 1m4s
Reviewed-on: #185
2026-03-24 00:02:13 +00:00
5c808366fd chore(deps): update azure/setup-helm action to v5 2026-03-24 00:02:02 +00:00
923c873387 Merge pull request 'chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to 5098c60' (#184) from renovate/unified-squatgeneric-device-plugin into main
All checks were successful
renovate / renovate (push) Successful in 35s
release-charts-generic-device-plugin / release (push) Successful in 17s
lint-and-test / lint-helm (push) Successful in 20s
lint-and-test / chart-testing (push) Successful in 29s
2026-03-24 00:01:15 +00:00
eda042e442 chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to 5098c60
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test / chart-testing (pull_request) Successful in 21s
lint-and-test / lint-helm (pull_request) Failing after 32s
2026-03-24 00:01:06 +00:00
02db0cb682 Merge pull request 'chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to 5ff359b' (#183) from renovate/unified-squatgeneric-device-plugin into main
All checks were successful
lint-and-test / chart-testing (push) Successful in 24s
lint-and-test / lint-helm (push) Successful in 8s
release-charts-generic-device-plugin / release (push) Successful in 13s
renovate / renovate (push) Successful in 40s
2026-03-23 00:01:24 +00:00
749c53ff30 chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to 5ff359b
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test / lint-helm (pull_request) Successful in 13s
lint-and-test / chart-testing (pull_request) Successful in 20s
2026-03-23 00:01:19 +00:00
2b3e93a15b Merge pull request 'chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to 1e5a0c3' (#182) from renovate/unified-squatgeneric-device-plugin into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 10s
lint-and-test / chart-testing (push) Successful in 21s
release-charts-generic-device-plugin / release (push) Successful in 1m10s
renovate / renovate (push) Successful in 46s
2026-03-20 00:01:55 +00:00
9edb0b6394 chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to 1e5a0c3
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test / chart-testing (pull_request) Successful in 24s
lint-and-test / lint-helm (pull_request) Failing after 1m4s
2026-03-20 00:01:46 +00:00
dbed59fc13 Merge pull request 'chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to 72c4450' (#181) from renovate/unified-squatgeneric-device-plugin into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 17s
release-charts-generic-device-plugin / release (push) Successful in 39s
lint-and-test / chart-testing (push) Successful in 5m36s
renovate / renovate (push) Successful in 1m24s
2026-03-18 00:02:55 +00:00
67d5029c62 chore(deps): update ghcr.io/squat/generic-device-plugin:latest docker digest to 72c4450
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test / lint-helm (pull_request) Failing after 24s
lint-and-test / chart-testing (pull_request) Successful in 42s
2026-03-18 00:02:28 +00:00
b9c9797ee3 feat: add and update pre-commit
All checks were successful
renovate / renovate (push) Successful in 58s
2026-03-15 16:56:41 -05:00
9 changed files with 18 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@v4 uses: azure/setup-helm@v5
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
version: v3.19.2 version: v3.19.2
@@ -118,7 +118,7 @@ jobs:
- name: Check Branch Exists - name: Check Branch Exists
id: check-branch-exists id: check-branch-exists
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
uses: GuillaumeFalourd/branch-exists@v1.1 uses: GuillaumeFalourd/branch-exists@v1.2
with: with:
branch: ${{ gitea.base_ref }} branch: ${{ gitea.base_ref }}
@@ -139,7 +139,7 @@ jobs:
echo "exists=true" >> $GITEA_OUTPUT echo "exists=true" >> $GITEA_OUTPUT
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@v4 uses: azure/setup-helm@v5
if: steps.branch-exists.outputs.exists == 'true' if: steps.branch-exists.outputs.exists == 'true'
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@v4 uses: azure/setup-helm@v5
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
version: v3.19.2 version: v3.19.2

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@v4 uses: azure/setup-helm@v5
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
version: v3.19.2 version: v3.19.2

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@v4 uses: azure/setup-helm@v5
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
version: v3.19.2 version: v3.19.2

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@v4 uses: azure/setup-helm@v5
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
version: v3.19.2 version: v3.19.2

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@v4 uses: azure/setup-helm@v5
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
version: v3.19.2 version: v3.19.2

View File

@@ -1,14 +1,16 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0 rev: v6.0.0
hooks: hooks:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- id: check-added-large-files - id: check-added-large-files
- id: check-yaml - id: check-yaml
exclude: 'charts/' exclude: '^charts/.*/templates/.*$'
args: args:
- --multi - --multi
- id: check-added-large-files
- id: check-merge-conflict
- repo: https://github.com/norwoodj/helm-docs - repo: https://github.com/norwoodj/helm-docs
rev: v1.14.2 rev: v1.14.2
hooks: hooks:
@@ -17,3 +19,7 @@ repos:
- --chart-search-root=charts - --chart-search-root=charts
- --template-files=./_templates.gotmpl - --template-files=./_templates.gotmpl
- --template-files=README.md.gotmpl - --template-files=README.md.gotmpl
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.30
hooks:
- id: helmlint

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: generic-device-plugin name: generic-device-plugin
version: 0.20.22 version: 0.20.27
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:6a58b2896918e1a4a587d9b39bceec43b3f2e7c85aabdd39f8041add8a7a8585 tag: latest@sha256:e85f9637ea93f0e9a8d477b0e136783cd6fb8f1a5426cf84ef05ab4c88661c8c
pullPolicy: Always pullPolicy: Always
# -- Domain used by devices for identifcation # -- Domain used by devices for identifcation