Skip to content

Commit 77e8f4b

Browse files
authored
Merge pull request #1255 from elezar/bump-release-v1.18.0-rc.3
Bump version for v1.18.0-rc.3 release
2 parents a10c54e + a037f53 commit 77e8f4b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## v1.18.0-rc.3
4+
- Generate separate specs for coherent and noncoherent devices
5+
- Disable chmod hook by default
6+
- Add support for gated modifications jit-cdi mode
7+
- Add support for nvswitch mode to nvcdi API
8+
- Add support for gdrcopy mode to nvcdi API
9+
- Consolidate CDI spec generation of gated modes
10+
- Add missing imex mode to Valid modes
11+
- Add explicitLibs list to libs discovery
12+
- Consolidate logic to determine driver version
13+
- Fix: Enable local YUM repo by default in CentOS8 and Fedora35 entrypoints
14+
15+
### Changes in the Toolkit Container
16+
17+
- Bump nvidia/distroless/go to v3.1.11-dev in /deployments/container
18+
319
## v1.18.0-rc.2
420

521
- Ensure that .so symlinks are created for driver libraries in the container

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