Skip to content

Commit ec7b4e2

Browse files
authored
Merge pull request #1722 from elezar/bump-release-v1.19.0
Bump version for v1.19.0 release
2 parents b39720b + 2f6a673 commit ec7b4e2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-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

internal/nvsandboxutils/gen/nvsandboxutils/generateapi.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ func getGoFiles(sourceDir string) (map[string][]byte, error) {
227227
return nil
228228
}
229229

230+
//nolint:gosec // Since we are only using this during code generation
231+
// we are not concerned with possible TOUTOC race conditions.
230232
content, err := os.ReadFile(path)
231233
if err != nil {
232234
return err

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)