From 675493e24d1a3e484d1400dacd60c5c85aabd447 Mon Sep 17 00:00:00 2001 From: jose-bigio Date: Tue, 13 Feb 2018 10:02:40 -0800 Subject: [PATCH] Updated changelog for 17.12.1 Signed-off-by: jose-bigio --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 106050bc29..479b9a812e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,33 @@ be found. **IMPORTANT**: You must stop all containers and plugins **BEFORE** upgrading to Docker CE 17.12. See related PR: [moby/moby#35812](https://github.com/moby/moby/pull/35812) +## 17.12.1-ce (2017-02-DD) + +### Client +- Fix `node-generic-resource` typo [moby/moby#35970](https://github.com/moby/moby/pull/35970) and [moby/moby#36125](https://github.com/moby/moby/pull/36125) +* Return errors from daemon on stack deploy configs create/update [docker/cli#757](https://github.com/docker/cli/pull/757) + +### Logging +- awslogs: fix batch size calculation for large logs [moby/moby#35726](https://github.com/moby/moby/pull/35726) + +### Networking +- Fix ingress network when upgrading from 17.09 to 17.12 [moby/moby#36003](https://github.com/moby/moby/pull/36003) +* Add verbose info to partial overlay ID [moby/moby#35989](https://github.com/moby/moby/pull/35989) + +### Packaging +- Set TasksMax in docker.service [docker/docker-ce-packaging#78](https://github.com/docker/docker-ce-packaging/pull/78) + +### Runtime +* Bump Golang to 1.9.4 +* Bump containerd to 1.0.1 +- Fix dockerd not being able to reconnect to containerd when it is restarted [moby/moby#36173](https://github.com/moby/moby/pull/36173) +- Fix containerd events from being processed twice [moby/moby#35891](https://github.com/moby/moby/issues/35891) +- Fix vfs graph driver failure to initialize because of failure to setup fs quota [moby/moby#35827](https://github.com/moby/moby/pull/35827) +- Fix regression of health check not using container's working directory [moby/moby#35845](https://github.com/moby/moby/pull/35845) +- Honor `DOCKER_RAMDISK` with containerd 1.0 [moby/moby#35957](https://github.com/moby/moby/pull/35957) +- Update runc to fix hang during start and exec [moby/moby#36097](https://github.com/moby/moby/pull/36097) +- Windows: Vendor of Microsoft/hcsshim @v.0.6.8 partial fix for import layer failing [moby/moby#35924](https://github.com/moby/moby/pull/35924) + ## 17.12.0-ce (2017-12-27) ## Known Issues