Skip to content

Commit 8676b56

Browse files
committed
Bump version for v1.17.6 release
Signed-off-by: Evan Lezar <[email protected]>
1 parent 6bb4a5c commit 8676b56

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## v1.17.6
4+
5+
### Changes in the Toolkit Container
6+
7+
- Allow container runtime executable path to be specified when configuring containerd.
8+
- Bump CUDA base image version to 12.8.1
9+
10+
### Changes in libnvidia-container
11+
12+
- Skip files when user has insufficient permissions. This prevents errors when discovering IPC sockets when the `nvidia-container-cli` is run as a non-root user.
13+
- Fix building with Go 1.24
14+
- Fix some typos in text.
15+
316
## v1.17.5
417

518
- Allow the `enabled-cuda-compat` hook to be skipped when generating CDI specifications. This improves compatibility with older NVIDIA Container Toolkit installations. The hook is explicitly ignored for management CDI specifications.

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
LIB_NAME := nvidia-container-toolkit
16-
LIB_VERSION := 1.17.5
16+
LIB_VERSION := 1.17.6
1717
LIB_TAG :=
1818

1919
# The package version is the combination of the library version and tag.

0 commit comments

Comments
 (0)