Skip to content

Commit 62bd015

Browse files
author
Evan Lezar
committed
Merge branch 'bump-version-v1.12.0' into 'main'
Bump version to v1.12.0 See merge request nvidia/container-toolkit/container-toolkit!285
2 parents 9ef314e + ac5c62c commit 62bd015

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# NVIDIA Container Toolkit Changelog
22

3-
## v1.12.0-rc.6
3+
## v1.12.0
44

5+
* Promote `v1.12.0-rc.5` to `v1.12.0`
56
* Rename `nvidia cdi generate` `--root` flag to `--driver-root` to better indicate intent
67
* [libnvidia-container] Add nvcubins.bin to DriverStore components under WSL2
8+
* [toolkit-container] Bump CUDA base images to 12.0.1
79

810
## v1.12.0-rc.5
911

third_party/libnvidia-container

Submodule libnvidia-container updated from cb0b5c2 to 7678e1a

versions.mk

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

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

1918
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
2019
# Note: The build tooling uses `LIB_TAG` above as the version tag.
@@ -25,7 +24,7 @@ NVIDIA_CONTAINER_RUNTIME_VERSION := 3.12.0
2524
# Specify the expected libnvidia-container0 version for arm64-based ubuntu builds.
2625
LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
2726

28-
CUDA_VERSION := 11.8.0
27+
CUDA_VERSION := 12.0.1
2928
GOLANG_VERSION := 1.18.8
3029

3130
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")

0 commit comments

Comments
 (0)