From 16e9eb50f668d3d049edb2cc07ee1f7a427d2cf2 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 16 Apr 2024 21:38:23 +0200 Subject: [PATCH] Bump version in READMEs Signed-off-by: Evan Lezar --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- RELEASE.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89da1f331..b219ede8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Changelog +### Version v0.15.0 +- Moved `nvidia-device-plugin.yml` static deployment at the root of the repository to `deployments/static/nvidia-device-plugin.yml`. +- Simplify PCI device clases in NFD worker configuration. +- Update CUDA base image version to 12.4.1. +- Switch to Ubuntu22.04-based CUDA image for default image. +- Add new CUDA driver and runtime version labels to align with other NFD version labels. +- Update NFD dependency to v0.15.3. + ### Version v0.15.0-rc.2 - Bump CUDA base image version to 12.3.2 - Add `cdi-cri` device list strategy. This uses the CDIDevices CRI field to request CDI devices instead of annotations. diff --git a/README.md b/README.md index 788c5b262..eb48088c2 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Once you have configured the options above on all the GPU nodes in your cluster, you can enable GPU support by deploying the following Daemonset: ```shell -$ kubectl create -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v0.14.5/deployments/static/nvidia-device-plugin.yml +$ kubectl create -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v0.15.0/deployments/static/nvidia-device-plugin.yml ``` **Note:** This is a simple static daemonset meant to demonstrate the basic diff --git a/RELEASE.md b/RELEASE.md index 502f16a9f..5d830071e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -9,7 +9,7 @@ Publishing the helm chart is currently manual, and we should move to an automate # Release Process Checklist - [ ] Update the README changelog -- [ ] Update the README to change occurances of the old version (e.g: `v0.14.5`) with the new version +- [ ] Update the README to change occurances of the old version (e.g: `v0.15.0`) with the new version - [ ] Commit, Tag and Push to Gitlab - [ ] Build a new helm package with `./hack/package-helm-charts.sh` - [ ] Switch to the `gh-pages` branch and move the newly generated package to the `stable` helm repo