Skip to content

Commit d53a382

Browse files
authored
Merge pull request #1316 from elezar/bump-release-v1.17.9
Bump release v1.17.9
2 parents 0e1c145 + 33de96c commit d53a382

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v1.17.9
4+
- Don't inject enable-cuda-compat hook in CSV mode
5+
- Use securejoin to resolve /proc
6+
7+
### Changes in the Toolkit Container
8+
9+
- Bump nvidia/cuda to 12.9.1 in /deployments/container
10+
311
## v1.17.8
412

513
- Updated the ordering of Mounts in CDI to have a deterministic output. This makes testing more consistent.

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.8
16+
LIB_VERSION := 1.17.9
1717
LIB_TAG :=
1818

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

0 commit comments

Comments
 (0)