Add a "Removed feature" section

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott 2021-04-29 16:19:43 +01:00
parent 6576d91ed2
commit b73d798a2e
2 changed files with 8 additions and 2 deletions

View File

@ -30,12 +30,15 @@ This page contains information about the new features, improvements, known issue
- Fixed a bug where a `metrics-port` defined in the engine's `daemon.json` blocks application restart.
- Fixed a leak of ephemeral ports. Fixes [docker/for-mac#5611](https://github.com/docker/for-mac/issues/5611).
- Emulate a more modern Intel CPU with `qemu` on an Apple chip, for better image compatibility. See [docker/for-mac#5561](https://github.com/docker/for-mac/issues/5561).
- Removed the "Deploy Docker Stacks to Kubernetes by default" Kubernetes setting. Fixes [docker/for-mac#4966](https://github.com/docker/for-mac/issues/4966).
- Enable buildkit garbage collection by default.
- 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.
## Removed features
- Removed the "Deploy Docker Stacks to Kubernetes by default" Kubernetes setting. The component was removed in 2.4.0.0 but we forgot to remove the setting. Fixes [docker/for-mac#4966](https://github.com/docker/for-mac/issues/4966).
## Docker Desktop 3.3.1
2021-04-15

View File

@ -25,7 +25,6 @@ This page contains information about the new features, improvements, known issue
## Bug fixes and minor changes
- Removed the "Deploy Docker Stacks to Kubernetes by default" Kubernetes setting. We recommand using [kompose.io](https://kompose.io) to deploy docker compose applications to Kubernetes. Fixes [docker/for-mac#4966](https://github.com/docker/for-mac/issues/4966).
- 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).
- Enable buildkit garbage collection by default.
@ -33,6 +32,10 @@ This page contains information about the new features, improvements, known issue
- 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.
## Removed features
- Removed the "Deploy Docker Stacks to Kubernetes by default" Kubernetes setting. The component was removed in 2.4.0.0 but we forgot to remove the setting. Fixes [docker/for-mac#4966](https://github.com/docker/for-mac/issues/4966).
## Docker Desktop 3.3.1
2021-04-15