Commit Graph

29 Commits

Author SHA1 Message Date
Wei Fu
d97cca47ee RELEASES.md: update release1.2 status
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2020-04-11 00:27:32 +08:00
Wei Fu
8c9e84174d RELEASES.md: update release status
1. Update release status
2. Add Extended state for release v1.2

Signed-off-by: Wei Fu <fuweid89@gmail.com>
2020-03-06 10:29:39 +08:00
Sebastiaan van Stijn
e2e07c9bc1
RELEASES.md update links to latest v1.2.11 and v1.3.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-28 14:53:07 +01:00
Akihiro Suda
f593efdf0c RELEASES.md: 1.1 EOL
v1.1 reached EOL on October 23, 2019

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-10-24 19:38:49 +09:00
Derek McGowan
b172b7f9d7
Update release docs for 1.3.0
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2019-09-26 17:00:26 -07:00
Phil Estes
0bc5df0354
Clarify text on ctr support/inclusion
Add some clarifying language around the expectations on `ctr`.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2019-08-07 14:35:17 -04:00
Michael Crosby
578216950d Add note about pb.txt files
Closes #3163

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-07-30 20:10:05 +00:00
Derek McGowan
51bc615338
Update releases doc for 1.1 release
Fix some wording and status of 1.1 release.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2019-07-23 14:09:50 -07:00
Michael Crosby
5ed1a3ce08 Add RELEASE note about config versioning
Closes #3196

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-07-09 18:08:40 +00:00
Derek McGowan
dcf6023c4c
Extend release timeline
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 <derek@mcgstyle.net>
2019-04-05 12:27:01 -07:00
Derek McGowan
17b2c84989
Update supported versions
Use latest 1.1 and 1.2 version

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2019-02-14 10:54:16 -08:00
Derek McGowan
946e402663
Update releases files
Brings versions and statuses up to date

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2019-01-14 15:42:55 -08:00
Derek McGowan
e4d2486899
Prepare 1.2 release
Rename release notes to remove rc label.
Add 1.2 API description text file.
Update version.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-10-24 16:14:46 -07:00
Derek McGowan
1155371c7a
Prepare 1.1.0 release
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-04-23 18:29:33 -07:00
Derek McGowan
dc47f11963
Prepare 1.1.0-rc.2
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-04-13 15:36:05 -07:00
Derek McGowan
dabc22f47c
Prepare 1.1.0-rc.1
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-04-04 16:02:35 -07:00
Derek McGowan
e0424e2c76
Add CRI API to releases file
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-03-27 16:33:47 -07:00
Derek McGowan
92198a60c5
Prepare 1.1.0-rc.0 release
Add the release notes and update release docs.
Increments version number.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-03-27 00:10:41 -07:00
Stephen J Day
57bf39194b
RELEASES.md: update components for 1.0 release
This should have been updated at release time, but the GRPC API and the
metrics API is considered stable as of the 1.0 release. This means that
changes that break compatibility with previous versions of containerd
will no longer be accepted.

As part of this update, I am also proposing that we push out Go API
stability to 1.2 so that we can incorporate feedback from the Windows
integration in 1.1.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-12-08 10:31:01 -06:00
Phil Estes
cf741bc51b
Fix typo in release link
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2017-12-06 16:51:45 -05:00
Stephen J Day
4d5c2860d2
release: prepare 1.0.0
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-12-04 21:14:02 -08:00
Michael Crosby
23dfe54894 Add plugin stability guarantees to release.md
Closes #1336

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-11-20 10:54:10 -05:00
Stephen J Day
639d1bdd62
README, RELEASES: update security email
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-10-19 13:34:55 +02:00
Stephen J Day
c381a9e46d
RELEASES: update component table
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-09-21 13:18:55 -07:00
Michael Crosby
f23edd3cc0 Add v1 to metrics API endpoint
Fixes #1399

This versions the prometheus metrics API so we can manage backwards
incompatible changes in the future more easily.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-09-20 16:24:30 -04:00
Michael Crosby
2e830e0dc0 Update security reporting text
Closes #1441

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-09-15 11:32:14 -04:00
Akihiro Suda
37896edfed RELEASES.md: Go API -> Go client API
So as to make sure the Go plugin API is not in the scope

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-09-01 07:05:35 +00:00
Michael Crosby
6b6ac8e9f0 Add security mailing list to readme and releases
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2017-08-28 17:17:50 -04:00
Stephen J Day
9827b4c1e5
RELEASES: define the release process
Define the release process for containerd and outline the components
that are and are not covered by versioning guarantees. Please read the
document for details.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-08-10 18:27:07 -07:00