mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
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:
commit
252838e696
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,9 +1,22 @@
|
|||||||
# NVIDIA Container Toolkit Changelog
|
# NVIDIA Container Toolkit Changelog
|
||||||
|
|
||||||
|
## v1.13.0-rc.2
|
||||||
|
|
||||||
## v1.13.0-rc.1
|
## v1.13.0-rc.1
|
||||||
|
|
||||||
* Discover gsb*.bin files for GSP firmware when generating CDI specification
|
* Include MIG-enabled devices as GPUs when generating CDI specification
|
||||||
* [libnvidia-container] Inject gsp*.bin files for GSP firmware
|
* 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
|
## v1.12.0
|
||||||
|
|
||||||
|
2
third_party/libnvidia-container
vendored
2
third_party/libnvidia-container
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 06977272cab3ec6b936bb1395f9941c9cbeea5b3
|
Subproject commit dd3781caadf9260e4893277cfa7fcba1a5d10eef
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
LIB_NAME := nvidia-container-toolkit
|
LIB_NAME := nvidia-container-toolkit
|
||||||
LIB_VERSION := 1.13.0
|
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.
|
# 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 (~).
|
# If the tag is specified the two components are joined with a tilde (~).
|
||||||
|
Loading…
Reference in New Issue
Block a user