From e85694618f62783344519c53154db07e55b42381 Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 11:11:26 +0100 Subject: [PATCH 01/14] Add release notes for upcoming Docker Desktop 3.3.2 release Signed-off-by: David Scott --- docker-for-mac/release-notes.md | 25 +++++++++++++++++++++++++ docker-for-windows/release-notes.md | 22 ++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 96f5f9ff19c..4ee8aa30fbe 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -11,6 +11,31 @@ toc_max: 2 This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. +## Docker Desktop 3.3.2 +2021-04-29 + +[Mac with Intel chip](?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-amd64){: .button .primary-btn} +[Mac with Apple chip](?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn} + +## Upgrades + +- [Compose CLI v1.0.14](https://github.com/docker/compose-cli/tree/v1.0.14) +- [Go 1.16.3](https://golang.org/doc/go1.16) +- [Docker Compose 1.29.1](https://github.com/docker/compose/releases/tag/1.29.1) +- [Docker Engine 20.10.6](https://docs.docker.com/engine/release-notes/#20106) + +## Bug fixes and minor changes + +- Fixed a bug with an Apple chip where the last byte in a network transfer was occasionally lost. +- 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). +- 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 `docker run -p 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. + ## 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 fec284c98a9..a4a51e48469 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -11,6 +11,28 @@ toc_max: 2 This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. +## Docker Desktop 3.3.2 +2021-04-29 + +> [Download](?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64) + +## Upgrades + +- [Compose CLI v1.0.14](https://github.com/docker/compose-cli/tree/v1.0.14) +- [Go 1.16.3](https://golang.org/doc/go1.16) +- [Docker Compose 1.29.1](https://github.com/docker/compose/releases/tag/1.29.1) +- [Docker Engine 20.10.6](https://docs.docker.com/engine/release-notes/#20106) + +## 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). +- 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 `docker run -p 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. + ## Docker Desktop 3.3.1 2021-04-15 From e5f614e28f13137837a521fdddf299895a420c35 Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 14:00:02 +0100 Subject: [PATCH 02/14] Update docker-for-mac/release-notes.md Co-authored-by: Stephen Turner --- docker-for-mac/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 4ee8aa30fbe..835c57703a0 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -32,7 +32,7 @@ This page contains information about the new features, improvements, known issue - 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 `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. From edfc1c9f0eecc19ef8aaad72be13dd0b2db1278c Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 14:00:11 +0100 Subject: [PATCH 03/14] Update docker-for-mac/release-notes.md Co-authored-by: Stephen Turner --- docker-for-mac/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 835c57703a0..0b591540282 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -28,7 +28,7 @@ This page contains information about the new features, improvements, known issue - Fixed a bug with an Apple chip where the last byte in a network transfer was occasionally lost. - 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). - 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. From 8c9bafff6667d229ac4ef829312451877e438ace Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 14:06:37 +0100 Subject: [PATCH 04/14] Update URLs for Docker Desktop 3.3.1 Signed-off-by: David Scott --- docker-for-mac/release-notes.md | 4 ++-- docker-for-windows/release-notes.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 0b591540282..26f2a5284d3 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -39,8 +39,8 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.3.1 2021-04-15 -[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 Intel chip](https://desktop.docker.com/mac/stable/amd64/63152/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/63152/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn} ### New diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index a4a51e48469..4d984b884d9 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -36,7 +36,7 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.3.1 2021-04-15 -> [Download](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64) +> [Download](https://desktop.docker.com/win/stable/amd64/63152/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64) ### Bug fixes and minor changes From 99837100a43b0c603c8e52efd447414df63a4d78 Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 14:46:27 +0100 Subject: [PATCH 05/14] Add recommendation to use kompose.io Signed-off-by: David Scott --- docker-for-windows/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 4d984b884d9..f222d61fb7a 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -25,9 +25,9 @@ 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). -- 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 `docker run -p 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). From 9badada66ccfd1ed32616559ee5b85318d278463 Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 14:55:24 +0100 Subject: [PATCH 06/14] Update docker-for-mac/release-notes.md Co-authored-by: Stefan Scherer --- docker-for-mac/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 26f2a5284d3..adc6a391cb6 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -14,8 +14,8 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.3.2 2021-04-29 -[Mac with Intel chip](?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-amd64){: .button .primary-btn} -[Mac with Apple chip](?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn} +[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} ## Upgrades From 6576d91ed217f8ea927948158a1d89b4bd5cacad Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 15:51:50 +0100 Subject: [PATCH 07/14] Update docker-for-windows/release-notes.md Co-authored-by: Stefan Scherer --- docker-for-windows/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index f222d61fb7a..97ceaa79ce2 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -14,7 +14,7 @@ This page contains information about the new features, improvements, known issue ## Docker Desktop 3.3.2 2021-04-29 -> [Download](?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64) +> [Download](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64) ## Upgrades From b73d798a2e14179405dcf01d617c9ca0f43e8ade Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 16:19:43 +0100 Subject: [PATCH 08/14] 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 adc6a391cb6..17c02392c8d 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 97ceaa79ce2..759b1b8d565 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 From 9d51e26af4b4c06bee3032ae10fb6fbdfe382fae Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 18:11:37 +0100 Subject: [PATCH 09/14] 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 17c02392c8d..556f964da6b 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 759b1b8d565..957c1451977 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. From 979dbf1620a670807504c8e66286a9e65700d1ff Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 29 Apr 2021 18:36:44 +0100 Subject: [PATCH 10/14] The deploy on Kubernetes feature was technically removed in 2.4.0.0 Signed-off-by: David Scott --- docker-for-mac/release-notes.md | 3 --- docker-for-windows/release-notes.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 556f964da6b..debbea72c32 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -34,9 +34,6 @@ This page contains information about the new features, improvements, known issue - 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 diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 957c1451977..b19d66a1764 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -31,9 +31,6 @@ This page contains information about the new features, improvements, known issue - 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 From 26283360e3a97b63a1d30877f381f1330ace32c3 Mon Sep 17 00:00:00 2001 From: David Scott Date: Fri, 30 Apr 2021 09:21:04 +0100 Subject: [PATCH 11/14] The HTTP proxy bugs were only on Mac Signed-off-by: David Scott --- docker-for-windows/release-notes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index b19d66a1764..3a30b8a230f 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -29,8 +29,6 @@ This page contains information about the new features, improvements, known issue - 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 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 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 From e8e3dc8f7b1a533eebf19a2322513a2c2747caa7 Mon Sep 17 00:00:00 2001 From: David Scott Date: Fri, 30 Apr 2021 09:31:56 +0100 Subject: [PATCH 12/14] Update docker-for-windows/release-notes.md Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- docker-for-windows/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 3a30b8a230f..ba7206aea3a 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -12,7 +12,7 @@ toc_max: 2 This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. ## Docker Desktop 3.3.2 -2021-04-29 +2021-04-30 > [Download](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64) From 562a27cf2f8152ebc7b80c4b585dd4dbb8d6751a Mon Sep 17 00:00:00 2001 From: David Scott Date: Fri, 30 Apr 2021 09:32:03 +0100 Subject: [PATCH 13/14] Update docker-for-mac/release-notes.md Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- docker-for-mac/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index debbea72c32..e8518d077f9 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -12,7 +12,7 @@ toc_max: 2 This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. ## Docker Desktop 3.3.2 -2021-04-29 +2021-04-30 [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} From 582f2374a418cd432e10a70f3c94bf81b8320cf6 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Mon, 3 May 2021 10:11:05 +0200 Subject: [PATCH 14/14] Update release date Signed-off-by: Stefan Scherer --- docker-for-mac/release-notes.md | 2 +- docker-for-windows/release-notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index e8518d077f9..9591cee6fe9 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -12,7 +12,7 @@ toc_max: 2 This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. ## Docker Desktop 3.3.2 -2021-04-30 +2021-05-03 [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} diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index ba7206aea3a..ee34dc7e5ae 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -12,7 +12,7 @@ toc_max: 2 This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases. ## Docker Desktop 3.3.2 -2021-04-30 +2021-05-03 > [Download](https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64)