|
2 | 2 |
|
3 | 3 | ## v1.14.0-rc.2 |
4 | 4 |
|
| 5 | +* Fix bug causing incorrect nvidia-smi symlink to be created on WSL2 systems with multiple driver roots. |
| 6 | +* Remove dependency on coreutils when installing package on RPM-based systems. |
| 7 | +* Create ouput folders if required when running `nvidia-ctk runtime configure` |
| 8 | +* Generate default config as post-install step. |
| 9 | +* Added support for detecting GSP firmware at custom paths when generating CDI specifications. |
| 10 | +* Added logic to skip the extraction of image requirements if `NVIDIA_DISABLE_REQUIRES` is set to `true`. |
| 11 | + |
5 | 12 | * [libnvidia-container] Include Shared Compiler Library (libnvidia-gpucomp.so) in the list of compute libaries. |
6 | 13 |
|
| 14 | +* [toolkit-container] Ensure that common envvars have higher priority when configuring the container engines. |
| 15 | +* [toolkit-container] Bump CUDA base image version to 12.2.0. |
| 16 | +* [toolkit-container] Remove installation of nvidia-experimental runtime. This is superceded by the NVIDIA Container Runtime in CDI mode. |
| 17 | + |
7 | 18 | ## v1.14.0-rc.1 |
8 | 19 |
|
9 | 20 | * Add support for updating containerd configs to the `nvidia-ctk runtime configure` command. |
|
17 | 28 | * Fix bug in creation of `/dev/char` symlinks by failing operation if kernel modules are not loaded. |
18 | 29 | * Add option to load kernel modules when creating device nodes |
19 | 30 | * Add option to create device nodes when creating `/dev/char` symlinks |
20 | | -* Create ouput folders if required when running `nvidia-ctk runtime configure` |
21 | | -* Generate default config as post-install step. |
22 | | -* Added support for detecting GSP firmware at custom paths when generating CDI specifications. |
23 | | -* Added logic to skip the extraction of image requirements if NVIDIA_DISABLE_REQUIRES is set to true. |
24 | 31 |
|
25 | 32 | * [libnvidia-container] Support OpenSSL 3 with the Encrypt/Decrypt library |
26 | 33 |
|
27 | | -* [toolkit-container] Bump CUDA base image version to 12.2.0. |
28 | | -* [toolkit-container] Remove installation of nvidia-experimental runtime. This is superceded by the NVIDIA Container Runtime in CDI mode. |
| 34 | +* [toolkit-container] Allow same envars for all runtime configs |
29 | 35 |
|
30 | 36 | ## v1.13.1 |
31 | 37 |
|
|
0 commit comments