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 70ac1e2 + aac7258 commit fa66e4cCopy full SHA for fa66e4c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# NVIDIA Container Toolkit Changelog
2
3
+## v1.17.2
4
+- Fixed a bug where legacy images would set imex channels as `all`.
5
+
6
## v1.17.1
7
- Fixed a bug where specific symlinks existing in a container image could cause a container to fail to start.
8
- Fixed a bug on Tegra-based systems where a container would fail to start.
versions.mk
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
LIB_NAME := nvidia-container-toolkit
16
-LIB_VERSION := 1.17.1
+LIB_VERSION := 1.17.2
17
LIB_TAG :=
18
19
# The package version is the combination of the library version and tag.
0 commit comments