From: Bryan Boreham Date: Sat, 3 Jun 2017 13:21:43 +0000 (+0100) Subject: Clarify first released spec with 'args' was 0.2.0 X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=f41070deb09cfeb9f2a2a8a47defdefe1998251a;p=cni.git Clarify first released spec with 'args' was 0.2.0 --- diff --git a/CONVENTIONS.md b/CONVENTIONS.md index 3d51509..9222f3e 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -58,7 +58,7 @@ But the runtime would fill in the mappings so the plugin itself would receive so ``` ## "args" in network config -`args` in [network config](https://github.com/containernetworking/cni/blob/master/SPEC.md#network-configuration) were introduced as an optional field into the `0.1.0` CNI spec. The first CNI code release that it appeared in was `v0.4.0`. +`args` in [network config](https://github.com/containernetworking/cni/blob/master/SPEC.md#network-configuration) were introduced as an optional field into the `0.2.0` release of the CNI spec. The first CNI code release that it appeared in was `v0.4.0`. > args (dictionary): Optional additional arguments provided by the container runtime. For example a dictionary of labels could be passed to CNI plugins by adding them to a labels field under args. `args` provide a way of providing more structured data than the flat strings that CNI_ARGS can support.