diff --git a/CHANGELOG.md b/CHANGELOG.md index d917b0a9..1b08deca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # NVIDIA Container Toolkit Changelog +## v1.15.0 + +* Remove `nvidia-container-runtime` and `nvidia-docker2` packages. +* Use `XDG_DATA_DIRS` environment variable when locating config files such as graphics config files. +* Add support for v0.7.0 Container Device Interface (CDI) specification. +* Add `--config-search-path` option to `nvidia-ctk cdi generate` command. These paths are used when locating driver files such as graphics config files. +* Use D3DKMTEnumAdapters3 to enumerate adpaters on WSL2 if available. +* Add support for v1.2.0 OCI Runtime specification. +* Explicitly set `NVIDIA_VISIBLE_DEVICES=void` in generated CDI specifications. This prevents the NVIDIA Container Runtime from making additional modifications. + +* [libnvidia-container] Use D3DKMTEnumAdapters3 to enumerate adpaters on WSL2 if available. + +* [toolkit-container] Bump CUDA base image version to 12.4.1 + ## v1.15.0-rc.4 * 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. * Add support for extracting device major number from `/proc/devices` if `nvidia` is used as a device name over `nvidia-frontend`. diff --git a/versions.mk b/versions.mk index 0a86da30..bb41edf3 100644 --- a/versions.mk +++ b/versions.mk @@ -14,7 +14,7 @@ LIB_NAME := nvidia-container-toolkit LIB_VERSION := 1.15.0 -LIB_TAG := rc.4 +LIB_TAG := # The package version is the combination of the library version and tag. # If the tag is specified the two components are joined with a tilde (~).