Releases: NVIDIA/nvidia-container-runtime
v3.6.0
This is a promotion of the v3.6.0-rc.3
release to GA.
NOTE: This release is the first unified release of the NVIDIA Container Toolkit that consists of the following packages:
libnvidia-container 1.6.0
nvidia-container-toolkit 1.6.0
nvidia-container-runtime 3.6.0
nvidia-docker2 2.7.0
The packages for this release are published to the libnvidia-container
package repositories.
v3.6.0-rc.3
- Convert to architecture-independent packages (
all
for.deb
andnoarch
for.rpm
packages)
v3.6.0-rc.2
- [BUILD] Allow
TOOLKIT_VERSION
andTOOLKIT_TAG
to be specified as make variables
v3.6.0-rc.1
- Add AARCH64 package for Amazon Linux 2
- Convert to meta package that depends on
nvidia-container-toolkit
>1.5.1
. Thenvidia-container-runtime
executable was moved to thenvidia-container-toolkit
package - Remove
libseccomp2
dependency as this was moved intonvidia-container-toolkit
package - [BUILD] Allow TAG to be specified instead of revision
v3.6.0-rc.3
- Build architecture independent packages (
all
for.deb
andnoarch
for.rpm
) - Bump
nvidia-container-toolkit
dependency to1.6.0-rc.3
NOTE: This release is the first unified release of the NVIDIA Container Toolkit that consists of the following packages:
libnvidia-container 1.6.0-rc.3
nvidia-container-toolkit 1.6.0-rc.3
nvidia-container-runtime 3.6.0-rc.3
nvidia-docker2 2.7.0-rc.3
The packages for this release are published to the libnvidia-container
package repositories as experimental.
v3.6.0-rc.2
- [BUILD] Allow TOOLKIT_VERSION and TOOLKIT_TAG to be specified as make variables
NOTE: This release is the first unified release of the NVIDIA Container Toolkit that consists of the following packages:
libnvidia-container 1.6.0-rc.2
nvidia-container-toolkit 1.6.0-rc.2
nvidia-container-runtime 3.6.0-rc.2
nvidia-docker2 2.7.0-rc.2
The packages for this release are published to the libnvidia-container
package repositories as experimental.
v3.6.0-rc.1
-
Add AARCH64 package for Amazon Linux 2
-
Convert to meta package that depends on
nvidia-container-toolkit
> 1.5.1 -
Remove
libseccomp2
dependency as this was moved intonvidia-container-toolkit
-
[BUILD] Allow TAG to be specified instead of revision
NOTE: This release is the first unified release of the NVIDIA Container Toolkit that consists of the following packages:
libnvidia-container 1.6.0-rc.1
nvidia-container-toolkit 1.6.0-rc.1
nvidia-container-runtime 3.6.0-rc.1
nvidia-docker2 2.7.0-rc.1
The packages for this release are published to the libnvidia-container
package repositories as experimental.
v3.5.0
- Add dependence on nvidia-container-toolkit >= 1.5.0
- Refactor the whole project for easier extensibility in the future
- Move main to cmd/nvidia-container-runtime to make it go-installable
- Switch to logrus for logging and refactor how logging is done
- Update to Golang 1.16.3
- Improvements to build and CI system
- Reorganize the code structure and format it correctly