From cc0b16444f590123d211f717d116039d717cd740 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 21 Jul 2021 14:05:01 +0900 Subject: [PATCH] README.md: remove abandoned versioning policy "`runc` X.Y.Z should implement the X.Y version of the specification." is no longer correct. Signed-off-by: Akihiro Suda --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 23106d303..6bff2ea1d 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,6 @@ ## Releases -`runc` depends on and tracks the [runtime-spec](https://github.com/opencontainers/runtime-spec) repository. -We will try to make sure that `runc` and the OCI specification major versions stay in lockstep. -This means that `runc` 1.0.0 should implement the 1.0 version of the specification. - You can find official releases of `runc` on the [release](https://github.com/opencontainers/runc/releases) page. ## Security