Skip to content

Commit 1f69774

Browse files
authored
Merge pull request containerd#9893 from dmcgowan/update-client-support
Add Go client stability in RELEASES.md for 2.0
2 parents 2cdf012 + 87e8e9c commit 1f69774

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RELEASES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

251251
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
255255
not 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

260265
The primary product of containerd is the GRPC API. As of the 1.0.0 release, the

0 commit comments

Comments
 (0)