mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Bump version to 1.12.1
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
62bd015475
commit
d50e7f1f4f
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
||||
# NVIDIA Container Toolkit Changelog
|
||||
|
||||
## v1.12.1
|
||||
|
||||
* Don't fail chmod hook if paths are not injected
|
||||
* Fix possible blank `nvidia-ctk` path in generated CDI specifications
|
||||
* Fix error in postun scriplet on RPM-based systems
|
||||
* Fix missing NVML symbols when running `nvidia-ctk` on some platforms [#49]
|
||||
* Discover all `gsb*.bin` GSP firmware files when generating CDI specification.
|
||||
* Remove `fedora35` packaging targets
|
||||
* [libnvidia-container] Include all `gsp*.bin` firmware files if present
|
||||
|
||||
## v1.12.0
|
||||
|
||||
* Promote `v1.12.0-rc.5` to `v1.12.0`
|
||||
|
2
third_party/libnvidia-container
vendored
2
third_party/libnvidia-container
vendored
@ -1 +1 @@
|
||||
Subproject commit 7678e1af094d865441d0bc1b97c3e72d15fcab50
|
||||
Subproject commit abf9758ec8d98118119892441614270336c3257c
|
@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
LIB_NAME := nvidia-container-toolkit
|
||||
LIB_VERSION := 1.12.0
|
||||
LIB_VERSION := 1.12.1
|
||||
|
||||
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
|
||||
# Note: The build tooling uses `LIB_TAG` above as the version tag.
|
||||
|
Loading…
Reference in New Issue
Block a user