Skip to content

Commit 6c91231

Browse files
authored
Merge pull request #3445 from dmcgowan/fixup-releases
Update releases doc for 1.1 release
2 parents f776141 + 51bc615 commit 6c91231

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

RELEASES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Support horizons will be defined corresponding to a release branch, identified
7777
by `<major>.<minor>`. Releases branches will be in one of several states:
7878

7979
- __*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.
8282
- __*End of Life*__: The release branch is no longer supported and no new patches will be accepted.
8383

8484
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:
9797
| [0.1](https://github.com/containerd/containerd/releases/tag/v0.1.0) | End of Life | Mar 21, 2016 | - |
9898
| [0.2](https://github.com/containerd/containerd/tree/v0.2.x) | End of Life | Apr 21, 2016 | December 5, 2017 |
9999
| [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 |
101101
| [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) |
102102
| [1.3](https://github.com/containerd/containerd/milestone/20) | Next | TBD | max(TBD+1 year, release of 1.4.0 + 6 months) |
103103

@@ -275,9 +275,10 @@ We will try not break the tool in _patch_ releases.
275275
### Daemon Configuration
276276

277277
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
279279
file specifies the config's version. If no version number is specified inside
280280
the config file then it is assumed to be a version 1 config and parsed as such.
281+
Use `version = 2` to enable version 2 config.
281282

282283
### Not Covered
283284

0 commit comments

Comments
 (0)