Skip to content

Commit 16e9eb5

Browse files
committed
Bump version in READMEs
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 93dee99 commit 16e9eb5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Changelog
22

3+
### Version v0.15.0
4+
- Moved `nvidia-device-plugin.yml` static deployment at the root of the repository to `deployments/static/nvidia-device-plugin.yml`.
5+
- Simplify PCI device clases in NFD worker configuration.
6+
- Update CUDA base image version to 12.4.1.
7+
- Switch to Ubuntu22.04-based CUDA image for default image.
8+
- Add new CUDA driver and runtime version labels to align with other NFD version labels.
9+
- Update NFD dependency to v0.15.3.
10+
311
### Version v0.15.0-rc.2
412
- Bump CUDA base image version to 12.3.2
513
- Add `cdi-cri` device list strategy. This uses the CDIDevices CRI field to request CDI devices instead of annotations.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Once you have configured the options above on all the GPU nodes in your
123123
cluster, you can enable GPU support by deploying the following Daemonset:
124124

125125
```shell
126-
$ kubectl create -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v0.14.5/deployments/static/nvidia-device-plugin.yml
126+
$ kubectl create -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v0.15.0/deployments/static/nvidia-device-plugin.yml
127127
```
128128

129129
**Note:** This is a simple static daemonset meant to demonstrate the basic

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Publishing the helm chart is currently manual, and we should move to an automate
99

1010
# Release Process Checklist
1111
- [ ] Update the README changelog
12-
- [ ] Update the README to change occurances of the old version (e.g: `v0.14.5`) with the new version
12+
- [ ] Update the README to change occurances of the old version (e.g: `v0.15.0`) with the new version
1313
- [ ] Commit, Tag and Push to Gitlab
1414
- [ ] Build a new helm package with `./hack/package-helm-charts.sh`
1515
- [ ] Switch to the `gh-pages` branch and move the newly generated package to the `stable` helm repo

0 commit comments

Comments
 (0)