From 88145d37d032e09059def0e8121ff604b655b19d Mon Sep 17 00:00:00 2001 From: squat Date: Mon, 23 Mar 2026 16:47:02 +0100 Subject: [PATCH] release: cut 0.1.0 --- README.md | 2 +- manifests/generic-device-plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0ecac04..fd94ee4d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The `--device` flag can be provided multiple times to allow the plugin to discov To install the generic-device-plugin, choose what devices should be discovered and deploy the included DaemonSet: ```shell -kubectl apply -f https://raw.githubusercontent.com/squat/generic-device-plugin/main/manifests/generic-device-plugin.yaml +kubectl apply -f https://raw.githubusercontent.com/squat/generic-device-plugin/refs/tags/0.1.0/manifests/generic-device-plugin.yaml ``` *Note*: the example manifest included in this repository discovers serial devices, the `/dev/video0` device, the `/dev/fuse` device, sound devices, and sound capture devices. diff --git a/manifests/generic-device-plugin.yaml b/manifests/generic-device-plugin.yaml index aa302064..d2d1eae0 100644 --- a/manifests/generic-device-plugin.yaml +++ b/manifests/generic-device-plugin.yaml @@ -21,7 +21,7 @@ spec: - operator: "Exists" effect: "NoSchedule" containers: - - image: squat/generic-device-plugin + - image: squat/generic-device-plugin:0.1.0 args: - --device - |