Skip to content

Commit e03ac36

Browse files
authored
Merge pull request #1321 from elezar/bump-release-v1.18.0-rc.5
Bump version for v1.18.0-rc.5 release
2 parents fe90b00 + 2542fd3 commit e03ac36

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

614
## v1.18.0-rc.4
715

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)