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

Commit 0950f0f

Browse files
authored
Merge pull request #617 from andrewhsu/1809beta1
[18.09] bump ver 18.09.9-beta1
2 parents 6e21b66 + abda7e1 commit 0950f0f

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
For official release notes for Docker Engine CE and Docker Engine EE, visit the
44
[release notes page](https://docs.docker.com/engine/release-notes/).
55

6+
## 18.09.9 (2019-08-28)
7+
8+
### Client
9+
10+
- Fix Windows absolute path detection on non-Windows. [docker/cli#1990](https://github.com/docker/cli/pull/1990)
11+
- Fix Docker refusing to load key from delegation.key on Windows. [docker/cli#1968](https://github.com/docker/cli/pull/1968)
12+
- Completion scripts updates for bash and zsh.
13+
14+
### Logging
15+
16+
- Fix for reading journald logs. [moby/moby#37819](https://github.com/moby/moby/pull/37819) [moby/moby#38859](https://github.com/moby/moby/pull/38859)
17+
18+
### Networking
19+
20+
- Prevent panic on network attach to a container with disabled networking. [moby/moby#39589](https://github.com/moby/moby/pull/39589)
21+
- Fix service port for an application becomes unavailable randomly. [docker/libnetwork#2069](https://github.com/docker/libnetwork/pull/2069)
22+
- Fix cleaning up `--config-only` networks after `--config-from` networks have ungracefully exited. [docker/libnetwork#2373](https://github.com/docker/libnetwork/pull/2373)
23+
24+
### Runtime
25+
26+
- Update to Go 1.11.13.
27+
- Fix a potential engine panic when using XFS disk quota for containers. [moby/moby#39644](https://github.com/moby/moby/pull/39644)
28+
29+
### Swarm
30+
31+
- Fix "grpc: received message larger than max" errors. [moby/moby#39306](https://github.com/moby/moby/pull/39306)
32+
- Fix an issue where nodes with lots of tasks could not be removed. [docker/swarmkit#2867](https://github.com/docker/swarmkit/pull/2867)
33+
634
## 18.09.8 (2019-07-17)
735

836
### Client

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.09.8
1+
18.09.9-beta1

0 commit comments

Comments
 (0)