Skip to content

Commit c573709

Browse files
authored
Merge pull request #1668 from elezar/bump-release-v1.19.0-rc.4
Bump version for v1.19.0-rc.4 release
2 parents 3767595 + 624466c commit c573709

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## What's Changed
4+
5+
- Add a Dlopen-based library locator
6+
- Add support for injecting additional GIDs
7+
- Add support for CUDA forward compat on Orin systems
8+
39
## v1.19.0-rc.3
410
- Remove restart logic from nvidia-cdi-refresh.service.
511
- fix: Set device node GID in CDI specs

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.3
17+
LIB_TAG := rc.4
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)