Skip to content

Commit 03cdf3b

Browse files
author
Evan Lezar
committed
Merge branch 'bump-version-v1.12.0-rc.6' into 'main'
Bump version to v1.12.0-rc.6 See merge request nvidia/container-toolkit/container-toolkit!283
2 parents 9a06768 + f8f415a commit 03cdf3b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.nvidia-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ image-packaging:
110110
image: "${PULSE_IMAGE}"
111111
variables:
112112
IMAGE: "${CI_REGISTRY_IMAGE}/container-toolkit:${CI_COMMIT_SHORT_SHA}-${DIST}"
113-
IMAGE_ARCHIVE: "container-toolkit.tar"
113+
IMAGE_ARCHIVE: "container-toolkit-${DIST}-${ARCH}-${CI_JOB_ID}.tar"
114114
rules:
115115
- if: $SKIP_SCANS != "yes"
116116
- when: manual

CHANGELOG.md

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

3+
## v1.12.0-rc.6
4+
5+
* [libnvidia-container] Add nvcubins.bin to DriverStore components under WSL2
6+
37
## v1.12.0-rc.5
48

9+
* Fix bug here the `nvidia-ctk` path was not properly resolved. This causes failures to run containers when the runtime is configured in `csv` mode or if the `NVIDIA_DRIVER_CAPABILITIES` includes `graphics` or `display` (e.g. `all`).
10+
511
## v1.12.0-rc.4
612

713
* Generate a minimum CDI spec version for improved compatibility.

third_party/libnvidia-container

Submodule libnvidia-container updated from 4b7f3d9 to cb0b5c2

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LIB_NAME := nvidia-container-toolkit
1616
LIB_VERSION := 1.12.0
17-
LIB_TAG := rc.5
17+
LIB_TAG := rc.6
1818

1919
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
2020
# Note: The build tooling uses `LIB_TAG` above as the version tag.

0 commit comments

Comments
 (0)