Skip to content

Commit e99597f

Browse files
authored
Merge pull request #1678 from elezar/bump-release-v1.19.0-rc.5
Bump version for v1.19.0-rc.5 release
2 parents 3b02c4e + b0a9a48 commit e99597f

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# NVIDIA Container Toolkit Changelog
22

3-
## What's Changed
3+
## v1.19.0-rc.5
4+
5+
- Remove dlopen locator added in v1.19.0-rc.4
6+
7+
### Changes in the Toolkit Container
8+
9+
- build(deps): Bump nvidia/distroless/go to v4.0.2-dev in /deployments/container
10+
11+
## v1.19.0-rc.4
412

513
- Add a Dlopen-based library locator
614
- Add support for injecting additional GIDs

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