Skip to content

Commit b172b7f

Browse files
committed
Update release docs for 1.3.0
Signed-off-by: Derek McGowan <[email protected]>
1 parent a668365 commit b172b7f

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

RELEASES.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ 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) | 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) |
103104

104105
Note that branches and release from before 1.0 may not follow these rules.
105106

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ match_deps = "^github.com/(containerd/[a-zA-Z0-9-]+)$"
88
# previous release
99
previous = "v1.2.0"
1010

11-
pre_release = true
11+
pre_release = false
1212

1313
preface = """\
14-
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
1515
major release and covers a period of both significant project growth and
1616
further stabilization. Similar to previous releases, the number of API changes
1717
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.
2424
* **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.*
2525
* **Improvements to ttrpc.** For better daemon to shim communication (https://github.com/containerd/containerd/pull/3341)
2626
* **Removed experimental Windows V1 runtime**
27+
* **Update runc dependency** Updated runc for CVE-2019-16884
2728
2829
### Snapshots
2930
* **New Devmapper snapshotter** (https://github.com/containerd/containerd/pull/3022)
@@ -47,7 +48,7 @@ implemented in the client libraries without requiring daemon upgrade.
4748
* **Add payload parameter to apply in diff service API**
4849
4950
### 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)
5152
5253
#### Features
5354
* **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)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var (
2121
Package = "github.com/containerd/containerd"
2222

2323
// Version holds the complete version number. Filled in at linking time.
24-
Version = "1.2.0+unknown"
24+
Version = "1.3.0+unknown"
2525

2626
// Revision is filled with the VCS (e.g. git) revision being used to build
2727
// the program at linking time.

0 commit comments

Comments
 (0)