From 7cc2b97020de2ef8063d7f7f2e55a9bc6f689ef4 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 3 Nov 2025 14:14:44 +0000 Subject: [PATCH 1/2] DD RN 4.50 --- content/manuals/desktop/release-notes.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index c9bb3b30b2c..328508d1132 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -30,6 +30,29 @@ Docker Desktop versions older than 6 months from the latest release are not avai For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoot-and-support/faqs/releases.md). +## 4.50.0 + +{{< release-date date="2025-11-06" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.49.0" build_path="//" >}} + +### New + +- Introduced a new Welcome Survey to improve onboarding. New users can now provide information to help tailor their Docker Desktop experience. + +### Upgrades + +- [Docker Compose v2.40.3](https://github.com/docker/compose/releases/tag/v2.40.3) +- [NVIDIA Container Toolkit v1.18.0](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.18.0) + +### Bug fixes and enhancements + +#### For all platforms + +- Docker Desktop now detects and attempts to avoid clashes between the "Docker subnet" and physical networks using RFC1918 addresses. For example if the host has a non-default route which overlaps with `192.168.65.0/24` then an alternative network will be chosen automatically. You can still override the choice as before via Docker Desktop settings and admin settings. +- Fixed a bug that caused some forwarded UDP ports to hang. +- Docker Desktop no longer treats Stargz Snapshotter failures as fatal. If a failure occurs, Docker Desktop continues to run without the Stargz Snapshotter. + ## 4.49.0 {{< release-date date="2025-10-23" >}} From a2ada5f41c55e9c2004028fa9e7bed1e64e22806 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:59:11 +0000 Subject: [PATCH 2/2] Update content/manuals/desktop/release-notes.md --- content/manuals/desktop/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 328508d1132..a6a37e7f82a 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -34,7 +34,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo {{< release-date date="2025-11-06" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.49.0" build_path="//" >}} +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.50.0" build_path="/209931/" >}} ### New