cri-o/vendor/github.com/containernetworking/cni/ROADMAP.md
Mrunal Patel 8e5b17cf13 Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-01-31 16:45:59 -08:00

1.1 KiB

CNI Roadmap

This document defines a high level roadmap for CNI development. The list below is not complete, and we advise to get the current project state from the milestones defined in GitHub.

CNI Milestones

v0.2.0

  • Signed release binaries
  • Introduction of a testing strategy/framework

v0.3.0

  • Further increase test coverage
  • Simpler default route handling in bridge plugin
  • Clarify project description, documentation and contribution guidelines

v0.4.0

  • Further increase test coverage
  • Simpler bridging of host interface
  • Improve IPAM allocator predictability
  • Allow in- and output of arbitrary K/V pairs for plugins

v1.0.0

  • Plugin composition functionality
  • IPv6 support
  • Stable SPEC
  • Strategy and tooling for backwards compatibility
  • Complete test coverage
  • Integrate build artefact generation with CI