From 8cd62d7bdd9a59fbc36cccc8d053b37f12362db1 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Thu, 8 Oct 2020 11:39:42 -0500 Subject: [PATCH] versions: add plugins section plugins sections contains the details of plugins required for the components or testing. Add sriov-network-device-plugin url and version that are consumed by the VFIO test in the tests repository. fixes #879 Signed-off-by: Julio Montes --- versions.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/versions.yaml b/versions.yaml index 5be57d05e0..2ac20ba802 100644 --- a/versions.yaml +++ b/versions.yaml @@ -301,3 +301,15 @@ specs: https://github.com/opencontainers/runtime-spec/tags .*/v?(\d\S+)\.tar\.gz version: "v1.0.0-rc5" + +plugins: + description: | + Details of plugins required for the components or testing. + + sriov-network-device: + description: | + The SR-IOV network device plugin is Kubernetes device plugin for + discovering and advertising SR-IOV virtual functions (VFs) + available on a Kubernetes host. + url: "https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin" + version: "b7f6d3e0679796e907ecca88cfab0e32e326850d"