Skip to content

Commit

Permalink
Merge branch 'upstream-add-ngx-all-driver-caps' into 'master'
Browse files Browse the repository at this point in the history
Add 'ngx' to list of *all* driver capabilities -- Prepare patch release for 1.2.1

See merge request nvidia/container-toolkit/container-toolkit!13
  • Loading branch information
klueska committed Jul 22, 2020
2 parents 7ec9e84 + ba9758c commit d10144b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MKDIR ?= mkdir
DIST_DIR ?= $(CURDIR)/dist

LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.2.0
LIB_VERSION := 1.2.1

GOLANG_VERSION := 1.14.2
GOLANG_PKG_PATH := github.com/NVIDIA/container-toolkit/pkg
Expand Down
7 changes: 7 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
nvidia-container-toolkit (1.2.1-1) UNRELEASED; urgency=medium

* 4e6e0ed4 Add 'ngx' to list of *all* driver capabilities
* 2f4af743 List config.toml as a config file in the RPM SPEC

-- NVIDIA CORPORATION <[email protected]> Wed, 22 Jul 2020 15:36:12 -0700

nvidia-container-toolkit (1.2.0-1) UNRELEASED; urgency=medium

* 8e0aab46 Fix repo listed in changelog for debian distributions
Expand Down
6 changes: 5 additions & 1 deletion packaging/rpm/SPECS/nvidia-container-toolkit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,15 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
%files
%license LICENSE
%{_bindir}/nvidia-container-toolkit
/etc/nvidia-container-runtime/config.toml
%config /etc/nvidia-container-runtime/config.toml
/usr/libexec/oci/hooks.d/oci-nvidia-hook
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json

%changelog
* Wed Jul 22 2020 NVIDIA CORPORATION <[email protected]> 1.2.1-1
- 4e6e0ed4 Add 'ngx' to list of *all* driver capabilities
- 2f4af743 List config.toml as a config file in the RPM SPEC

* Wed Jul 08 2020 NVIDIA CORPORATION <[email protected]> 1.2.0-1
- 8e0aab46 Fix repo listed in changelog for debian distributions
- 320bb6e4 Update dependence on libnvidia-container to 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/container_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
)

const (
allDriverCapabilities = "compute,compat32,graphics,utility,video,display"
allDriverCapabilities = "compute,compat32,graphics,utility,video,display,ngx"
defaultDriverCapabilities = "utility"
)

Expand Down

0 comments on commit d10144b

Please sign in to comment.