Skip to content

Commit 1ddc859

Browse files
authored
Merge pull request #417 from elezar/bump-version-v1.15.0-rc.4
Bump version v1.15.0 rc.4
2 parents 197cbbe + f1f6296 commit 1ddc859

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 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
@@ -9,6 +10,7 @@
910
* Add `NVIDIA_VISIBLE_DEVICES=void` to generated CDI specifications.
1011

1112
* [toolkit-container] Remove centos7 image. The ubi8 image can be used on all RPM-based platforms.
13+
* [toolkit-container] Bump CUDA base image version to 12.3.2
1214

1315
## v1.15.0-rc.3
1416
* Fix bug in `nvidia-ctk hook update-ldcache` where default `--ldconfig-path` value was not applied.

versions.mk

Lines changed: 2 additions & 2 deletions
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 (~).
@@ -27,7 +27,7 @@ PACKAGE_REVISION := 1
2727
NVIDIA_DOCKER_VERSION := 2.14.0
2828
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.14.0
2929

30-
CUDA_VERSION := 12.3.1
30+
CUDA_VERSION := 12.3.2
3131
GOLANG_VERSION := 1.20.5
3232

3333
BUILDIMAGE_TAG ?= devel-go$(GOLANG_VERSION)

0 commit comments

Comments
 (0)