Skip to content

CNI Spec v1.1 / libcni v1.2.1

Compare
Choose a tag to compare
@squeed squeed released this 17 Jun 15:21
· 17 commits to main since this release
e82d996

This is a minor release that fixes some small bugs:

Improvements

  • (#1098). SPEC: add warning about preserving shared resources for GC
  • (#1090). Spec, libcni: add disableGC flag This allows administrators to disable garbage collection in exceptional circumstances, such as multiple runtimes sharing a network configuration.

Bug fixes:

  • (#1097). Fix faulty json.Marshal behavior for embeds types.NetConf Fix #1096
  • (#1095). libcni: always delete the cache on conflist for CNI DEL This aligns the call with DelNetwork, and allows CRIO tests to bump