Skip to content

Commit 1fdd0c1

Browse files
author
Evan Lezar
committed
Merge branch 'bump-changelog' into 'main'
Fix changelog for 1.14.0-rc.2 See merge request nvidia/container-toolkit/container-toolkit!443
2 parents aac39f8 + a883c65 commit 1fdd0c1

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22

33
## v1.14.0-rc.2
44

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+
512
* [libnvidia-container] Include Shared Compiler Library (libnvidia-gpucomp.so) in the list of compute libaries.
613

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+
718
## v1.14.0-rc.1
819

920
* Add support for updating containerd configs to the `nvidia-ctk runtime configure` command.
@@ -17,15 +28,10 @@
1728
* Fix bug in creation of `/dev/char` symlinks by failing operation if kernel modules are not loaded.
1829
* Add option to load kernel modules when creating device nodes
1930
* 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.
2431

2532
* [libnvidia-container] Support OpenSSL 3 with the Encrypt/Decrypt library
2633

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
2935

3036
## v1.13.1
3137

0 commit comments

Comments
 (0)