Skip to content

Commit f0f9f37

Browse files
authored
Merge pull request #1358 from elezar/bump-release-v1.18.0-rc.7
Bump version for v1.18.0-rc.7 release
2 parents fae680c + 6b2d4ee commit f0f9f37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v1.18.0-rc.7
4+
- Fix bug in device selection in jit-cdi mode
5+
- Make list of explicit driver libraries opt-in
6+
37
## v1.18.0-rc.6
48
- Remove ppc64le artifacts from build
59
- Add support for building artifacts with custom GOPROXY

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