mirror of https://github.com/docker/docs.git
Add engine 19.03.12 release notes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
77002162af
commit
a1d3215534
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue