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:
245
245
| Runtime Shim API | Stable | 1.2 | - |
246
246
| Daemon Config | Stable | 1.0 | - |
247
247
| 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 ) |
249
249
| ` ctr ` tool | Unstable | Out of scope | - |
250
250
251
251
From 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
255
255
not covered may change in a future minor version. Breaking changes to
256
256
"unstable" components will be avoided in patch versions.
257
257
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
+
258
263
### GRPC API
259
264
260
265
The 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