From 2fac3ee27df24b9195ddd4a1d2b4669021452f69 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Thu, 8 Aug 2019 14:43:34 -0700 Subject: [PATCH] Add release notes for stream processor Signed-off-by: Derek McGowan --- releases/v1.3.0-beta.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releases/v1.3.0-beta.toml b/releases/v1.3.0-beta.toml index b814aa331..cc3db8e27 100644 --- a/releases/v1.3.0-beta.toml +++ b/releases/v1.3.0-beta.toml @@ -31,6 +31,7 @@ implemented in the client libraries without requiring daemon upgrade. ### Plugins * **Support for plugins registering as a TCP service** * **Configurable plugin directory** +* **Add stream processor plugin.** Allow handling of custom media types during unpack (https://github.com/containerd/containerd/pull/3482) ### Client * **Default handling from namespace labels.** Allows defaults to be configured per containerd namespace (https://github.com/containerd/containerd/pull/3403) @@ -42,6 +43,7 @@ implemented in the client libraries without requiring daemon upgrade. * **Add ttrpc service for shim event publishing** * **Add annotations to descriptors in API** * **Add id to TaskDelete event message to match exec id** +* **Add payload parameter to apply in diff service API** ### CRI