Skip to content

Commit 3057c6d

Browse files
committed
Update GFD subchart to 0.8.1
Signed-off-by: Evan Lezar <[email protected]>
1 parent 1f3dd06 commit 3057c6d

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,11 @@ $ ./k8s-device-plugin --pass-device-specs
873873

874874
### Version v0.14.1
875875

876-
- Fix parsing of `deviceListStrategy` in config file
876+
- Fix parsing of `deviceListStrategy` in config file to correctly support strings as well as slices.
877+
- Update GFD subchart to v0.8.1
878+
- Bumped CUDA base images version to 12.2.0
879+
880+
877881
### Version v0.14.0
878882

879883
- Promote v0.14.0-rc.3 to v0.14.0

deployments/helm/nvidia-device-plugin/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 0.12.1
55
- name: gpu-feature-discovery
66
repository: ""
7-
version: 0.8.0
8-
digest: sha256:5d8a4c5f04fd3c2a71fbe49b580c89964c3a3049dee5b792e7a50eef0ddf7a7d
9-
generated: "2023-03-31T11:32:52.478579-07:00"
7+
version: 0.8.1
8+
digest: sha256:b97936b404f08db493c74b75054446913081637b1d12f65be517beb550018485
9+
generated: "2023-07-11T16:54:18.815451+02:00"

deployments/helm/nvidia-device-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ dependencies:
1515
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
1616
- name: gpu-feature-discovery
1717
alias: gfd
18-
version: "0.8.0"
18+
version: "0.8.1"
1919
condition: gfd.enabled

deployments/helm/nvidia-device-plugin/charts/gpu-feature-discovery/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: gpu-feature-discovery
33
type: application
44
description: A Helm chart for gpu-feature-discovery on Kubernetes
5-
version: "0.8.0"
6-
appVersion: "0.8.0"
5+
version: "0.8.1"
6+
appVersion: "0.8.1"
77
kubeVersion: ">= 1.10.0-0"
88
home: https://github.com/NVIDIA/gpu-feature-discovery

0 commit comments

Comments
 (0)