You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/docker-ce.md
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -338,6 +338,55 @@ Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
338
338
339
339
# Edge releases
340
340
341
+
## 17.10.0-ce (2017-10-17)
342
+
343
+
> **Important**: Starting with this release, `docker service create`, `docker service update`,
344
+
`docker service scale` and `docker service rollback` use non-detached mode as default,
345
+
use `--detach` to keep the old behaviour.
346
+
{: .important }
347
+
348
+
### Builder
349
+
350
+
* Reset uid/gid to 0 in uploaded build context to share build cache with other clients [docker/cli#513](https://github.com/docker/cli/pull/513)
351
+
+ Add support for `ADD` urls without any sub path [moby/moby#34217](https://github.com/moby/moby/pull/34217)
352
+
353
+
### Client
354
+
355
+
* Move output of `docker stack rm` to stdout [docker/cli#491](https://github.com/docker/cli/pull/491)
356
+
* Use natural sort for secrets and configs in cli [docker/cli#307](https://github.com/docker/cli/pull/307)
357
+
* Use non-detached mode as default for `docker service` commands [docker/cli#525](https://github.com/docker/cli/pull/525)
358
+
* Set APIVersion on the client, even when Ping fails [docker/cli#546](https://github.com/docker/cli/pull/546)
359
+
- Fix loader error with different build syntax in `docker stack deploy`[docker/cli#544](https://github.com/docker/cli/pull/544)
360
+
* Change the default output format for `docker container stats` to show `CONTAINER ID` and `NAME`[docker/cli#565](https://github.com/docker/cli/pull/565)
361
+
+ Add `--no-trunc` flag to `docker container stats`[docker/cli#565](https://github.com/docker/cli/pull/565)
- Various doc and shell completion fixes [docker/cli#610](https://github.com/docker/cli/pull/610)[docker/cli#611](https://github.com/docker/cli/pull/611)[docker/cli#618](https://github.com/docker/cli/pull/618)[docker/cli#580](https://github.com/docker/cli/pull/580)[docker/cli#598](https://github.com/docker/cli/pull/698)[docker/cli#603](https://github.com/docker/cli/pull/603)
364
+
365
+
### Networking
366
+
367
+
* Enabling ILB/ELB on windows using per-node, per-network LB endpoint [moby/moby#34674](https://github.com/moby/moby/pull/34674)
368
+
* Overlay fix for transient IP reuse [docker/libnetwork#1935](https://github.com/docker/libnetwork/pull/1935)
0 commit comments