From c47f15614bd6b154b12845a6d7c683a6a0fd1c5b Mon Sep 17 00:00:00 2001 From: Casey Callendrello Date: Fri, 26 Apr 2019 14:01:40 +0200 Subject: [PATCH] SPEC: add references to spec version 0.4.0 --- SPEC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index e7e03346..9c032853 100644 --- a/SPEC.md +++ b/SPEC.md @@ -1,7 +1,7 @@ # Container Network Interface Specification ## Version -This is CNI **spec** version **0.4.0-dev**. This spec contains **unreleased** changes. +This is CNI **spec** version **0.4.0**. Note that this is **independent from the version of the CNI library and plugins** in this repository (e.g. the versions of [releases](https://github.com/containernetworking/cni/releases)). @@ -10,6 +10,7 @@ Released versions of the spec are available as Git tags. | tag | spec permalink | major changes | | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- | --------------------------------- | +| [`spec-v0.4.0`](https://github.com/containernetworking/cni/releases/tag/spec-v0.4.0) | [spec at v0.4.0](https://github.com/containernetworking/cni/blob/spec-v0.4.0/SPEC.md) | Introduce the CHECK command and passing prevResult on DEL | | [`spec-v0.3.1`](https://github.com/containernetworking/cni/releases/tag/spec-v0.3.1) | [spec at v0.3.1](https://github.com/containernetworking/cni/blob/spec-v0.3.1/SPEC.md) | none (typo fix only) | | [`spec-v0.3.0`](https://github.com/containernetworking/cni/releases/tag/spec-v0.3.0) | [spec at v0.3.0](https://github.com/containernetworking/cni/blob/spec-v0.3.0/SPEC.md) | rich result type, plugin chaining | | [`spec-v0.2.0`](https://github.com/containernetworking/cni/releases/tag/spec-v0.2.0) | [spec at v0.2.0](https://github.com/containernetworking/cni/blob/spec-v0.2.0/SPEC.md) | VERSION command |