Skip to content

Commit 65902c8

Browse files
authored
Merge pull request #211 from containerd/dep-updates
Automated RELEASES.md sync update
2 parents f7579c8 + 6045dae commit 65902c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/releases.md

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

253253
From 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
257257
not 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

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

0 commit comments

Comments
 (0)