Skip to content

Commit c444666

Browse files
authored
Merge pull request #2731 from dmcgowan/release-1.2
Prepare 1.2 release
2 parents c20c569 + e4d2486 commit c444666

File tree

4 files changed

+4233
-11
lines changed

4 files changed

+4233
-11
lines changed

RELEASES.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ The current state is available in the following table:
9595
| [0.2](https://github.com/containerd/containerd/tree/v0.2.x) | End of Life | Apr 21, 2016 | December 5, 2017 |
9696
| [1.0](https://github.com/containerd/containerd/releases/tag/v1.0.0) | Active | December 5, 2017 | December 5, 2018 |
9797
| [1.1](https://github.com/containerd/containerd/releases/tag/v1.1.0) | Active | April 23, 2018 | max(April 23, 2019, release of 1.2.0, Kubernetes 1.10 EOL) |
98-
| [1.2](https://github.com/containerd/containerd/milestone/17) | Next | TBD | max(TBD+1 year, release of 1.3.0) |
98+
| [1.2](https://github.com/containerd/containerd/releases/tag/v1.2.0) | Active | October 24, 2018 | max(October 24, 2019, release of 1.3.0) |
99+
| [1.3](https://github.com/containerd/containerd/milestone/20) | Next | TBD | max(TBD+1 year, release of 1.4.0) |
99100

100101
Note that branches and release from before 1.0 may not follow these rules.
101102

@@ -164,13 +165,14 @@ The following table provides an overview of the components covered by
164165
containerd versions:
165166

166167

167-
| Component | Status | Stabilized Version | Links |
168-
|---------------|----------|--------------------|---------------|
169-
| GRPC API | Stable | 1.0 | [api/](api) |
170-
| Metrics API | Stable | 1.0 | - |
171-
| Go client API | Unstable | 1.2 _tentative_ | [godoc](https://godoc.org/github.com/containerd/containerd) |
172-
| CRI GRPC API | Unstable | v1alpha2 _current_ | [api/](https://github.com/kubernetes/kubernetes/tree/master/pkg/kubelet/apis/cri/runtime/v1alpha2) |
173-
| `ctr` tool | Unstable | Out of scope | - |
168+
| Component | Status | Stabilized Version | Links |
169+
|------------------|----------|--------------------|---------------|
170+
| GRPC API | Stable | 1.0 | [api/](api) |
171+
| Metrics API | Stable | 1.0 | - |
172+
| Runtime Shim API | Stable | 1.2 | - |
173+
| Go client API | Unstable | _future_ | [godoc](https://godoc.org/github.com/containerd/containerd) |
174+
| CRI GRPC API | Unstable | v1alpha2 _current_ | [api/](https://github.com/kubernetes/kubernetes/tree/master/pkg/kubelet/apis/cri/runtime/v1alpha2) |
175+
| `ctr` tool | Unstable | Out of scope | - |
174176

175177
From the version stated in the above table, that component must adhere to the
176178
stability constraints expected in release versions.

0 commit comments

Comments
 (0)