Skip to content

Commit be797da

Browse files
committed
Update changelogs for v1.0.0-beta.1
1 parent 71655e6 commit be797da

File tree

5 files changed

+45
-24
lines changed

5 files changed

+45
-24
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ addons:
2323
project:
2424
name: "NVIDIA/libnvidia-container"
2525
version: "1.0.0"
26-
description: "alpha"
26+
description: "NVIDIA container runtime library"
2727
notification_email: [email protected]
2828
build_command_prepend: "make clean"
2929
build_command: "make"

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
[![Travis](https://img.shields.io/travis/NVIDIA/libnvidia-container.svg?style=flat-square)](https://travis-ci.org/NVIDIA/libnvidia-container)
77
[![Coverity Scan](https://img.shields.io/coverity/scan/12444.svg?style=flat-square)](https://scan.coverity.com/projects/nvidia-libnvidia-container)
88

9-
**Warning: This project is an alpha release. Although this software has been proven to be stable, ABI compatibility is not guaranteed.**
10-
119
This repository provides a library and a simple CLI utility to automatically configure GNU/Linux containers leveraging NVIDIA hardware.\
1210
The implementation relies on kernel primitives and is designed to be agnostic of the container runtime.
1311

@@ -19,7 +17,7 @@ Refer to the [repository configuration](https://nvidia.github.io/libnvidia-conta
1917
With Docker:
2018
```bash
2119
# Generate packages for a given distribution in the dist/ directory
22-
make docker-ubuntu:16.04
20+
make docker-ubuntu:16.04 TAG=beta.1
2321
````
2422

2523
Without Docker:

pkg/deb/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
libnvidia-container (1.0.0~beta.1-1) UNRELEASED; urgency=medium
2+
3+
* 6822b13 Bump nvidia-modprobe-utils to 390.25
4+
* 8245f6c Slightly improve RPC error messages
5+
* 9398d41 Add support for display capability
6+
* 57a0dd5 Increase driver service timeout from 1s to 10s
7+
* e48a0d4 Add device minor to the CLI info command
8+
* 019fdc1 Add support for custom driver root directory
9+
* b78a28c Add ppc64le support
10+
* 41656bf Add --ldcache option to the CLI
11+
12+
-- NVIDIA CORPORATION <[email protected]> Mon, 05 Mar 2018 16:10:35 -0800
13+
114
libnvidia-container (1.0.0~alpha.3-1) UNRELEASED; urgency=medium
215

316
* d268f8f Improve error message if driver installed in the container
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
libnvidia-container.so.1 libnvidia-container1 #MINVER#
2-
NVC_1.0@NVC_1.0 1.0.0~alpha.3
3-
nvc_config_free@NVC_1.0 1.0.0~alpha.3
4-
nvc_config_new@NVC_1.0 1.0.0~alpha.3
5-
nvc_container_config_free@NVC_1.0 1.0.0~alpha.3
6-
nvc_container_config_new@NVC_1.0 1.0.0~alpha.3
7-
nvc_container_free@NVC_1.0 1.0.0~alpha.3
8-
nvc_container_new@NVC_1.0 1.0.0~alpha.3
9-
nvc_context_free@NVC_1.0 1.0.0~alpha.3
10-
nvc_context_new@NVC_1.0 1.0.0~alpha.3
11-
nvc_device_info_free@NVC_1.0 1.0.0~alpha.3
12-
nvc_device_info_new@NVC_1.0 1.0.0~alpha.3
13-
nvc_device_mount@NVC_1.0 1.0.0~alpha.3
14-
nvc_driver_info_free@NVC_1.0 1.0.0~alpha.3
15-
nvc_driver_info_new@NVC_1.0 1.0.0~alpha.3
16-
nvc_driver_mount@NVC_1.0 1.0.0~alpha.3
17-
nvc_error@NVC_1.0 1.0.0~alpha.3
18-
nvc_init@NVC_1.0 1.0.0~alpha.3
19-
nvc_ldcache_update@NVC_1.0 1.0.0~alpha.3
20-
nvc_shutdown@NVC_1.0 1.0.0~alpha.3
21-
nvc_version@NVC_1.0 1.0.0~alpha.3
2+
NVC_1.0@NVC_1.0 1.0.0~beta.1
3+
nvc_config_free@NVC_1.0 1.0.0~beta.1
4+
nvc_config_new@NVC_1.0 1.0.0~beta.1
5+
nvc_container_config_free@NVC_1.0 1.0.0~beta.1
6+
nvc_container_config_new@NVC_1.0 1.0.0~beta.1
7+
nvc_container_free@NVC_1.0 1.0.0~beta.1
8+
nvc_container_new@NVC_1.0 1.0.0~beta.1
9+
nvc_context_free@NVC_1.0 1.0.0~beta.1
10+
nvc_context_new@NVC_1.0 1.0.0~beta.1
11+
nvc_device_info_free@NVC_1.0 1.0.0~beta.1
12+
nvc_device_info_new@NVC_1.0 1.0.0~beta.1
13+
nvc_device_mount@NVC_1.0 1.0.0~beta.1
14+
nvc_driver_info_free@NVC_1.0 1.0.0~beta.1
15+
nvc_driver_info_new@NVC_1.0 1.0.0~beta.1
16+
nvc_driver_mount@NVC_1.0 1.0.0~beta.1
17+
nvc_error@NVC_1.0 1.0.0~beta.1
18+
nvc_init@NVC_1.0 1.0.0~beta.1
19+
nvc_ldcache_update@NVC_1.0 1.0.0~beta.1
20+
nvc_shutdown@NVC_1.0 1.0.0~beta.1
21+
nvc_version@NVC_1.0 1.0.0~beta.1

pkg/rpm/SPECS/libnvidia-container.spec

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ This package contains command-line tools that facilitate using the library.
8585
%{_bindir}/*
8686

8787
%changelog
88+
* Mon Mar 05 2018 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.beta.1
89+
- 6822b13 Bump nvidia-modprobe-utils to 390.25
90+
- 8245f6c Slightly improve RPC error messages
91+
- 9398d41 Add support for display capability
92+
- 57a0dd5 Increase driver service timeout from 1s to 10s
93+
- e48a0d4 Add device minor to the CLI info command
94+
- 019fdc1 Add support for custom driver root directory
95+
- b78a28c Add ppc64le support
96+
- 41656bf Add --ldcache option to the CLI
97+
8898
* Wed Jan 10 2018 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.alpha.3
8999
- d268f8f Improve error message if driver installed in the container
90100
- 3fdac29 Add optional support for libelf from the elfutils project

0 commit comments

Comments
 (0)