Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Nov 17, 2021
1 parent 58801d0 commit 2795e7d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DIST_DIR ?= $(CURDIR)/dist

LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.6.0
LIB_TAG ?= rc.3
LIB_TAG ?=

GOLANG_VERSION := 1.16.3
MODULE := github.com/NVIDIA/nvidia-container-toolkit
Expand Down
2 changes: 1 addition & 1 deletion build/container/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DIST_DIR ?= $(CURDIR)/dist
# TODO: These should be defined ONCE and currently duplicate the version in the
# toolkit makefile.
LIB_VERSION := 1.6.0
LIB_TAG := rc.3
LIB_TAG :=

VERSION ?= $(LIB_VERSION)$(if $(LIB_TAG),-$(LIB_TAG))

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.6.0-1) UNRELEASED; urgency=medium

* Promote 1.6.0~rc.3-1 to 1.6.0-1
* Fix unnecessary logging to stderr instead of configured nvidia-container-runtime log file

-- NVIDIA CORPORATION <[email protected]> Wed, 17 Nov 2021 09:25:15 +0100

nvidia-container-toolkit (1.6.0~rc.3-1) experimental; urgency=medium

* Move OCI and command line checks for runtime to internal oci package
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/SPECS/nvidia-container-toolkit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json

%changelog
* Wed Nov 17 2021 NVIDIA CORPORATION <[email protected]> 3.6.0-1
- Promote 1.6.0-0.1.rc.3 to 1.6.0-1
- Fix unnecessary logging to stderr instead of configured nvidia-container-runtime log file

* Mon Nov 15 2021 NVIDIA CORPORATION <[email protected]> 1.6.0-0.1.rc.3

- Move OCI and command line checks for runtime to internal oci package
Expand Down

0 comments on commit 2795e7d

Please sign in to comment.