Skip to content

Commit dde6170

Browse files
author
Evan Lezar
committed
Merge branch 'bump-version-v1.13.0' into 'main'
Bump version to v1.13.0 See merge request nvidia/container-toolkit/container-toolkit!365
2 parents f698396 + e4b9350 commit dde6170

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# NVIDIA Container Toolkit Changelog
22

3+
## v1.13.0
4+
5+
* Promote 1.13.0-rc.3 to 1.13.0
6+
37
## v1.13.0-rc.3
48

59
* Only initialize NVML for modes that require it when runing `nvidia-ctk cdi generate`.
@@ -9,12 +13,18 @@
913
* Generate a simplified CDI specification by default. This means that entities in the common edits in a spec are not included in device definitions.
1014
* Also return an error from the nvcdi.New constructor instead of panicing.
1115
* 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`
1319

1420
* [libnvidia-container] Fix segmentation fault when RPC initialization fails.
1521
* [libnvidia-container] Build centos variants of the NVIDIA Container Library with static libtirpc v1.3.2.
1622
* [libnvidia-container] Remove make targets for fedora35 as the centos8 packages are compatible.
1723

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
27+
1828
## v1.13.0-rc.2
1929

2030
* Don't fail chmod hook if paths are not injected

third_party/libnvidia-container

Submodule libnvidia-container updated from 3625936 to 2082391

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LIB_NAME := nvidia-container-toolkit
1616
LIB_VERSION := 1.13.0
17-
LIB_TAG := rc.3
17+
LIB_TAG :=
1818

1919
# The package version is the combination of the library version and tag.
2020
# If the tag is specified the two components are joined with a tilde (~).

0 commit comments

Comments
 (0)