mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Bump version to v1.16.0-rc.1
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
55630bc2c0
commit
1dd59101c7
@ -1,5 +1,6 @@
|
|||||||
# NVIDIA Container Toolkit Changelog
|
# NVIDIA Container Toolkit Changelog
|
||||||
|
|
||||||
|
## v1.16.0-rc.1
|
||||||
* Move `nvidia-ctk hook` commands to a separate `nvidia-cdi-hook` binary. The same subcommands are supported.
|
* Move `nvidia-ctk hook` commands to a separate `nvidia-cdi-hook` binary. The same subcommands are supported.
|
||||||
|
|
||||||
## v1.15.0
|
## v1.15.0
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
LIB_NAME := nvidia-container-toolkit
|
LIB_NAME := nvidia-container-toolkit
|
||||||
LIB_VERSION := 1.15.0
|
LIB_VERSION := 1.16.0
|
||||||
LIB_TAG :=
|
LIB_TAG := rc.1
|
||||||
|
|
||||||
# The package version is the combination of the library version and tag.
|
# The package version is the combination of the library version and tag.
|
||||||
# If the tag is specified the two components are joined with a tilde (~).
|
# If the tag is specified the two components are joined with a tilde (~).
|
||||||
|
Loading…
Reference in New Issue
Block a user