X Tutup
Skip to content

Commit 23dfe54

Browse files
committed
Add plugin stability guarantees to release.md
Closes containerd#1336 Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
1 parent 9649a42 commit 23dfe54

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,15 @@ The metrics API version will be incremented when breaking changes are made to th
199199
output. New metrics can be added to the output in a backwards compatible manner without
200200
bumping the API version.
201201

202+
### Plugins API
203+
204+
containerd is based on a modular design where plugins are implemented to provide the core functionality.
205+
Plugins implemented in tree are supported by the containerd community unless explicitly specified as non-stable.
206+
Out of tree plugins are not supported by the containerd maintainers.
207+
208+
Currently, the Windows runtime and snapshot plugins are not stable and not supported.
209+
Please refer to the github milestones for Windows support in a future release.
210+
202211
#### Error Codes
203212

204213
Error codes will not change in a patch release, unless a missing error code

0 commit comments

Comments
 (0)
X Tutup