Add release notes for stream processor

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2019-08-08 14:43:34 -07:00
parent 23faecfb66
commit 2fac3ee27d
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -31,6 +31,7 @@ implemented in the client libraries without requiring daemon upgrade.
### Plugins ### Plugins
* **Support for plugins registering as a TCP service** * **Support for plugins registering as a TCP service**
* **Configurable plugin directory** * **Configurable plugin directory**
* **Add stream processor plugin.** Allow handling of custom media types during unpack (https://github.com/containerd/containerd/pull/3482)
### Client ### Client
* **Default handling from namespace labels.** Allows defaults to be configured per containerd namespace (https://github.com/containerd/containerd/pull/3403) * **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 ttrpc service for shim event publishing**
* **Add annotations to descriptors in API** * **Add annotations to descriptors in API**
* **Add id to TaskDelete event message to match exec id** * **Add id to TaskDelete event message to match exec id**
* **Add payload parameter to apply in diff service API**
### CRI ### CRI