From 09d58a6cc0a233418f3b070c694e3798cdf192c1 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Fri, 22 Sep 2017 09:12:37 -0700 Subject: [PATCH] update changelog for 17.09.0-ce release Signed-off-by: Andrew Hsu --- CHANGELOG.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8d07c557..5c18b76226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ information on the list of deprecated flags and APIs please have a look at https://docs.docker.com/engine/deprecated/ where target removal dates can also be found. -## 17.09.0-ce (2017-09-dd) +## 17.09.0-ce (2017-09-26) ### Builder @@ -23,8 +23,15 @@ be found. + Add ulimits to unsupported compose fields [docker/cli#482](https://github.com/docker/cli/pull/482) + Add `--format` to `docker-search` [docker/cli#440](https://github.com/docker/cli/pull/440) * Show images digests when `{{.Digest}}` is in format [docker/cli#439](https://github.com/docker/cli/pull/439) -* Print timestamp when `--human=true` [docker/cli#438](https://github.com/docker/cli/pull/438) +* Print output of `docker stack rm` on `stdout` instead of `stderr` [docker/cli#491](https://github.com/docker/cli/pull/491) +- Fix `docker history --format '{{json .}}'` printing human-readable timestamps instead of ISO8601 when `--human=true` [docker/cli#438](https://github.com/docker/cli/pull/438) +- Fix idempotence of `docker stack deploy` when secrets or configs are used [docker/cli#509](https://github.com/docker/cli/pull/509) +- Fix presentation of random host ports [docker/cli#404](https://github.com/docker/cli/pull/404) +- Fix redundant service restarts when service created with multiple secrets [moby/moby#34746](https://github.com/moby/moby/issues/34746) +### Logging + +- Fix Splunk logger not transmitting log data when tag is empty and raw-mode is used [moby/moby#34520](https://github.com/moby/moby/pull/34520) ### Networking @@ -42,12 +49,22 @@ be found. * LCOW: Remove hard-coding [moby/moby#34398](https://github.com/moby/moby/pull/34398) * LCOW: WORKDIR correct handling [moby/moby#34405](https://github.com/moby/moby/pull/34405) * Windows: named pipe mounts [moby/moby#33852](https://github.com/moby/moby/pull/33852) +- Fix "permission denied" errors when accessing volume with SELinux enforcing mode [moby/moby#34684](https://github.com/moby/moby/pull/34684) +- Fix layers size reported as `0` in `docker system df` [moby/moby#34826](https://github.com/moby/moby/pull/34826) +- Fix some "device or resource busy" errors when removing containers on RHEL 7.4 based kernels [moby/moby#34886](https://github.com/moby/moby/pull/34886) -### Swarm Mode +### Swarm mode * Include whether the managers in the swarm are autolocked as part of `docker info` [docker/cli#471](https://github.com/docker/cli/pull/471) + Add 'docker service rollback' subcommand [docker/cli#205](https://github.com/docker/cli/pull/205) +- Fix managers failing to join if the gRPC snapshot is larger than 4MB [docker/swarmkit#2375](https://github.com/docker/swarmkit/pull/2375) +- Fix "permission denied" errors for configuration file in SELinux-enabled containers [moby/moby#34732](https://github.com/moby/moby/pull/34732) +- Fix services failing to deploy on ARM nodes [moby/moby#34021](https://github.com/moby/moby/pull/34021) ### Packaging + Build scripts for ppc64el on Ubuntu [docker/docker-ce-packaging#43](https://github.com/docker/docker-ce-packaging/pull/43) + +### Deprecation + ++ Remove deprecated `--enable-api-cors` daemon flag [moby/moby#34821](https://github.com/moby/moby/pull/34821)