Skip to content

Commit f8daa5e

Browse files
authored
Merge pull request #1366 from elezar/bump-release-v1.18.0
Bump version for v1.18.0 release
2 parents dda4b93 + d4ce0dd commit f8daa5e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# NVIDIA Container Toolkit Changelog
22

3-
## v1.18.0-rc.7
3+
## v1.18.0
44
- Fix bug in device selection in jit-cdi mode
55
- Make list of explicit driver libraries opt-in
66

7+
### Changes in the Toolkit Container
8+
- Invoke the actual default low-level runtime in the nvidia-ctk wrapper script
9+
- Remove default_runtime from cri-o config on cleanup
10+
- Do not remove cri-o drop-in file on shutdown.
11+
712
## v1.18.0-rc.6
813
- Remove ppc64le artifacts from build
914
- 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.7
17+
LIB_TAG :=
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)