mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-04-15 13:01:23 +00:00
Merge branch 'bump-version-1.15.0-rc.1' into 'main'
Bump version to v1.15.0-rc.1 See merge request nvidia/container-toolkit/container-toolkit!508
This commit is contained in:
commit
cff50aa5d6
@ -1,5 +1,6 @@
|
|||||||
# NVIDIA Container Toolkit Changelog
|
# NVIDIA Container Toolkit Changelog
|
||||||
|
|
||||||
|
## v1.15.0-rc.1
|
||||||
* Skip update of ldcache in containers without ldconfig. The .so.SONAME symlinks are still created.
|
* Skip update of ldcache in containers without ldconfig. The .so.SONAME symlinks are still created.
|
||||||
* Normalize ldconfig path on use. This automatically adjust the ldconfig setting applied to ldconfig.real on systems where this exists.
|
* Normalize ldconfig path on use. This automatically adjust the ldconfig setting applied to ldconfig.real on systems where this exists.
|
||||||
* Include `nvidia/nvoptix.bin` in list of graphics mounts.
|
* Include `nvidia/nvoptix.bin` in list of graphics mounts.
|
||||||
|
2
third_party/libnvidia-container
vendored
2
third_party/libnvidia-container
vendored
@ -1 +1 @@
|
|||||||
Subproject commit f30a9f4ad1136ab50d048e7781af05a3ed060f24
|
Subproject commit 5c75904f9cf41bd106a0424e6d24c2854ef94c11
|
@ -13,8 +13,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
LIB_NAME := nvidia-container-toolkit
|
LIB_NAME := nvidia-container-toolkit
|
||||||
LIB_VERSION := 1.14.3
|
LIB_VERSION := 1.15.0
|
||||||
LIB_TAG :=
|
LIB_TAG := rc.1
|
||||||
|
|
||||||
# The package version is the combination of the library version and tag.
|
# The package version is the combination of the library version and tag.
|
||||||
# If the tag is specified the two components are joined with a tilde (~).
|
# If the tag is specified the two components are joined with a tilde (~).
|
||||||
|
Loading…
Reference in New Issue
Block a user