Skip to content

Bump release v1.18.0 rc.1 #1131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
27 changes: 2 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,11 @@
# NVIDIA Container Toolkit Changelog

## v1.17.4
Copy link
Collaborator

Choose a reason for hiding this comment

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

why are we deleting the point releases from prev release? this was not the case from 1.16 to 1.17.?

- Disable mounting of compat libs from container by default
- Add allow-cuda-compat-libs-from-container feature flag
- Skip graphics modifier in CSV mode
- Properly pass configSearchPaths to a Driver constructor
- Add support for containerd version 3 config
- Add string TOML source

### Changes in libnvidia-container
- Add no-cntlibs CLI option to nvidia-container-cli
## v1.18.0-rc.1

### Changes in the Toolkit Container
- Bump CUDA base image version to 12.6.3

## v1.17.3
- Only allow host-relative LDConfig paths by default.
### Changes in libnvidia-container
- Create virtual copy of host ldconfig binary before calling fexecve()

## v1.17.2
- Fixed a bug where legacy images would set imex channels as `all`.

## v1.17.1
- Fixed a bug where specific symlinks existing in a container image could cause a container to fail to start.
- Fixed a bug on Tegra-based systems where a container would fail to start.
- Fixed a bug where the default container runtime config path was not properly set.

### Changes in the Toolkit Container
- Fallback to using a config file if the current runtime config can not be determined from the command line.
### Changes in libnvidia-container

## v1.17.0
- Promote v1.17.0-rc.2 to v1.17.0
Expand Down