Skip to content

Commit d7f498a

Browse files
authored
Merge pull request #1115 from elezar/bump-release-v1.17.8
Bump release v1.17.8
2 parents 02000c0 + e34b8ce commit d7f498a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v1.17.8
4+
5+
- Updated the ordering of Mounts in CDI to have a deterministic output. This makes testing more consistent.
6+
37
### Changes in libnvidia-container
48

59
- Fixed bug in setting default for `--cuda-compat-mode` flag. This caused failures in use cases invoking the `nvidia-container-cli` directly.

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

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

0 commit comments

Comments
 (0)