Merge pull request #1788 from crosbymichael/plugin

Add plugin stability guarantees to release.md
This commit is contained in:
Michael Crosby 2017-11-20 11:19:27 -05:00 committed by GitHub
commit 1bd39d36ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,6 +199,15 @@ The metrics API version will be incremented when breaking changes are made to th
output. New metrics can be added to the output in a backwards compatible manner without
bumping the API version.
### Plugins API
containerd is based on a modular design where plugins are implemented to provide the core functionality.
Plugins implemented in tree are supported by the containerd community unless explicitly specified as non-stable.
Out of tree plugins are not supported by the containerd maintainers.
Currently, the Windows runtime and snapshot plugins are not stable and not supported.
Please refer to the github milestones for Windows support in a future release.
#### Error Codes
Error codes will not change in a patch release, unless a missing error code