Skip to content

Commit ddeeca3

Browse files
authored
Merge pull request #462 from elezar/bump-version-v1.15.0
Bump version to v1.15.0
2 parents 762b14b + 9944fee commit ddeeca3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## v1.15.0
4+
5+
* Remove `nvidia-container-runtime` and `nvidia-docker2` packages.
6+
* Use `XDG_DATA_DIRS` environment variable when locating config files such as graphics config files.
7+
* Add support for v0.7.0 Container Device Interface (CDI) specification.
8+
* Add `--config-search-path` option to `nvidia-ctk cdi generate` command. These paths are used when locating driver files such as graphics config files.
9+
* Use D3DKMTEnumAdapters3 to enumerate adpaters on WSL2 if available.
10+
* Add support for v1.2.0 OCI Runtime specification.
11+
* Explicitly set `NVIDIA_VISIBLE_DEVICES=void` in generated CDI specifications. This prevents the NVIDIA Container Runtime from making additional modifications.
12+
13+
* [libnvidia-container] Use D3DKMTEnumAdapters3 to enumerate adpaters on WSL2 if available.
14+
15+
* [toolkit-container] Bump CUDA base image version to 12.4.1
16+
317
## v1.15.0-rc.4
418
* 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.
519
* Add support for extracting device major number from `/proc/devices` if `nvidia` is used as a device name over `nvidia-frontend`.

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