diff --git a/CHANGELOG.md b/CHANGELOG.md index ae401b2e..ae897a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # NVIDIA Container Toolkit Changelog +## v1.12.2 + +* [libnvidia-container] Fix segfault on WSL2 systems + ## v1.12.1 * Don't fail chmod hook if paths are not injected diff --git a/versions.mk b/versions.mk index 262c713b..c9e4a385 100644 --- a/versions.mk +++ b/versions.mk @@ -13,7 +13,7 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.12.1 +LIB_VERSION := 1.12.2 # Specify the nvidia-docker2 and nvidia-container-runtime package versions. # Note: The build tooling uses `LIB_TAG` above as the version tag.