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

Commit 5f5660f

Browse files
committed
update changelog for 17.09.1-ce-rc1
Signed-off-by: Andrew Hsu <andrewhsu@docker.com> Signed-off-by: jose-bigio <jose.bigio@docker.com>
1 parent d69695a commit 5f5660f

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,50 @@ information on the list of deprecated flags and APIs please have a look at
55
https://docs.docker.com/engine/deprecated/ where target removal dates can also
66
be found.
77

8+
## 17.09.1-ce (2017-11-DD)
9+
10+
### Builder
11+
12+
- Fix config leakage on shared parent stage [moby/moby#33753](https://github.com/moby/moby/issues/33753)
13+
- Warn on empty continuation lines only, not on comment-only lines [moby/moby#35004](https://github.com/moby/moby/pull/35004)
14+
15+
### Client
16+
17+
- Set API version on Client even when Ping fails [docker/cli#546](https://github.com/docker/cli/pull/546)
18+
19+
### Networking
20+
21+
- Overlay fix for transient IP reuse [docker/libnetwork#2016](https://github.com/docker/libnetwork/pull/2016)
22+
- Fix reapTime logic in NetworkDB and handle DNS cleanup for attachable container [docker/libnetwork#2017](https://github.com/docker/libnetwork/pull/2017)
23+
- Disable hostname lookup on chain exists check [docker/libnetwork#2019](https://github.com/docker/libnetwork/pull/2019)
24+
- Fix lint issues [docker/libnetwork#2020](https://github.com/docker/libnetwork/pull/2020)
25+
- Restore error type in FindNetwork [moby/moby#35634](https://github.com/moby/moby/pull/35634)
26+
27+
### Runtime
28+
29+
- Protect `health monitor` Go channel [moby/moby#35482](https://github.com/moby/moby/pull/35482)
30+
- Fix test failure on stopped container [moby/moby#34730](https://github.com/moby/moby/pull/34730)
31+
- Fix leaking container/exec state [moby/moby#35484](https://github.com/moby/moby/pull/35484)
32+
- Add /proc/scsi to masked paths (patch to work around [CVE-2017-16539](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16539)) [moby/moby/#35399](https://github.com/moby/moby/pull/35399)
33+
- Vendor tar-split: fix to prevent memory exhaustion issue that could crash Docker daemon [moby/moby/#35424](https://github.com/moby/moby/pull/35424) Fixes [CVE-2017-14992](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14992)
34+
- Fix P/Z HubPullSuite tests [moby/moby#34837](https://github.com/moby/moby/pull/34837)
35+
+ Windows: Add support for version filtering on pull [moby/moby#35090](https://github.com/moby/moby/pull/35090)
36+
- Windows: Stop filtering Windows manifest lists by version [moby/moby#35117](https://github.com/moby/moby/pull/35117)
37+
- Use rslave instead of rprivate in chroot archive [moby/moby/#35217](https://github.com/moby/moby/pull/35217)
38+
- Remove container rootfs mountPath after unmount [moby/moby#34573](https://github.com/moby/moby/pull/34573)
39+
- Fix honoring tmpfs size of user /dev/shm mount [moby/moby#35316](https://github.com/moby/moby/pull/35316)
40+
- Don't abort when setting may_detach_mounts (log the error instead) [moby/moby#35172](https://github.com/moby/moby/pull/35172)
41+
- Fix version comparison when negotiating the API version [moby/moby#35008](https://github.com/moby/moby/pull/35008)
42+
43+
### Swarm mode
44+
45+
* Increase gRPC request timeout when sending snapshots [docker/swarmkit#2404](https://github.com/docker/swarmkit/pull/2404)
46+
- Fix node filtering when there is no log driver [docker/swarmkit#2442](https://github.com/docker/swarmkit/pull/2442)
47+
- Add an error on attempt to change cluster name [docker/swarmkit/#2454](https://github.com/docker/swarmkit/pull/2454)
48+
- Delete node attachments when node is removed [docker/swarmkit/#2456](https://github.com/docker/swarmkit/pull/2456)
49+
- Provide custom gRPC dialer to override default proxy dialer [docker/swarmkit/#2457](https://github.com/docker/swarmkit/pull/2457)
50+
- Avoids recursive readlock on swarm info [moby/moby#35388](https://github.com/moby/moby/pull/35388)
51+
852
## 17.09.0-ce (2017-09-26)
953

1054
### Builder

0 commit comments

Comments
 (0)