File tree Expand file tree Collapse file tree 4 files changed +40
-3
lines changed
Expand file tree Collapse file tree 4 files changed +40
-3
lines changed Original file line number Diff line number Diff line change 88
99This document describes the new features, improvements, fixes and known issues for the NVIDIA Container Toolkit.
1010
11+ ## NVIDIA Container Toolkit 1.18.0
12+
13+ This release of the NVIDIA Container Toolkit ` v1.18.0 ` is a feature update and bugfix release.
14+
15+ ### Fixes and Features
16+
17+ - Added automatic generation of CDI specifications for available devices.
18+ - Fixed a mount leak issue where the number of mounts after shared mount propagation is not the same as before the shared mount propagation.
19+ - Fixed an issue where the CDI specification is not created even when the ` nvidia-cdi-refresh.service ` and ` nvidia-cdi-refresh.path ` are active.
20+ - Fixed an issue where the CDI specification is not created with the default installation.
21+
22+ #### Enhancements to libnvidia-container
23+
24+ -
25+
26+ ### Included Packages
27+
28+ The following packages are included:
29+
30+ - ` nvidia-container-toolkit 1.18.0 `
31+ - ` nvidia-container-toolkit-base 1.18.0 `
32+ - ` libnvidia-container-tools 1.18.0 `
33+ - ` libnvidia-container1 1.18.0 `
34+
35+ The following ` container-toolkit ` containers are included:
36+
37+ - ` nvcr.io/nvidia/k8s/container-toolkit:v1.18.0-ubi8 `
38+ - ` nvcr.io/nvidia/k8s/container-toolkit:v1.18.0-ubuntu20.04 ` (also as ` nvcr.io/nvidia/k8s/container-toolkit:v1.18.0 ` )
39+
40+
1141## NVIDIA Container Toolkit 1.17.8
1242
1343This release of the NVIDIA Container Toolkit ` v1.17.8 ` is a bugfix release.
Original file line number Diff line number Diff line change 11{
2- "latest" : " 1.17.8 " ,
2+ "latest" : " 1.18.0 " ,
33 "versions" :
44 [
5+ {
6+ "version" : " 1.18.0"
7+ },
58 {
69 "version" : " 1.17.8"
710 },
Original file line number Diff line number Diff line change 11[
22 {
33 "preferred" : " true" ,
4+ "url" : " ../1.18.0" ,
5+ "version" : " 1.18.0"
6+ },
7+ {
48 "url" : " ../1.17.8" ,
59 "version" : " 1.17.8"
610 },
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ project_build_order = [
101101docs_root = " ${root}/container-toolkit"
102102project = " container-toolkit"
103103name = " NVIDIA Container Toolkit"
104- version = " 1.17.8 "
105- source_substitutions = {version = " 1.17.8 " }
104+ version = " 1.18.0 "
105+ source_substitutions = {version = " 1.18.0 " }
106106copyright_start = 2020
107107redirects = [
108108 { path =" concepts.html" , target =" index.html" },
You can’t perform that action at this time.
0 commit comments