From 348e9f7c351568d987f77f120ccda1a94ca4d59a Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 20 Aug 2019 14:29:14 -0700 Subject: [PATCH] Update release notes and mailmap The beta period has ended, start preparing rc release notes. Signed-off-by: Derek McGowan --- .mailmap | 1 + releases/{v1.3.0-beta.toml => v1.3.0-rc.toml} | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) rename releases/{v1.3.0-beta.toml => v1.3.0-rc.toml} (94%) diff --git a/.mailmap b/.mailmap index b077fa1cf..37b8d00a5 100644 --- a/.mailmap +++ b/.mailmap @@ -9,6 +9,7 @@ Carlos Eduardo CarlosEDP Eric Ren renzhen.rz Frank Yang frank yang Georgia Panoutsakopoulou gpanouts +Guangming Wang ethan Haiyan Meng haiyanmeng Jian Liao liaojian Jian Liao liaoj diff --git a/releases/v1.3.0-beta.toml b/releases/v1.3.0-rc.toml similarity index 94% rename from releases/v1.3.0-beta.toml rename to releases/v1.3.0-rc.toml index 9066ec168..fc9771e42 100644 --- a/releases/v1.3.0-beta.toml +++ b/releases/v1.3.0-rc.toml @@ -21,8 +21,9 @@ API. For clients, there are many new features and improvements completely implemented in the client libraries without requiring daemon upgrade. ### Runtime -* **New Windows V2 runtime using [hcsshim](https://github.com/microsoft/hcsshim/tree/master/cmd/containerd-shim-runhcs-v1)** +* **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.* * **Improvements to ttrpc.** For better daemon to shim communication (https://github.com/containerd/containerd/pull/3341) +* **Removed experimental Windows V1 runtime** ### Snapshots * **New Devmapper snapshotter** (https://github.com/containerd/containerd/pull/3022)