Merge branch 'bump-1.8.1' into 'master'

Bump version to 1.8.1

See merge request nvidia/container-toolkit/container-toolkit!107
This commit is contained in:
Evan Lezar 2022-02-10 08:43:20 +00:00
commit 37a00041c4
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,9 @@
nvidia-container-toolkit (1.8.1-1) UNRELEASED; urgency=medium
* [libnvidia-container] Fix permission issue when determining cgroup version
-- NVIDIA CORPORATION <cudatools@nvidia.com> Wed, 09 Feb 2022 13:42:52 +0100
nvidia-container-toolkit (1.8.0-1) UNRELEASED; urgency=medium
* Promote 1.8.0~rc.2-1 to 1.8.0-1

View File

@ -64,7 +64,10 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
%changelog
* Fri Feb 04 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-0.1.rc.3
* Wed Feb 09 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.1-1
- [libnvidia-container] Fix permission issue when determining cgroup version
* Fri Feb 04 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-1
- Promote 1.8.0-0.1.rc.2 to 1.8.0-1
* Thu Jan 20 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-0.1.rc.2

@ -1 +1 @@
Subproject commit 05959222fe4ce312c121f30c9334157ecaaee260
Subproject commit 14b0453bb5ce34368e51dd5af331333d28287382

View File

@ -13,12 +13,12 @@
# limitations under the License.
LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.8.0
LIB_VERSION := 1.8.1
LIB_TAG :=
# Specify the nvidia-docker2 and nvidia-container-runtime package versions
NVIDIA_DOCKER_VERSION := 2.9.0
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.8.0
NVIDIA_DOCKER_VERSION := 2.9.1
NVIDIA_CONTAINER_RUNTIME_VERSION := 3.8.1
CUDA_VERSION := 11.6.0
GOLANG_VERSION := 1.16.4