We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02000c0 + e34b8ce commit d7f498aCopy full SHA for d7f498a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# NVIDIA Container Toolkit Changelog
2
3
+## v1.17.8
4
+
5
+- Updated the ordering of Mounts in CDI to have a deterministic output. This makes testing more consistent.
6
7
### Changes in libnvidia-container
8
9
- Fixed bug in setting default for `--cuda-compat-mode` flag. This caused failures in use cases invoking the `nvidia-container-cli` directly.
versions.mk
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
LIB_NAME := nvidia-container-toolkit
16
-LIB_VERSION := 1.17.7
+LIB_VERSION := 1.17.8
17
LIB_TAG :=
18
19
# The package version is the combination of the library version and tag.
0 commit comments