diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b1fd72..6a99ee2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # NVIDIA Container Toolkit Changelog +## v1.12.0-rc.6 + +* [libnvidia-container] Add nvcubins.bin to DriverStore components under WSL2 + ## v1.12.0-rc.5 * Fix bug here the `nvidia-ctk` path was not properly resolved. This causes failures to run containers when the runtime is configured in `csv` mode or if the `NVIDIA_DRIVER_CAPABILITIES` includes `graphics` or `display` (e.g. `all`). diff --git a/versions.mk b/versions.mk index 145fb3f7..4121c635 100644 --- a/versions.mk +++ b/versions.mk @@ -14,7 +14,7 @@ LIB_NAME := nvidia-container-toolkit LIB_VERSION := 1.12.0 -LIB_TAG := rc.5 +LIB_TAG := rc.6 # Specify the nvidia-docker2 and nvidia-container-runtime package versions. # Note: The build tooling uses `LIB_TAG` above as the version tag.