From b73d798a2e14179405dcf01d617c9ca0f43e8ade Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 16:19:43 +0100 Subject: [PATCH] Add a "Removed feature" section Signed-off-by: David Scott --- docker-for-mac/release-notes.md | 5 ++++- docker-for-windows/release-notes.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index adc6a391cb..17c02392c8 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -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 diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 97ceaa79ce..759b1b8d56 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -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