firecracker-microvm / firecracker-containerd

firecracker-containerd enables containerd to manage containers as Firecracker microVMs
Apache License 2.0
2.23k stars 182 forks source link

Update containerd/ttrpc to v1.1.2 #753

Closed austinvazquez closed 1 year ago

austinvazquez commented 1 year ago

Includes fix for closing ttrpc server connection on client disconnect during message read.

Issue #, if available:

749

Description of changes: Updates containerd/ttrpc dependency to v1.1.2

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

austinvazquez commented 1 year ago

containerd/ttrpc v1.1.2 in use by containerd v1.6. See https://github.com/containerd/containerd/commit/1cdbbe76bc6d86d50d9338d3605af7ed8a33559c

austinvazquez commented 1 year ago

Thanks @djdongjin and @fangn2 for reviewing so quickly!