|
2 | 2 |
|
3 | 3 | ## v1.13.0-rc.2 |
4 | 4 |
|
| 5 | +* Don't fail chmod hook if paths are not injected |
| 6 | +* Only create `by-path` symlinks if CDI devices are actually requested. |
| 7 | +* Fix possible blank `nvidia-ctk` path in generated CDI specifications |
| 8 | +* Fix error in postun scriplet on RPM-based systems |
| 9 | +* Only check `NVIDIA_VISIBLE_DEVICES` for environment variables if no annotations are specified. |
| 10 | +* Add `cdi.default-kind` config option for constructing fully-qualified CDI device names in CDI mode |
| 11 | +* Add support for `accept-nvidia-visible-devices-envvar-unprivileged` config setting in CDI mode |
| 12 | +* Add `nvidia-container-runtime-hook.skip-mode-detection` config option to bypass mode detection. This allows `legacy` and `cdi` mode, for example, to be used at the same time. |
| 13 | +* Add support for generating CDI specifications for GDS and MOFED devices |
| 14 | +* Ensure CDI specification is validated on save when generating a spec |
| 15 | +* Rename `--discovery-mode` argument to `--mode` for `nvidia-ctk cdi generate` |
| 16 | +* [libnvidia-container] Fix segfault on WSL2 systems |
| 17 | +* [toolkit-container] Add `--cdi-enabled` flag to toolkit config |
| 18 | +* [toolkit-container] Install `nvidia-ctk` from toolkit container |
| 19 | +* [toolkit-container] Use installed `nvidia-ctk` path in NVIDIA Container Toolkit config |
| 20 | +* [toolkit-container] Bump CUDA base images to 12.1.0 |
| 21 | +* [toolkit-container] Set `nvidia-ctk` path in the |
| 22 | +* [toolkit-container] Add `cdi.k8s.io/*` to set of allowed annotations in containerd config |
| 23 | +* [toolkit-container] Generate CDI specification for use in management containers |
| 24 | +* [toolkit-container] Install experimental runtime as `nvidia-container-runtime.experimental` instead of `nvidia-container-runtime-experimental` |
| 25 | +* [toolkit-container] Install and configure mode-specific runtimes for `cdi` and `legacy` modes |
| 26 | + |
5 | 27 | ## v1.13.0-rc.1 |
6 | 28 |
|
7 | 29 | * Include MIG-enabled devices as GPUs when generating CDI specification |
|
0 commit comments