Merge branch 'bump-version-v1.13.0-rc.2' into 'main'

Bump version to v1.13.0-rc.2

See merge request nvidia/container-toolkit/container-toolkit!305
This commit is contained in:
Evan Lezar 2023-02-21 13:11:00 +00:00
commit 252838e696
3 changed files with 17 additions and 4 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 06977272cab3ec6b936bb1395f9941c9cbeea5b3
Subproject commit dd3781caadf9260e4893277cfa7fcba1a5d10eef

View File

@ -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 (~).