Skip to content

Commit

Permalink
Add container toolkit v1.14.5 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Feb 8, 2024
1 parent fe9d601 commit f492247
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
22 changes: 22 additions & 0 deletions container-toolkit/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ This document describes the new features, improvements, fixed and known issues f

______________________________________________________________________

## NVIDIA Container Toolkit 1.14.5

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

The following packages are included:

- `nvidia-container-toolkit 1.14.5`
- `libnvidia-container-tools 1.14.5`
- `libnvidia-container1 1.14.5`

The following `container-toolkit` containers are included:

- `nvcr.io/nvidia/k8s/container-toolkit:v1.14.5-centos7`
- `nvcr.io/nvidia/k8s/container-toolkit:v1.14.5-ubi8`
- `nvcr.io/nvidia/k8s/container-toolkit:v1.14.5-ubuntu20.04` (also as `nvcr.io/nvidia/k8s/container-toolkit:v1.14.5`)

### Fixes and Features

* Fixed the `nvidia-ctk runtime configure --cdi.enabled` command for Docker.
This was incorrectly setting `experimental = true` instead of setting
`features.cdi = true` for CDI support in Docker >= 25.

## NVIDIA Container Toolkit 1.14.4

This release of the NVIDIA Container Toolkit `v1.14.4` is a bugfix and minor feature release.
Expand Down
5 changes: 4 additions & 1 deletion container-toolkit/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"latest": "1.14.4",
"latest": "1.14.5",
"versions":
[
{
"version": "1.14.5"
},
{
"version": "1.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion repo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ project_build_order = [
docs_root = "${root}/container-toolkit"
project = "container-toolkit"
name = "NVIDIA Container Toolkit"
version = "1.14.4"
version = "1.14.5"
copyright_start = 2020
redirects = [
{ path="concepts.html", target="index.html" },
Expand Down

0 comments on commit f492247

Please sign in to comment.