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
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# NVIDIA Container Toolkit Changelog
2
2
3
+
## v1.13.0
4
+
5
+
* Promote 1.13.0-rc.3 to 1.13.0
6
+
3
7
## v1.13.0-rc.3
4
8
5
9
* Only initialize NVML for modes that require it when runing `nvidia-ctk cdi generate`.
@@ -9,12 +13,18 @@
9
13
* Generate a simplified CDI specification by default. This means that entities in the common edits in a spec are not included in device definitions.
10
14
* Also return an error from the nvcdi.New constructor instead of panicing.
11
15
* Detect XOrg libraries for injection and CDI spec generation.
12
-
* Add `nvidia-container-runtime.modes.cdi.annotation-prefixes` config option that allows the CDI annotation prefixes that are read to be overridden.
16
+
* Add `nvidia-ctk system create-device-nodes` command to create control devices.
17
+
* Add `nvidia-ctk cdi transform` command to apply transforms to CDI specifications.
18
+
* Add `--vendor` and `--class` options to `nvidia-ctk cdi generate`
13
19
14
20
*[libnvidia-container] Fix segmentation fault when RPC initialization fails.
15
21
*[libnvidia-container] Build centos variants of the NVIDIA Container Library with static libtirpc v1.3.2.
16
22
*[libnvidia-container] Remove make targets for fedora35 as the centos8 packages are compatible.
17
23
24
+
*[toolkit-container] Add `nvidia-container-runtime.modes.cdi.annotation-prefixes` config option that allows the CDI annotation prefixes that are read to be overridden.
25
+
*[toolkit-container] Create device nodes when generating CDI specification for management containers.
26
+
*[toolkit-container] Add `nvidia-container-runtime.runtimes` config option to set the low-level runtime for the NVIDIA Container Runtime
0 commit comments