Skip to content

Commit c5c124b

Browse files
authored
Merge pull request NVIDIA#612 from elezar/bump-release-v1.16.0
Bump version for v1.16.0 release
2 parents 5191197 + a67c3a1 commit c5c124b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# NVIDIA Container Toolkit Changelog
22

3+
## v1.16.0
4+
- Promote v1.16.0-rc.2 to v1.16.0
5+
6+
### Changes in the Toolkit Container
7+
- Bump CUDA base image version to 12.5.1
8+
9+
310
## v1.16.0-rc.2
411
- Use relative path to locate driver libraries
512
- Add RelativeToRoot function to Driver

versions.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LIB_NAME := nvidia-container-toolkit
1616
LIB_VERSION := 1.16.0
17-
LIB_TAG := rc.2
17+
LIB_TAG :=
1818

1919
# The package version is the combination of the library version and tag.
2020
# If the tag is specified the two components are joined with a tilde (~).

0 commit comments

Comments
 (0)