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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,8 @@ Support horizons will be defined corresponding to a release branch, identified
77
77
by `<major>.<minor>`. Releases branches will be in one of several states:
78
78
79
79
-__*Next*__: The next planned release branch.
80
-
-__*Active*__: The release is currently supported and accepting patches.
81
-
-__*Extended*__: The release is only accepting security patches.
80
+
-__*Active*__: The release branch is currently supported and accepting patches.
81
+
-__*Extended*__: The release branch is only accepting security patches.
82
82
-__*End of Life*__: The release branch is no longer supported and no new patches will be accepted.
83
83
84
84
Releases will be supported up to one year after a _minor_ release. This means that
@@ -97,7 +97,7 @@ 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)|Active| April 23, 2018 |July 23, 2019 (Active), October 23, 2019 (Extended)|
100
+
|[1.1](https://github.com/containerd/containerd/releases/tag/v1.1.7)|Extended| April 23, 2018 | October 23, 2019 |
101
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
102
|[1.3](https://github.com/containerd/containerd/milestone/20)| Next | TBD | max(TBD+1 year, release of 1.4.0 + 6 months) |
103
103
@@ -275,9 +275,10 @@ We will try not break the tool in _patch_ releases.
275
275
### Daemon Configuration
276
276
277
277
The daemon's configuration file, commonly located in `/etc/containerd/config.toml`
278
-
is versioned and backwards compatible. The `version = 2` field in the config
278
+
is versioned and backwards compatible. The `version` field in the config
279
279
file specifies the config's version. If no version number is specified inside
280
280
the config file then it is assumed to be a version 1 config and parsed as such.
0 commit comments