Skip to content

Commit 27f3125

Browse files
committed
Bump version for v1.18.1 release
Signed-off-by: Evan Lezar <[email protected]>
1 parent 107308e commit 27f3125

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## v1.18.1
4+
- Fix update of ldcache for non-matching host and container distros
5+
- Use enable-cuda-compat hook when ldcache does not exist
6+
- Fix update of ldcache if container does not have an ld.so.conf file
7+
- Switch to go 1.25 os.Root
8+
- Filter already tracked directories from ldcache update
9+
- Fix duplicate specs for jit-cdi mode
10+
- Correct typo in nvsandboxutils feature flag
11+
- Allow nvcdi FeatureFlags to be configured for jit-cdi mode
12+
- Fix trigger of CDI refresh service
13+
- Update rpm package to have 256bit digests
14+
- Fix containerd drop-in config path
15+
- Redirect log message to stderr in nvidia runtime wrapper script
16+
- Fix handling of existing imports in containerd
17+
- Don't read cdi generate mode from runtime mode
18+
- Fix bug in create-dev-char-symlinks command
19+
20+
### Changes in the Toolkit Container
21+
22+
- Bump nvidia/distroless/go to v3.2.1-dev in /deployments/container
23+
324
## v1.18.0
425
- Fix bug in device selection in jit-cdi mode
526
- Make list of explicit driver libraries opt-in

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
LIB_NAME := nvidia-container-toolkit
16-
LIB_VERSION := 1.18.0
16+
LIB_VERSION := 1.18.1
1717
LIB_TAG :=
1818

1919
# The package version is the combination of the library version and tag.

0 commit comments

Comments
 (0)