diff --git a/README.md b/README.md index cea02edc2..9e8c058ef 100644 --- a/README.md +++ b/README.md @@ -873,7 +873,11 @@ $ ./k8s-device-plugin --pass-device-specs ### Version v0.14.1 -- Fix parsing of `deviceListStrategy` in config file +- Fix parsing of `deviceListStrategy` in config file to correctly support strings as well as slices. +- Update GFD subchart to v0.8.1 +- Bumped CUDA base images version to 12.2.0 + + ### Version v0.14.0 - Promote v0.14.0-rc.3 to v0.14.0 diff --git a/deployments/helm/nvidia-device-plugin/Chart.lock b/deployments/helm/nvidia-device-plugin/Chart.lock index f3388f6b6..bea0b24e0 100644 --- a/deployments/helm/nvidia-device-plugin/Chart.lock +++ b/deployments/helm/nvidia-device-plugin/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 0.12.1 - name: gpu-feature-discovery repository: "" - version: 0.8.0 -digest: sha256:5d8a4c5f04fd3c2a71fbe49b580c89964c3a3049dee5b792e7a50eef0ddf7a7d -generated: "2023-03-31T11:32:52.478579-07:00" + version: 0.8.1 +digest: sha256:b97936b404f08db493c74b75054446913081637b1d12f65be517beb550018485 +generated: "2023-07-11T16:54:18.815451+02:00" diff --git a/deployments/helm/nvidia-device-plugin/Chart.yaml b/deployments/helm/nvidia-device-plugin/Chart.yaml index 82ce4d4cd..e8b46ae3b 100644 --- a/deployments/helm/nvidia-device-plugin/Chart.yaml +++ b/deployments/helm/nvidia-device-plugin/Chart.yaml @@ -15,5 +15,5 @@ dependencies: repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts - name: gpu-feature-discovery alias: gfd - version: "0.8.0" + version: "0.8.1" condition: gfd.enabled diff --git a/deployments/helm/nvidia-device-plugin/charts/gpu-feature-discovery/Chart.yaml b/deployments/helm/nvidia-device-plugin/charts/gpu-feature-discovery/Chart.yaml index 35956ac00..073023b28 100644 --- a/deployments/helm/nvidia-device-plugin/charts/gpu-feature-discovery/Chart.yaml +++ b/deployments/helm/nvidia-device-plugin/charts/gpu-feature-discovery/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: gpu-feature-discovery type: application description: A Helm chart for gpu-feature-discovery on Kubernetes -version: "0.8.0" -appVersion: "0.8.0" +version: "0.8.1" +appVersion: "0.8.1" kubeVersion: ">= 1.10.0-0" home: https://github.com/NVIDIA/gpu-feature-discovery