Skip to content

Commit aaf119f

Browse files
committed
Bump version for v1.18.0-rc.5 release
Signed-off-by: Evan Lezar <[email protected]>
1 parent f5b4c15 commit aaf119f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# NVIDIA Container Toolkit Changelog
22

33
## v1.18.0-rc.5
4+
- Disable generation of coherent CDI specs by default
45
- Update go-nvlib to restrict nvidia.com/gpu.coherent devices to devices with an ATS addressing mode.
6+
- Deprecate the hook config mode for cri-o
7+
8+
### Changes in the Toolkit Container
9+
- Deprecate the hook config mode for cri-o
10+
- Add CRI plugin config from source containerd config to drop-in file
11+
- Add support for drop-in config files in a container
512

613
## v1.18.0-rc.4
714

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.18.0
17-
LIB_TAG := rc.4
17+
LIB_TAG := rc.5
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)