From 7364fc672e2de45f2a095d3899535b538208c5ed Mon Sep 17 00:00:00 2001 From: corbin-coleman Date: Fri, 23 Mar 2018 14:46:04 -0700 Subject: [PATCH] Remove update runc line Removes a line talking about updating runc to a specific commit. Runc was updated twice during separate rcs and this line might cause confusion for users in regards to what version of runc to expect in 18.03. Signed-off-by: corbin-coleman --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c2c87f79..3e4001af79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,6 @@ https://docs.docker.com/engine/deprecated/ where you can find the target removal * Bump containerd to 1.0.2 (cfd04396dc68220d1cecbe686a6cc3aa5ce3667c) [moby/moby#36308](https://github.com/moby/moby/pull/36308) * Bump Golang to 1.9.4 [moby/moby#36243](https://github.com/moby/moby/pull/36243) * Ensure daemon root is unmounted on shutdown [moby/moby#36107](https://github.com/moby/moby/pull/36107) -* Update runc to 6c55f98695e902427906eed2c799e566e3d3dfb5 [moby/moby#36222](https://github.com/moby/moby/pull/36222) - Fix container cleanup on daemon restart [moby/moby#36249](https://github.com/moby/moby/pull/36249) * Support SCTP port mapping (bump up API to v1.37) [moby/moby#33922](https://github.com/moby/moby/pull/33922) * Support SCTP port mapping [docker/cli#278](https://github.com/docker/cli/pull/278)