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

Commit 48a6621

Browse files
authored
Merge pull request #649 from tiborvass/bump_19.03.12
Bump version to 19.03.12
2 parents 9c297bd + 62af926 commit 48a6621

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
## 19.03.12 (2020-06-18)
7+
8+
### Client
9+
10+
- Fix bug preventing logout from registry when using multiple config files (e.g. Windows vs WSL2 when using Docker Desktop) [docker/cli#2592](https://github.com/docker/cli/pull/2592)
11+
- Fix regression preventing context metadata to be read [docker/cli#2586](https://github.com/docker/cli/pull/2586)
12+
- Bump Golang 1.13.12 [docker/cli#2575](https://github.com/docker/cli/pull/2575)
13+
14+
### Networking
15+
16+
- Fix regression preventing daemon start up in a systemd-nspawn environment [moby/moby#41124](https://github.com/moby/moby/pull/41124) [moby/libnetwork#2567](https://github.com/moby/libnetwork/pull/2567)
17+
- Fix the retry logic for creating overlay networks in swarm [moby/moby#41124](https://github.com/moby/moby/pull/41124) [moby/libnetwork#2565](https://github.com/moby/libnetwork/pull/2565)
18+
19+
### Runtime
20+
21+
- Bump Golang 1.13.12 [moby/moby#41082](https://github.com/moby/moby/pull/41082)
22+
23+
624
## 19.03.11 (2020-06-01)
725

826
### Network

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.03.11
1+
19.03.12

0 commit comments

Comments
 (0)