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 @@ -245,7 +245,7 @@ containerd versions:
245245| Runtime Shim API | Stable | 1.2 | - |
246246| Daemon Config | Stable | 1.0 | - |
247247| CRI GRPC API | Stable | 1.6 (_ CRI v1_ ) | [ cri-api] ( https://github.com/kubernetes/cri-api/tree/master/pkg/apis/runtime/v1 ) |
248- | Go client API | Unstable | _ future _ | [ godoc] ( https://godoc.org /github.com/containerd/containerd/v2/client ) |
248+ | Go client API | Stable | 2.0 | [ godoc] ( https://pkg.go.dev /github.com/containerd/containerd/v2/client ) |
249249| ` ctr ` tool | Unstable | Out of scope | - |
250250
251251From the version stated in the above table, that component must adhere to the
@@ -255,6 +255,11 @@ Unless explicitly stated here, components that are called out as unstable or
255255not covered may change in a future minor version. Breaking changes to
256256"unstable" components will be avoided in patch versions.
257257
258+ Go client API stability includes the ` client ` , ` defaults ` and ` version ` package
259+ as well as all packages under ` pkg ` , ` core ` , ` api ` and ` protobuf ` .
260+ All packages under ` cmd ` , ` contrib ` , ` integration ` , and ` internal ` are not
261+ considered part of the stable client API.
262+
258263### GRPC API
259264
260265The 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