From 57bf39194b364d95f9aa06f9b9a999b615471bb1 Mon Sep 17 00:00:00 2001 From: Stephen J Day Date: Fri, 8 Dec 2017 10:31:01 -0600 Subject: [PATCH] RELEASES.md: update components for 1.0 release This should have been updated at release time, but the GRPC API and the metrics API is considered stable as of the 1.0 release. This means that changes that break compatibility with previous versions of containerd will no longer be accepted. As part of this update, I am also proposing that we push out Go API stability to 1.2 so that we can incorporate feedback from the Windows integration in 1.1. Signed-off-by: Stephen J Day --- RELEASES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 2561dcb41..8de6a3673 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -165,9 +165,9 @@ containerd versions: | Component | Status | Stablized Version | Links | |---------------|----------|-------------------|---------------| -| GRPC API | Beta | 1.0 | [api/](api) | -| Metrics API | Beta | 1.0 | - -| Go client API | Unstable | 1.1 tentative | [godoc](https://godoc.org/github.com/containerd/containerd) | +| GRPC API | Stable | 1.0 | [api/](api) | +| Metrics API | Stable | 1.0 | - +| Go client API | Unstable | 1.2 tentative | [godoc](https://godoc.org/github.com/containerd/containerd) | | `ctr` tool | Unstable | Out of scope | - | From the version stated in the above table, that component must adhere to the