Skip to content

Commit 9bf2a68

Browse files
committed
Bump version for v1.19.0 release
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent b39720b commit 9bf2a68

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.19.0
4+
- Promote v1.19.0-rc.7 to v1.19.0
5+
36
## v1.19.0-rc.7
47
- fix: Reuse instantiated editsFactory in CDI
58
- fix: Don't use driver version in ELF header for compat check

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LIB_NAME := nvidia-container-toolkit
1616
LIB_VERSION := 1.19.0
17-
LIB_TAG := rc.7
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)