diff --git a/.travis.yml b/.travis.yml index 629ab1b3..e7047261 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ addons: project: name: "NVIDIA/libnvidia-container" version: "1.0.0" - description: "alpha" + description: "NVIDIA container runtime library" notification_email: fabecassis@nvidia.com build_command_prepend: "make clean" build_command: "make" diff --git a/README.md b/README.md index afc86351..a209ccdd 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ [![Travis](https://img.shields.io/travis/NVIDIA/libnvidia-container.svg?style=flat-square)](https://travis-ci.org/NVIDIA/libnvidia-container) [![Coverity Scan](https://img.shields.io/coverity/scan/12444.svg?style=flat-square)](https://scan.coverity.com/projects/nvidia-libnvidia-container) -**Warning: This project is an alpha release. Although this software has been proven to be stable, ABI compatibility is not guaranteed.** - This repository provides a library and a simple CLI utility to automatically configure GNU/Linux containers leveraging NVIDIA hardware.\ The implementation relies on kernel primitives and is designed to be agnostic of the container runtime. @@ -19,7 +17,7 @@ Refer to the [repository configuration](https://nvidia.github.io/libnvidia-conta With Docker: ```bash # Generate packages for a given distribution in the dist/ directory -make docker-ubuntu:16.04 +make docker-ubuntu:16.04 TAG=beta.1 ```` Without Docker: diff --git a/pkg/deb/changelog b/pkg/deb/changelog index 26204b3f..6cf32a4f 100644 --- a/pkg/deb/changelog +++ b/pkg/deb/changelog @@ -1,3 +1,16 @@ +libnvidia-container (1.0.0~beta.1-1) UNRELEASED; urgency=medium + + * 6822b13 Bump nvidia-modprobe-utils to 390.25 + * 8245f6c Slightly improve RPC error messages + * 9398d41 Add support for display capability + * 57a0dd5 Increase driver service timeout from 1s to 10s + * e48a0d4 Add device minor to the CLI info command + * 019fdc1 Add support for custom driver root directory + * b78a28c Add ppc64le support + * 41656bf Add --ldcache option to the CLI + + -- NVIDIA CORPORATION Mon, 05 Mar 2018 16:10:35 -0800 + libnvidia-container (1.0.0~alpha.3-1) UNRELEASED; urgency=medium * d268f8f Improve error message if driver installed in the container diff --git a/pkg/deb/libnvidia-container@MAJOR@.symbols b/pkg/deb/libnvidia-container@MAJOR@.symbols index 24fe8dd6..aaf9be8a 100644 --- a/pkg/deb/libnvidia-container@MAJOR@.symbols +++ b/pkg/deb/libnvidia-container@MAJOR@.symbols @@ -1,21 +1,21 @@ libnvidia-container.so.1 libnvidia-container1 #MINVER# - NVC_1.0@NVC_1.0 1.0.0~alpha.3 - nvc_config_free@NVC_1.0 1.0.0~alpha.3 - nvc_config_new@NVC_1.0 1.0.0~alpha.3 - nvc_container_config_free@NVC_1.0 1.0.0~alpha.3 - nvc_container_config_new@NVC_1.0 1.0.0~alpha.3 - nvc_container_free@NVC_1.0 1.0.0~alpha.3 - nvc_container_new@NVC_1.0 1.0.0~alpha.3 - nvc_context_free@NVC_1.0 1.0.0~alpha.3 - nvc_context_new@NVC_1.0 1.0.0~alpha.3 - nvc_device_info_free@NVC_1.0 1.0.0~alpha.3 - nvc_device_info_new@NVC_1.0 1.0.0~alpha.3 - nvc_device_mount@NVC_1.0 1.0.0~alpha.3 - nvc_driver_info_free@NVC_1.0 1.0.0~alpha.3 - nvc_driver_info_new@NVC_1.0 1.0.0~alpha.3 - nvc_driver_mount@NVC_1.0 1.0.0~alpha.3 - nvc_error@NVC_1.0 1.0.0~alpha.3 - nvc_init@NVC_1.0 1.0.0~alpha.3 - nvc_ldcache_update@NVC_1.0 1.0.0~alpha.3 - nvc_shutdown@NVC_1.0 1.0.0~alpha.3 - nvc_version@NVC_1.0 1.0.0~alpha.3 + NVC_1.0@NVC_1.0 1.0.0~beta.1 + nvc_config_free@NVC_1.0 1.0.0~beta.1 + nvc_config_new@NVC_1.0 1.0.0~beta.1 + nvc_container_config_free@NVC_1.0 1.0.0~beta.1 + nvc_container_config_new@NVC_1.0 1.0.0~beta.1 + nvc_container_free@NVC_1.0 1.0.0~beta.1 + nvc_container_new@NVC_1.0 1.0.0~beta.1 + nvc_context_free@NVC_1.0 1.0.0~beta.1 + nvc_context_new@NVC_1.0 1.0.0~beta.1 + nvc_device_info_free@NVC_1.0 1.0.0~beta.1 + nvc_device_info_new@NVC_1.0 1.0.0~beta.1 + nvc_device_mount@NVC_1.0 1.0.0~beta.1 + nvc_driver_info_free@NVC_1.0 1.0.0~beta.1 + nvc_driver_info_new@NVC_1.0 1.0.0~beta.1 + nvc_driver_mount@NVC_1.0 1.0.0~beta.1 + nvc_error@NVC_1.0 1.0.0~beta.1 + nvc_init@NVC_1.0 1.0.0~beta.1 + nvc_ldcache_update@NVC_1.0 1.0.0~beta.1 + nvc_shutdown@NVC_1.0 1.0.0~beta.1 + nvc_version@NVC_1.0 1.0.0~beta.1 diff --git a/pkg/rpm/SPECS/libnvidia-container.spec b/pkg/rpm/SPECS/libnvidia-container.spec index 293300cc..730799b8 100644 --- a/pkg/rpm/SPECS/libnvidia-container.spec +++ b/pkg/rpm/SPECS/libnvidia-container.spec @@ -85,6 +85,16 @@ This package contains command-line tools that facilitate using the library. %{_bindir}/* %changelog +* Mon Mar 05 2018 NVIDIA CORPORATION 1.0.0-0.1.beta.1 +- 6822b13 Bump nvidia-modprobe-utils to 390.25 +- 8245f6c Slightly improve RPC error messages +- 9398d41 Add support for display capability +- 57a0dd5 Increase driver service timeout from 1s to 10s +- e48a0d4 Add device minor to the CLI info command +- 019fdc1 Add support for custom driver root directory +- b78a28c Add ppc64le support +- 41656bf Add --ldcache option to the CLI + * Wed Jan 10 2018 NVIDIA CORPORATION 1.0.0-0.1.alpha.3 - d268f8f Improve error message if driver installed in the container - 3fdac29 Add optional support for libelf from the elfutils project