File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ containerd versions:
247247| Runtime Shim API | Stable | 1.2 | - |
248248| Daemon Config | Stable | 1.0 | - |
249249| CRI GRPC API | Stable | 1.6 (_ CRI v1_ ) | [ cri-api] ( https://github.com/kubernetes/cri-api/tree/master/pkg/apis/runtime/v1 ) |
250- | Go client API | Unstable | _ future _ | [ godoc] ( https://godoc.org /github.com/containerd/containerd/v2/client ) |
250+ | Go client API | Stable | 2.0 | [ godoc] ( https://pkg.go.dev /github.com/containerd/containerd/v2/client ) |
251251| ` ctr ` tool | Unstable | Out of scope | - |
252252
253253From the version stated in the above table, that component must adhere to the
@@ -257,6 +257,11 @@ Unless explicitly stated here, components that are called out as unstable or
257257not covered may change in a future minor version. Breaking changes to
258258"unstable" components will be avoided in patch versions.
259259
260+ Go client API stability includes the ` client ` , ` defaults ` and ` version ` package
261+ as well as all packages under ` pkg ` , ` core ` , ` api ` and ` protobuf ` .
262+ All packages under ` cmd ` , ` contrib ` , ` integration ` , and ` internal ` are not
263+ considered part of the stable client API.
264+
260265### GRPC API {#grpc}
261266
262267The primary product of containerd is the GRPC API. As of the 1.0.0 release, the
You can’t perform that action at this time.
0 commit comments