containerd / go-cni

A generic CNI library to provide APIs for CNI plugin interactions
Apache License 2.0
146 stars 56 forks source link

bump github.com/containernetworking/cni v1.1.0 #98

Closed aojea closed 2 years ago

aojea commented 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).

aojea commented 2 years ago

/assign @mikebrow /cc @squeed @dcbw

MikeZappa87 commented 2 years ago

LGTM