diff --git a/CHANGELOG.md b/CHANGELOG.md index fa32e9d7..49f3d6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,22 @@ # NVIDIA Container Toolkit Changelog +## v1.13.0-rc.2 + ## v1.13.0-rc.1 -* Discover gsb*.bin files for GSP firmware when generating CDI specification -* [libnvidia-container] Inject gsp*.bin files for GSP firmware +* Include MIG-enabled devices as GPUs when generating CDI specification +* Fix missing NVML symbols when running `nvidia-ctk` on some platforms [#49] +* Add CDI spec generation for WSL2-based systems to `nvidia-ctk cdi generate` command +* Add `auto` mode to `nvidia-ctk cdi generate` command to automatically detect a WSL2-based system over a standard NVML-based system. +* Add mode-specific (`.cdi` and `.legacy`) NVIDIA Container Runtime binaries for use in the GPU Operator +* Discover all `gsb*.bin` GSP firmware files when generating CDI specification. +* Align `.deb` and `.rpm` release candidate package versions +* Remove `fedora35` packaging targets +* [libnvidia-container] Include all `gsp*.bin` firmware files if present +* [libnvidia-container] Align `.deb` and `.rpm` release candidate package versions +* [libnvidia-container] Remove `fedora35` packaging targets +* [toolkit-container] Install `nvidia-container-toolkit-operator-extensions` package for mode-specific executables. +* [toolkit-container] Allow `nvidia-container-runtime.mode` to be set when configuring the NVIDIA Container Toolkit ## v1.12.0 diff --git a/third_party/libnvidia-container b/third_party/libnvidia-container index 06977272..dd3781ca 160000 --- a/third_party/libnvidia-container +++ b/third_party/libnvidia-container @@ -1 +1 @@ -Subproject commit 06977272cab3ec6b936bb1395f9941c9cbeea5b3 +Subproject commit dd3781caadf9260e4893277cfa7fcba1a5d10eef diff --git a/versions.mk b/versions.mk index 701d52b2..146fcad1 100644 --- a/versions.mk +++ b/versions.mk @@ -14,7 +14,7 @@ LIB_NAME := nvidia-container-toolkit LIB_VERSION := 1.13.0 -LIB_TAG := rc.1 +LIB_TAG := rc.2 # 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 (~).