From 3d3054d16a57964639cbb75de36e0638de48a109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20O=2E=20Fern=C3=A1ndez=20Crisial?= Date: Fri, 29 May 2020 13:14:20 -0300 Subject: [PATCH] Adding version 19.03.10 (#10924) --- engine/release-notes/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/engine/release-notes/index.md b/engine/release-notes/index.md index 7ff645cd1d..e63a5aeee4 100644 --- a/engine/release-notes/index.md +++ b/engine/release-notes/index.md @@ -22,6 +22,24 @@ for Docker Engine. # Version 19.03 +## 19.03.10 +2020-05-29 + +### Client +- Fix version negotiation with older engine. [docker/cli#2538](https://github.com/docker/cli/pull/2538) +- Avoid setting SSH flags through hostname. [docker/cli#2560](https://github.com/docker/cli/pull/2560) +- Fix panic when DOCKER_CLI_EXPERIMENTAL is invalid. [docker/cli#2558](https://github.com/docker/cli/pull/2558) +- Avoid potential panic on s390x by upgrading Go to 1.13.11. [docker/cli#2532](https://github.com/docker/cli/pull/2532) + +### Networking +- Fix DNS fallback regression. [moby/moby#41009](https://github.com/moby/moby/pull/41009) + +### Runtime +- Avoid potential panic on s390x by upgrading Go to 1.13.11. [moby/moby#40978](https://github.com/moby/moby/pull/40978) + +### Packaging +- Fix ARM builds on ARM64. [moby/moby#41027](https://github.com/moby/moby/pull/41027) + ## 19.03.9 2020-05-14