diff --git a/CHANGELOG.md b/CHANGELOG.md index d98c71af..b072b340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # NVIDIA Container Toolkit Changelog ## v1.14.1 -* Use libelf.so on RPM-based systems due to removed mageia repositories hosting pmake and bmake. * Fixed bug where contents of `/etc/nvidia-container-runtime/config.toml` is ignored by the NVIDIA Container Runtime Hook. +* [libnvidia-container] Use libelf.so on RPM-based systems due to removed mageia repositories hosting pmake and bmake. +* [libnvidia-container] Use libelf.so on DEB-based systems due to issues with sourceforge.net hosting libelftools. + ## v1.14.0 * Promote v1.14.0-rc.3 to v1.14.0 diff --git a/third_party/libnvidia-container b/third_party/libnvidia-container index 86b6e511..8ce1c4ff 160000 --- a/third_party/libnvidia-container +++ b/third_party/libnvidia-container @@ -1 +1 @@ -Subproject commit 86b6e51145f2a53257658682b7ae8e24f39e6649 +Subproject commit 8ce1c4ff2bd09c372aab1bfb7de82fb8a6f318d0