Skip to content

Commit 8a6c194

Browse files
authored
Merge pull request #749 from elezar/bump-release-v1.17.0-rc.1
Bump version for v1.17.0-rc.1 release
2 parents 5931136 + 5d057dc commit 8a6c194

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

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

3+
## v1.17.0-rc.1
4+
- Allow IMEX channels to be requested as volume mounts
5+
- Fix typo in error message
6+
- Add disable-imex-channel-creation feature flag
7+
- Add -z,lazy to LDFLAGS
8+
- Add imex channels to management CDI spec
9+
- Add support to fetch current container runtime config from the command line.
10+
- Add creation of select driver symlinks to CDI spec generation.
11+
- Remove support for config overrides when configuring runtimes.
12+
- Skip explicit creation of libnvidia-allocator.so.1 symlink
13+
- Add vdpau as as a driver library search path.
14+
- Add support for using libnvsandboxutils to generate CDI specifications.
15+
16+
### Changes in the Toolkit Container
17+
18+
- Allow opt-in features to be selected when deploying the toolkit-container.
19+
- Bump CUDA base image version to 12.6.2
20+
- Remove support for config overrides when configuring runtimes.
21+
22+
### Changes in libnvidia-container
23+
24+
- Add no-create-imex-channels command line option.
25+
326
## v1.16.2
427
- Exclude libnvidia-allocator from graphics mounts. This fixes a bug that leaks mounts when a container is started with bi-directional mount propagation.
528
- Use empty string for default runtime-config-override. This removes a redundant warning for runtimes (e.g. Docker) where this is not applicable.

versions.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515
LIB_NAME := nvidia-container-toolkit
16-
LIB_VERSION := 1.16.2
17-
LIB_TAG :=
16+
LIB_VERSION := 1.17.0
17+
LIB_TAG := rc.1
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)