Skip to content

Commit b39720b

Browse files
authored
Merge pull request #1698 from elezar/bump-release-v1.19.0-rc.7
Bump version for v1.19.0-rc.7 release
2 parents 29b3596 + d0c0752 commit b39720b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## v1.19.0-rc.7
4+
- fix: Reuse instantiated editsFactory in CDI
5+
- fix: Don't use driver version in ELF header for compat check
6+
- Use jit-cdi modifier for gated modifiers
7+
- refactor: Use automatic CDI modifier for CSV
8+
- fix: Use driver.Root instead of config option in modifier Factory
9+
- test: Improve csv modifier tests
10+
- test: Add IsOverrideApplied function to devices package
11+
- chore: Run goimports on mocks
12+
- fix: Ensure that CUDA Compat Container path is set by default
13+
- chore: Update isIntegratedGPU for readability
14+
- chore: Rename isIntegratedGPUID function to isOrinGPUID
15+
- fix: Use correct version when updating versions.mk
16+
317
## v1.19.0-rc.6
418

519
- Use host CUDA version for all CSV compat checks

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