diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3c36e1..dd79e7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # NVIDIA Container Toolkit Changelog +## v1.17.4 +- Disable mounting of compat libs from container by default +- Add allow-cuda-compat-libs-from-container feature flag +- Skip graphics modifier in CSV mode +- Properly pass configSearchPaths to a Driver constructor +- Add support for containerd version 3 config +- Add string TOML source + +### Changes in libnvidia-container +- Add no-cntlibs CLI option to nvidia-container-cli + +### Changes in the Toolkit Container +- Bump CUDA base image version to 12.6.3 + ## v1.17.3 - Only allow host-relative LDConfig paths by default. ### Changes in libnvidia-container diff --git a/versions.mk b/versions.mk index a5893af9..facc30f3 100644 --- a/versions.mk +++ b/versions.mk @@ -13,7 +13,7 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.17.3 +LIB_VERSION := 1.17.4 LIB_TAG := # The package version is the combination of the library version and tag.