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
Update releases active releases with latest version and timeline.
Extend 1.1 an additional 3 months to align with k8s 1.11 EOL and 3 months extended for security.
Signed-off-by: Derek McGowan <[email protected]>
Copy file name to clipboardExpand all lines: RELEASES.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,13 +78,16 @@ by `<major>.<minor>`. Releases branches will be in one of several states:
78
78
79
79
-__*Next*__: The next planned release branch.
80
80
-__*Active*__: The release is currently supported and accepting patches.
81
+
-__*Extended*__: The release is only accepting security patches.
81
82
-__*End of Life*__: The release branch is no longer supported and no new patches will be accepted.
82
83
83
84
Releases will be supported up to one year after a _minor_ release. This means that
84
85
we will accept bug reports and backports to release branches until the end of
85
86
life date. If no new _minor_ release has been made, that release will be
86
-
considered supported until the next _minor_ is released or one year, whichever
87
-
is longer.
87
+
considered supported until 6 months after the next _minor_ is released or one year,
88
+
whichever is longer. Additionally, releases may have an extended security support
89
+
period after the end of the active period to accept security backports. This
90
+
timeframe will be decided by maintainers before the end of the active status.
88
91
89
92
The current state is available in the following table:
90
93
@@ -94,9 +97,9 @@ The current state is available in the following table:
94
97
|[0.1](https://github.com/containerd/containerd/releases/tag/v0.1.0)| End of Life | Mar 21, 2016 | - |
95
98
|[0.2](https://github.com/containerd/containerd/tree/v0.2.x)| End of Life | Apr 21, 2016 | December 5, 2017 |
96
99
|[1.0](https://github.com/containerd/containerd/releases/tag/v1.0.3)| End of Life | December 5, 2017 | December 5, 2018 |
97
-
|[1.1](https://github.com/containerd/containerd/releases/tag/v1.1.6)| Active | April 23, 2018 |max(April 23, 2019, Kubernetes 1.10 EOL) |
98
-
|[1.2](https://github.com/containerd/containerd/releases/tag/v1.2.4)| 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) |
100
+
|[1.1](https://github.com/containerd/containerd/releases/tag/v1.1.7)| Active | April 23, 2018 |July 23, 2019 (Active), October 23, 2019 (Extended) |
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
103
101
104
Note that branches and release from before 1.0 may not follow these rules.
0 commit comments