From a1d32155348a9dc5a4b85c1290fe5941b6c47541 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Mon, 20 Jul 2020 12:58:18 +0200 Subject: [PATCH] Add engine 19.03.12 release notes Signed-off-by: Sebastiaan van Stijn --- engine/release-notes/index.md | 19 +++++++++++++++++++ get-started/index.md | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/engine/release-notes/index.md b/engine/release-notes/index.md index ec64d81c38..1d38287ad0 100644 --- a/engine/release-notes/index.md +++ b/engine/release-notes/index.md @@ -22,6 +22,25 @@ for Docker Engine. # Version 19.03 +## 19.03.12 +2020-06-18 + +### Client + +- 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) +- Fix regression preventing context metadata to be read [docker/cli#2586](https://github.com/docker/cli/pull/2586) +- Bump Golang 1.13.12 [docker/cli#2575](https://github.com/docker/cli/pull/2575) + +### Networking + +- 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) +- 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) + +### Runtime + +- Bump Golang 1.13.12 [moby/moby#41082](https://github.com/moby/moby/pull/41082) + + ## 19.03.11 2020-06-01 diff --git a/get-started/index.md b/get-started/index.md index fd573e2b9f..1bfde48a96 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -126,7 +126,7 @@ After you've successfully installed Docker Desktop, open a terminal and run `doc ```shell $ docker --version -Docker version 19.03.5, build 633a0ea +Docker version 19.03.12, build 48a66213fe ``` ### Test Docker installation