Skip to content

Commit 5a6bf02

Browse files
committed
Bump version to v1.15.0-rc.4
Signed-off-by: Evan Lezar <[email protected]>
1 parent 197cbbe commit 5a6bf02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

3+
## v1.15.0-rc.4
34
* Add a `--spec-dir` option to the `nvidia-ctk cdi generate` command. This allows specs outside of `/etc/cdi` and `/var/run/cdi` to be processed.
45
* Add support for extracting device major number from `/proc/devices` if `nvidia` is used as a device name over `nvidia-frontend`.
56
* Allow multiple device naming strategies for `nvidia-ctk cdi generate` command. This allows a single

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.15.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)