Skip to content

Commit 1b4deea

Browse files
Release container toolkit v1.17.3 (#135)
* Correct minor typos in v1.17.0 release notes * Add NVIDIA Container Toolkit v1.17.1 release notes * Add NVIDIA Container Toolkit v1.17.2 release notes * Add NVIDIA Container Toolkit v1.17.3 release notes --------- Signed-off-by: Evan Lezar <[email protected]> Signed-off-by: Mike McKiernan <[email protected]> Co-authored-by: Mike McKiernan <[email protected]>
1 parent 4fe05e8 commit 1b4deea

File tree

3 files changed

+82
-13
lines changed

3 files changed

+82
-13
lines changed

container-toolkit/release-notes.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,77 @@ This document describes the new features, improvements, fixed and known issues f
1010

1111
______________________________________________________________________
1212

13+
## NVIDIA Container Toolkit 1.17.3
14+
15+
This release of the NVIDIA Container Toolkit `v1.17.3` is a bugfix release.
16+
17+
The following packages are included:
18+
19+
- `nvidia-container-toolkit 1.17.3`
20+
- `nvidia-container-toolkit-base 1.17.3`
21+
- `libnvidia-container-tools 1.17.3`
22+
- `libnvidia-container1 1.17.3`
23+
24+
The following `container-toolkit` conatiners are included:
25+
26+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.3-ubi8`
27+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.3-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.3`)
28+
29+
### Fixes and Features
30+
31+
- Only allow host-relative LDConfig paths by default. The previous behaviour of allowing container-relative LDConfig paths can explicitly enable.
32+
33+
#### Enhancements to libnvidia-container
34+
35+
- Create virtual copy of host ldconfig binary before calling fexecve() to update the container's ldcache.
36+
37+
## NVIDIA Container Toolkit 1.17.2
38+
39+
This release of the NVIDIA Container Toolkit `v1.17.2` is a bugfix release.
40+
41+
The following packages are included:
42+
43+
- `nvidia-container-toolkit 1.17.2`
44+
- `nvidia-container-toolkit-base 1.17.2`
45+
- `libnvidia-container-tools 1.17.2`
46+
- `libnvidia-container1 1.17.2`
47+
48+
The following `container-toolkit` conatiners are included:
49+
50+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.2-ubi8`
51+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.2-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.2`)
52+
53+
### Fixes and Features
54+
55+
- Fixed a bug where legacy images would set imex channels as `all`.container to fail to start.
56+
57+
## NVIDIA Container Toolkit 1.17.1
58+
59+
This release of the NVIDIA Container Toolkit `v1.17.1` is a bugfix release.
60+
61+
The following packages are included:
62+
63+
- `nvidia-container-toolkit 1.17.1`
64+
- `nvidia-container-toolkit-base 1.17.1`
65+
- `libnvidia-container-tools 1.17.1`
66+
- `libnvidia-container1 1.17.1`
67+
68+
The following `container-toolkit` conatiners are included:
69+
70+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.1-ubi8`
71+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.1-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.1`)
72+
73+
### Fixes and Features
74+
75+
- Fixed a bug where specific symlinks existing in a container image could cause a container to fail to start.
76+
- Fixed a bug on Tegra-based systems where a container would fail to start.
77+
- Fixed a bug where the default container runtime config path was not properly set.
78+
79+
### Enhancements to container-toolkit Container Images
80+
81+
- Added a fallback to using a config file if the current runtime config can not be determined from the command line. This fixes deployments on environments such as microk8s.
82+
83+
1384
## NVIDIA Container Toolkit 1.17.0
1485

1586
This version includes updates for:
@@ -27,13 +98,14 @@ This release of the NVIDIA Container Toolkit `v1.17.0` is a feature update and b
2798
The following packages are included:
2899

29100
- `nvidia-container-toolkit 1.17.0`
101+
- `nvidia-container-toolkit-base 1.17.0`
30102
- `libnvidia-container-tools 1.17.0`
31103
- `libnvidia-container1 1.17.0`
32104

33105
The following `container-toolkit` conatiners are included:
34106

35107
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.0-ubi8`
36-
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.0-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.16.1`)
108+
- `nvcr.io/nvidia/k8s/container-toolkit:v1.17.0-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.17.0`)
37109

38110
### Fixes and Features
39111

container-toolkit/versions.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
11
{
2-
"latest": "1.17.0",
2+
"latest": "1.17.3",
33
"versions":
44
[
55
{
6-
"version": "1.17.0"
6+
"version": "1.17.3"
77
},
88
{
9-
"version": "1.16.2"
9+
"version": "1.17.2"
1010
},
1111
{
12-
"version": "1.16.1"
12+
"version": "1.17.1"
1313
},
1414
{
15-
"version": "1.16.0"
15+
"version": "1.17.0"
1616
},
1717
{
18-
"version": "1.15.0"
18+
"version": "1.16.2"
1919
},
2020
{
21-
"version": "1.14.6"
21+
"version": "1.16.1"
2222
},
2323
{
24-
"version": "1.14.5"
24+
"version": "1.16.0"
2525
},
26-
{
27-
"version": "1.14.4"
28-
}
2926
]
3027
}

repo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ project_build_order = [
7878
docs_root = "${root}/container-toolkit"
7979
project = "container-toolkit"
8080
name = "NVIDIA Container Toolkit"
81-
version = "1.17.0"
81+
version = "1.17.3"
8282
copyright_start = 2020
8383
redirects = [
8484
{ path="concepts.html", target="index.html" },

0 commit comments

Comments
 (0)