File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
deployments/helm/nvidia-device-plugin
charts/gpu-feature-discovery Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -873,7 +873,11 @@ $ ./k8s-device-plugin --pass-device-specs
873
873
874
874
### Version v0.14.1
875
875
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
+
877
881
### Version v0.14.0
878
882
879
883
- Promote v0.14.0-rc.3 to v0.14.0
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies:
4
4
version: 0.12.1
5
5
- name: gpu-feature-discovery
6
6
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"
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ dependencies:
15
15
repository : https://kubernetes-sigs.github.io/node-feature-discovery/charts
16
16
- name : gpu-feature-discovery
17
17
alias : gfd
18
- version : " 0.8.0 "
18
+ version : " 0.8.1 "
19
19
condition : gfd.enabled
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : gpu-feature-discovery
3
3
type : application
4
4
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 "
7
7
kubeVersion : " >= 1.10.0-0"
8
8
home : https://github.com/NVIDIA/gpu-feature-discovery
You can’t perform that action at this time.
0 commit comments