From 9d51e26af4b4c06bee3032ae10fb6fbdfe382fae Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 18:11:37 +0100 Subject: [PATCH] Sync the Windows release notes with Mac for 3.3.2 Signed-off-by: David Scott --- docker-for-mac/release-notes.md | 2 +- docker-for-windows/release-notes.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 17c02392c8..556f964da6 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -15,7 +15,7 @@ This page contains information about the new features, improvements, known issue 2021-04-29 [Mac with Intel chip](https://desktop.docker.com/mac/stable/amd64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-amd64){: .button .primary-btn} - [Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn} +[Mac with Apple chip](https://desktop.docker.com/mac/stable/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn} ## Upgrades diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 759b1b8d56..957c145197 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -26,9 +26,9 @@ This page contains information about the new features, improvements, known issue ## Bug fixes and minor changes - Fixed a bug where a `metrics-port` defined in the engine's `daemon.json` blocks application restart. -- Fixed a leak dynamic ports ("ephemeral ports") e.g. `docker run -p 80`. Fixes [docker/for-mac#5611](https://github.com/docker/for-mac/issues/5611). +- Fixed a leak of ephemeral ports. Fixes [docker/for-mac#5611](https://github.com/docker/for-mac/issues/5611). - Enable buildkit garbage collection by default. -- Fixed a bug which blocked `docker run -p 123`. Fixes [docker/for-mac#5589](https://github.com/docker/for-mac/issues/5589). +- Fixed a bug which blocked binding to port 123. Fixes [docker/for-mac#5589](https://github.com/docker/for-mac/issues/5589). - Disable the HTTP and HTTPS transparent proxies when there is no upstream proxy set. Fixes [docker/for-mac#5572](https://github.com/docker/for-mac/issues/5572). - Revert to the HTTP and HTTPS proxy implementation used in 3.2.2.