Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit ec4c78a

Browse files
authored
Merge pull request #214 from vieux/17.09-changelog
[17.09] add 17.09 changelog
2 parents aa56783 + f7ec4a6 commit ec4c78a

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,44 @@ https://docs.docker.com/engine/deprecated/ where target removal dates can also
66
be found.
77

88
## 17.09.0-ce (2017-09-DD)
9+
10+
### Builder
11+
12+
+ Add `--chown` flag to `ADD/COPY` commands in Dockerfile [moby/moby#34263](https://github.com/moby/moby/pull/34263)
13+
* Fix cloning unneeded files while building from git repositories [moby/moby#33704](https://github.com/moby/moby/pull/33704)
14+
15+
### Client
16+
17+
* Allow extension fields in the v3.4 version of the compose format [docker/cli#452](https://github.com/docker/cli/pull/452)
18+
* Make compose file allow to specify names for non-external volume [docker/cli#306](https://github.com/docker/cli/pull/306)
19+
* Support `--compose-file -` as stdin [docker/cli#347](https://github.com/docker/cli/pull/347)
20+
* Support `start_period` for healthcheck in Docker Compose [docker/cli#475](https://github.com/docker/cli/pull/475)
21+
+ Add support for `stop-signal` in docker stack commands [docker/cli#388](https://github.com/docker/cli/pull/388)
22+
+ Add support for update order in compose deployments [docker/cli#360](https://github.com/docker/cli/pull/360)
23+
+ Add ulimits to unsupported compose fields [docker/cli#482](https://github.com/docker/cli/pull/482)
24+
+ Add `--format` to `docker-search` [docker/cli#440](https://github.com/docker/cli/pull/440)
25+
* Show images digests when `{{.Digest}}` is in format [docker/cli#439](https://github.com/docker/cli/pull/439)
26+
* Print timestamp when `--human=true` [docker/cli#438](https://github.com/docker/cli/pull/438)
27+
28+
29+
### Networking
30+
31+
+ Add the control plane MTU option in the daemon config [moby/moby#34103](https://github.com/moby/moby/pull/34103)
32+
+ Add service virtual IP to sandbox's loopback address [docker/libnetwork#1877](https://github.com/docker/libnetwork/pull/1877)
33+
34+
### Runtime
35+
36+
* Graphdriver: promote overlay2 over aufs [moby/moby#34430](https://github.com/moby/moby/pull/34430)
37+
* LCOW: Additional flags for VHD boot [moby/moby#34451](https://github.com/moby/moby/pull/34451)
38+
* LCOW: Don't block export [moby/moby#34448](https://github.com/moby/moby/pull/34448)
39+
* LCOW: Dynamic sandbox management [moby/moby#34170](https://github.com/moby/moby/pull/34170)
40+
* LCOW: Force Hyper-V Isolation [moby/moby#34468](https://github.com/moby/moby/pull/34468)
41+
* LCOW: Move toolsScratchPath to /tmp [moby/moby#34396](https://github.com/moby/moby/pull/34396)
42+
* LCOW: Remove hard-coding [moby/moby#34398](https://github.com/moby/moby/pull/34398)
43+
* LCOW: WORKDIR correct handling [moby/moby#34405](https://github.com/moby/moby/pull/34405)
44+
* Windows: named pipe mounts [moby/moby#33852](https://github.com/moby/moby/pull/33852)
45+
46+
### Swarm Mode
47+
48+
* Include whether the managers in the swarm are autolocked as part of `docker info` [docker/cli#471](https://github.com/docker/cli/pull/471)
49+
+ Add 'docker service rollback' subcommand [docker/cli#205](https://github.com/docker/cli/pull/205)

0 commit comments

Comments
 (0)