We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b02c4e + b0a9a48 commit e99597fCopy full SHA for e99597f
2 files changed
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# NVIDIA Container Toolkit Changelog
2
3
-## What's Changed
+## 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
12
13
- Add a Dlopen-based library locator
14
- Add support for injecting additional GIDs
versions.mk
@@ -14,7 +14,7 @@
15
LIB_NAME := nvidia-container-toolkit
16
LIB_VERSION := 1.19.0
17
-LIB_TAG := rc.4
+LIB_TAG := rc.5
18
19
# The package version is the combination of the library version and tag.
20
# If the tag is specified the two components are joined with a tilde (~).
0 commit comments