Skip to content

Commit

Permalink
Merge pull request #914 from elezar/bump-version-v1.17.4-main
Browse files Browse the repository at this point in the history
Bump version v1.17.4 main
  • Loading branch information
elezar authored Feb 10, 2025
2 parents fa1379c + e0813e0 commit b19f5d8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b19f5d8

Please sign in to comment.