Skip to content

Commit b3558b1

Browse files
committed
initial draft of release notes and version updates
Signed-off-by: Andrew Chen <[email protected]>
1 parent fd20987 commit b3558b1

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

container-toolkit/release-notes.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,36 @@
88

99
This 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

1343
This release of the NVIDIA Container Toolkit `v1.17.8` is a bugfix release.

container-toolkit/versions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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
},

container-toolkit/versions1.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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
},

repo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ project_build_order = [
101101
docs_root = "${root}/container-toolkit"
102102
project = "container-toolkit"
103103
name = "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"}
106106
copyright_start = 2020
107107
redirects = [
108108
{ path="concepts.html", target="index.html" },

0 commit comments

Comments
 (0)