You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,20 @@
1
1
# NVIDIA Container Toolkit Changelog
2
2
3
3
## v1.16.0-rc.1
4
-
* Move `nvidia-ctk hook` commands to a separate `nvidia-cdi-hook` binary. The same subcommands are supported.
4
+
5
+
- Support vulkan ICD files directly in a driver root. This allows for the discovery of vulkan files in GKE driver installations.
6
+
- Increase priority of ld.so.conf.d config file injected into container. This ensures that injected libraries are preferred over libraries present in the container.
7
+
- Set default CDI spec permissions to 644. This fixes permission issues when using the `nvidia-ctk cdi transform` functions.
8
+
- Add `dev-root` option to `nvidia-ctk system create-device-nodes` command.
9
+
- Fix location of `libnvidia-ml.so.1` when a non-standard driver root is used. This enabled CDI spec generation when using the driver container on a host.
10
+
- Recalculate minimum required CDI spec version on save.
11
+
- Move `nvidia-ctk hook` commands to a separate `nvidia-cdi-hook` binary. The same subcommands are supported.
12
+
- Use `:` as an `nvidia-ctk config --set` list separator. This fixes a bug when trying to set config options that are lists.
13
+
14
+
-[toolkit-container] Bump CUDA base image version to 12.5.0
15
+
-[toolkit-container] Allow the path to `toolkit.pid` to be specified directly.
16
+
-[toolkit-container] Remove provenance information from image manifests.
17
+
-[toolkit-container] Add `dev-root` option when configuring the toolkit. This adds support for GKE driver installations.
0 commit comments