Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# NVIDIA Container Toolkit Changelog

## v1.18.1
- Fix update of ldcache for non-matching host and container distros
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't we include the runc bump as well? It fixes a high CVE

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We generally drop the dependency bumps from the CHANGELOG.

Also, although runc had a CVE, I don't think the runtime was affected by it directly. I would have to check the code we import to see whether any of that was affected.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm definitely open to discussing this though, but don't want to block this release on it.

- Use enable-cuda-compat hook when ldcache does not exist
- Fix update of ldcache if container does not have an ld.so.conf file
- Switch to go 1.25 os.Root
- Filter already tracked directories from ldcache update
- Fix duplicate specs for jit-cdi mode
- Correct typo in nvsandboxutils feature flag
- Allow nvcdi FeatureFlags to be configured for jit-cdi mode
- Fix trigger of CDI refresh service
- Update rpm package to have 256bit digests
- Fix containerd drop-in config path
- Redirect log message to stderr in nvidia runtime wrapper script
- Fix handling of existing imports in containerd
- Don't read cdi generate mode from runtime mode
- Fix bug in create-dev-char-symlinks command

### Changes in the Toolkit Container

- Bump nvidia/distroless/go to v3.2.1-dev in /deployments/container

## v1.18.0
- Fix bug in device selection in jit-cdi mode
- Make list of explicit driver libraries opt-in
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.18.0
LIB_VERSION := 1.18.1
LIB_TAG :=

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