Sync the Windows release notes with Mac for 3.3.2

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott 2021-04-29 18:11:37 +01:00
parent b73d798a2e
commit 9d51e26af4
2 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ This page contains information about the new features, improvements, known issue
## Bug fixes and minor changes ## Bug fixes and minor changes
- Fixed a bug where a `metrics-port` defined in the engine's `daemon.json` blocks application restart. - 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. - 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). - 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. - Revert to the HTTP and HTTPS proxy implementation used in 3.2.2.