File: ROADMAP.md

package info (click to toggle)
golang-github-appc-cni 0.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 342
  • sloc: sh: 172; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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](https://github.com/containernetworking/cni/milestones).

## CNI Milestones

### [v0.2.0](https://github.com/containernetworking/cni/milestones/v0.2.0)

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

### [v0.3.0](https://github.com/containernetworking/cni/milestones/v0.3.0)

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

### [v0.4.0](https://github.com/containernetworking/cni/milestones/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](https://github.com/containernetworking/cni/milestones/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