diff --git a/versions.yaml b/versions.yaml index 4a53fcc3bf..445c908768 100644 --- a/versions.yaml +++ b/versions.yaml @@ -204,6 +204,11 @@ externals: url: "https://github.com/kubernetes-sigs/cri-tools" version: "1.21.0" + gperf: + description: "GNU gperf is a perfect hash function generator" + url: "https://ftp.gnu.org/gnu/gperf" + version: "3.1" + kubernetes: description: "Kubernetes project container manager" url: "https://github.com/kubernetes/kubernetes" @@ -214,6 +219,11 @@ externals: .*/v?([\d\.]+)\.tar\.gz version: "1.21.1-00" + libseccomp: + description: "High level interface to Linux seccomp filter" + url: "https://github.com/seccomp/libseccomp" + version: "2.5.1" + runc: description: "OCI CLI reference runtime implementation" url: "https://github.com/opencontainers/runc"