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
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+44Lines changed: 44 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,50 @@ information on the list of deprecated flags and APIs please have a look at
5
5
https://docs.docker.com/engine/deprecated/ where target removal dates can also
6
6
be found.
7
7
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)
- 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)
0 commit comments