Bump version to 1.12.1

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2023-02-27 14:39:54 +02:00
parent 62bd015475
commit d50e7f1f4f
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# NVIDIA Container Toolkit Changelog # 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 ## v1.12.0
* Promote `v1.12.0-rc.5` to `v1.12.0` * Promote `v1.12.0-rc.5` to `v1.12.0`

@ -1 +1 @@
Subproject commit 7678e1af094d865441d0bc1b97c3e72d15fcab50 Subproject commit abf9758ec8d98118119892441614270336c3257c

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
LIB_NAME := nvidia-container-toolkit 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. # Specify the nvidia-docker2 and nvidia-container-runtime package versions.
# Note: The build tooling uses `LIB_TAG` above as the version tag. # Note: The build tooling uses `LIB_TAG` above as the version tag.