Skip to content

Commit 7d76556

Browse files
authored
Merge pull request #658 from squeed/bump-spec-040
SPEC: add references to spec version 0.4.0
2 parents ec5ec68 + c47f156 commit 7d76556

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SPEC.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Container Network Interface Specification
22

33
## Version
4-
This is CNI **spec** version **0.4.0-dev**. This spec contains **unreleased** changes.
4+
This is CNI **spec** version **0.4.0**.
55

66
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)).
77

@@ -10,6 +10,7 @@ Released versions of the spec are available as Git tags.
1010

1111
| tag | spec permalink | major changes |
1212
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------- | --------------------------------- |
13+
| [`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 |
1314
| [`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) |
1415
| [`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 |
1516
| [`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 |

0 commit comments

Comments
 (0)