Skip to content

Commit fa66e4c

Browse files
authored
Merge pull request #802 from elezar/bump-release-v1.17.2
Bump release v1.17.2
2 parents 70ac1e2 + aac7258 commit fa66e4c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## v1.17.2
4+
- Fixed a bug where legacy images would set imex channels as `all`.
5+
36
## v1.17.1
47
- Fixed a bug where specific symlinks existing in a container image could cause a container to fail to start.
58
- Fixed a bug on Tegra-based systems where a container would fail to start.

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

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

0 commit comments

Comments
 (0)