Skip to content

Commit 6363f07

Browse files
authored
Merge pull request #1304 from elezar/bump-release-v1.18.0-rc.4
Bump version for v1.18.0-rc.4 release
2 parents c3f5ed2 + d8e9156 commit 6363f07

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## v1.18.0-rc.4
4+
5+
- Add drop-in file support for containerd and crio
6+
- Add support for IMEX_CHANNELS to jit-cdi mode
7+
- Refactor IMEX channel requests from image
8+
- Remove redundant CDI annotations
9+
- support running and degraded systemd state during install
10+
- Don't inject enable-cuda-compat hook in CSV mode
11+
- Cleanup default runtime in runtime config when setAsDefault=false
12+
13+
### Changes in the Toolkit Container
14+
15+
- Bump nvidia/distroless/go to v3.1.12-dev in /deployments/container
16+
317
## v1.18.0-rc.3
18+
419
- Generate separate specs for coherent and noncoherent devices
520
- Disable chmod hook by default
621
- Add support for gated modifications jit-cdi mode

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