Skip to content

Commit 1467f3f

Browse files
authored
Merge pull request #786 from elezar/bump-release-v1.17.1
Bump version for v1.17.1 release
2 parents 11e4af3 + ca9612a commit 1467f3f

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.1
4+
- Fixed a bug where specific symlinks existing in a container image could cause a container to fail to start.
5+
- Fixed a bug on Tegra-based systems where a container would fail to start.
6+
- Fixed a bug where the default container runtime config path was not properly set.
7+
8+
### Changes in the Toolkit Container
9+
- Fallback to using a config file if the current runtime config can not be determined from the command line.
10+
311
## v1.17.0
412
- Promote v1.17.0-rc.2 to v1.17.0
513
- Fix bug when using just-in-time CDI spec generation

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

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

0 commit comments

Comments
 (0)