Skip to content

Commit

Permalink
Update changelogs for v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3XX0 committed Mar 6, 2018
1 parent 71655e6 commit be797da
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ addons:
project:
name: "NVIDIA/libnvidia-container"
version: "1.0.0"
description: "alpha"
description: "NVIDIA container runtime library"
notification_email: [email protected]
build_command_prepend: "make clean"
build_command: "make"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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:
Expand Down
13 changes: 13 additions & 0 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
40 changes: 20 additions & 20 deletions pkg/deb/libnvidia-container@[email protected]
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

%changelog
* Mon Mar 05 2018 NVIDIA CORPORATION <[email protected]> 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 <[email protected]> 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
Expand Down

0 comments on commit be797da

Please sign in to comment.