Time | Version | Update |
2023-01-09 | containerd-1.6.9-tke.2 | |
2022-12-01 | containerd-1.6.9-tke.1 | Same as the community edition, added installation and upgrade scripts. |
Time | Version | Update |
2022-10-27 | containerd-1.4.3-tke.2 | Upgraded ttrpc in containerd to avoid ttrpc bugs from causing Pod Terminating. |
2021-06-22 | containerd-1.4.3-tke.1 | Supported customizing sandbox ENI names by modifying the containerd configuration as [plugins.cri.cni] interface_name=eth1. |
Time | Version | Update |
2022-01-19 | containerd-1.3.4-tke.6 | Fixed a bug that container status errors cause Pod Terminating after containerd is restarted. |
2021-11-18 | containerd-1.3.4-tke.5 | Supported enabling writable cgroup and starting the systemd container without privileges enabled in containerd. |
2021-06-25 | containerd-1.3.4-tke.4 | Supported using the xfs quota to restrict the capacity of the rwlayer container in containerd. |
2020-12-08 | containerd-1.3.4-tke.3 | Supported using the signal configured in the image when a container is killed in containerd. |
2020-09-10 | containerd-1.3.4-tke.2 | Supported customizing sandbox ENI names by modifying the containerd configuration as [plugins.cri.cni] interface_name=eth1. |
2020-04-27 | containerd-1.3.4-tke.1 | Fixed a bug that not handling the runc return value (delete container not found) leads to container deletion failure and Pod Terminating. |
Time | Version | Update |
2022-11-01 | docker v19.3.9-tke.1 | Fixed a bug that Pods remain in Terminating after a containerd event is lost in docker, to ensure that containers can be properly killed when there is data inconsistency between docker and containerd. |
2021-01-04 | docker 19.03.9 | Same as the community edition. |
Time | Version | Update |
2022-03-10 | docker v18.6.3-ce-tke.4 | Upgraded runc to 1.0.0-rc95 to avoid CVE-2019-16884. Supported correctly identifying the runc version in docker, reducing the output of error logs. You can confirm the commit ID of runc through docker info. In earlier versions, runc 1.0.2 was used and the commit was shown as N/A. |
2021-06-22 | docker v18.6.3-ce-tke.3 | Ensured that containers can still be deleted after events are lost. You can verify this with the command
id=$(docker run -d busybox top); kill -9 $(pidof docker-containerd) && pkill top; docker stop $id . An undeletable container will be obtained in earlier versions of docker, while containers can be stopped in the later version of docker. |
2021-01-14 | docker 18.06.3-tke.2 | Fixed a gRPC community bug #2818 that deleting a container could cause docker to get stuck for a long time and stop handling subsequent events. Added a timeout in docker18 to avoid not handling events. |
2020-08-13 | docker 18.06.3-tke.1 | Fixed a bug that restarting containerd could cause gRPC to receive a cancel request. Fixed event blockage caused by unclosed exec connections. |
Was this page helpful?