Skip to content

Commit d78868c

Browse files
authored
Merge pull request #760 from elezar/bump-release-v1.17.0-rc.2
Bump version for v1.17.0-rc.2 release
2 parents 8860878 + 74b1e5e commit d78868c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# NVIDIA Container Toolkit Changelog
22

3+
## v1.17.0-rc.2
4+
- Fix bug in locating libcuda.so form ldcache
5+
- Fix bug in sorting of symlink chain
6+
- Remove unsupported print-ldcache command
7+
- Remove csv-filename support from create-symlinks
8+
9+
## Changes in the Toolkit Container
10+
- Fallback to `crio-status` if `crio status` does not work when configuring the crio runtime
11+
312
## v1.17.0-rc.1
413
- Allow IMEX channels to be requested as volume mounts
514
- Fix typo in error message

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LIB_NAME := nvidia-container-toolkit
1616
LIB_VERSION := 1.17.0
17-
LIB_TAG := rc.1
17+
LIB_TAG := rc.2
1818

1919
# The package version is the combination of the library version and tag.
2020
# If the tag is specified the two components are joined with a tilde (~).

0 commit comments

Comments
 (0)