You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,9 +97,10 @@ The current state is available in the following table:
97
97
|[0.1](https://github.com/containerd/containerd/releases/tag/v0.1.0)| End of Life | Mar 21, 2016 | - |
98
98
|[0.2](https://github.com/containerd/containerd/tree/v0.2.x)| End of Life | Apr 21, 2016 | December 5, 2017 |
99
99
|[1.0](https://github.com/containerd/containerd/releases/tag/v1.0.3)| End of Life | December 5, 2017 | December 5, 2018 |
100
-
|[1.1](https://github.com/containerd/containerd/releases/tag/v1.1.7)| Extended | April 23, 2018 | October 23, 2019 |
101
-
|[1.2](https://github.com/containerd/containerd/releases/tag/v1.2.6)| Active | October 24, 2018 | max(October 24, 2019, release of 1.3.0 + 6 months) |
102
-
|[1.3](https://github.com/containerd/containerd/milestone/20)| Next | TBD | max(TBD+1 year, release of 1.4.0 + 6 months) |
100
+
|[1.1](https://github.com/containerd/containerd/releases/tag/v1.1.8)| Extended | April 23, 2018 | October 23, 2019 |
101
+
|[1.2](https://github.com/containerd/containerd/releases/tag/v1.2.10)| Active | October 24, 2018 | March 26, 2020 |
102
+
|[1.3](https://github.com/containerd/containerd/releases/tag/v1.3.0)| Active | September 26, 2019 | max(September 26, 2020, release of 1.4.0 + 6 months) |
103
+
|[1.4](https://github.com/containerd/containerd/milestone/27)| Next | TBD | max(TBD+1 year, release of 1.5.0 + 6 months) |
103
104
104
105
Note that branches and release from before 1.0 may not follow these rules.
The fourth major release of containerd comes over 9 months after the previous
14
+
The fourth major release of containerd comes 11 months after the previous
15
15
major release and covers a period of both significant project growth and
16
16
further stabilization. Similar to previous releases, the number of API changes
17
17
are small and, as always, backwards compatible. The growing ecosystem of plugins
@@ -24,6 +24,7 @@ implemented in the client libraries without requiring daemon upgrade.
24
24
* **New Windows V2 runtime using shim API.** Adds support for the Windows runtime shims in containerd. *NOTE: while containerd's runtime is stable in this release, running Windows containers are not yet fully supported until the [runhcs shim](https://github.com/microsoft/hcsshim/tree/master/cmd/containerd-shim-runhcs-v1) is fully supported.*
25
25
* **Improvements to ttrpc.** For better daemon to shim communication (https://github.com/containerd/containerd/pull/3341)
26
26
* **Removed experimental Windows V1 runtime**
27
+
* **Update runc dependency** Updated runc for CVE-2019-16884
@@ -47,7 +48,7 @@ implemented in the client libraries without requiring daemon upgrade.
47
48
* **Add payload parameter to apply in diff service API**
48
49
49
50
### CRI
50
-
This version of containerd is validated against v1.15, but it is also compatible with Kubernetes v1.12+. (See [more details](https://github.com/containerd/cri#support-metrics) about support metrics)
51
+
This version of containerd is validated against v1.16, but it is also compatible with Kubernetes v1.12+. (See [more details](https://github.com/containerd/cri#support-metrics) about support metrics)
51
52
52
53
#### Features
53
54
* **Supported per-pod containerd shim.** The `io.containerd.runc.v2` runtime is fully validated and ready to be used in production. This helps minimizing per-pod resource overhead. Note that `io.containerd.runtime.v1.linux` is still the default runtime. (https://github.com/containerd/cri/issues/1075)
0 commit comments