Closed aojea closed 2 years ago
This is a minor update to the CNI libraries and tooling. This does not bump the protocol / spec version, which remains at v1.0.0. Changes include: libcni: handle empty version when parsing version (https://github.com/containernetworking/cni/pull/893). Without this, Delete failed for empty-version configs, which was a regression from v0.8.0. Fix incorrect pointer inputs to json.Unmarshal (https://github.com/containernetworking/cni/pull/880). [exec-plugins]: support plugin lists (https://github.com/containernetworking/cni/pull/865). skel: remove superfluous err nil check in (*dispatcher).pluginMain (https://github.com/containernetworking/cni/pull/864). skel: print out CNI versions supported in help text (https://github.com/containernetworking/cni/pull/860).
This is a minor update to the CNI libraries and tooling. This does not bump the protocol / spec version, which remains at v1.0.0.
Changes include:
libcni: handle empty version when parsing version (https://github.com/containernetworking/cni/pull/893). Without this, Delete failed for empty-version configs, which was a regression from v0.8.0. Fix incorrect pointer inputs to json.Unmarshal (https://github.com/containernetworking/cni/pull/880). [exec-plugins]: support plugin lists
(https://github.com/containernetworking/cni/pull/865). skel: remove superfluous err nil check in (*dispatcher).pluginMain (https://github.com/containernetworking/cni/pull/864). skel: print out CNI versions supported in help text (https://github.com/containernetworking/cni/pull/860).
/assign @mikebrow /cc @squeed @dcbw
LGTM