diff --git a/versions.yaml b/versions.yaml index ed42ca990b..28f6d79467 100644 --- a/versions.yaml +++ b/versions.yaml @@ -195,6 +195,11 @@ externals: url: "https://github.com/containernetworking/plugins" commit: "485be65581341430f9106a194a98f0f2412245fb" + conmon: + description: "An OCI container runtime monitor" + url: "https://github.com/containers/conmon" + version: "v2.0.1" + crio: description: | OCI-based Kubernetes Container Runtime Interface implementation @@ -211,6 +216,11 @@ externals: tarball_url: "https://storage.googleapis.com/cri-containerd-release" version: "1.2.7" + critools: + description: "CLI tool for Container Runtime Interface (CRI)" + url: "https://github.com/kubernetes-sigs/cri-tools" + version: "1.16.1" + docker: description: "Moby project container manager" notes: "Docker Swarm requires an older version of Docker."