Skip to content

Commit

Permalink
Merge branch 'bump-v0.14.1' into 'release-0.14'
Browse files Browse the repository at this point in the history
Update GFD subchart to 0.8.1

See merge request nvidia/kubernetes/device-plugin!306
  • Loading branch information
cdesiniotis committed Jul 12, 2023
2 parents 1f3dd06 + 3057c6d commit 7086f91
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions deployments/helm/nvidia-device-plugin/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion deployments/helm/nvidia-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7086f91

Please sign in to comment.