github.com/john-lin/cni@v0.6.0-rc1.0.20170712150331-b69e640cc0e2/ROADMAP.md (about)

     1  # CNI Roadmap
     2  
     3  This document defines a high level roadmap for CNI development.
     4  The list below is not complete, and we advise to get the current project state from the [milestones defined in GitHub](https://github.com/containernetworking/cni/milestones).
     5  
     6  ## CNI Milestones
     7  
     8  ### [v0.2.0](https://github.com/containernetworking/cni/milestones/v0.2.0)
     9  
    10  * Signed release binaries
    11  * Introduction of a testing strategy/framework
    12  
    13  ### [v0.3.0](https://github.com/containernetworking/cni/milestones/v0.3.0)
    14  
    15  * Further increase test coverage
    16  * Simpler default route handling in bridge plugin
    17  * Clarify project description, documentation and contribution guidelines
    18  
    19  ### [v0.4.0](https://github.com/containernetworking/cni/milestones/v0.4.0)
    20  
    21  * Further increase test coverage
    22  * Simpler bridging of host interface
    23  * Improve IPAM allocator predictability
    24  * Allow in- and output of arbitrary K/V pairs for plugins
    25  
    26  ### [v1.0.0](https://github.com/containernetworking/cni/milestones/v1.0.0)
    27  
    28  - Plugin composition functionality
    29  - IPv6 support
    30  - Stable SPEC
    31  - Strategy and tooling for backwards compatibility
    32  - Complete test coverage
    33  - Integrate build artefact generation with CI