From cfd7bd512471468deffa8b212d1b896a5ca4d0d7 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Wed, 21 Jan 2026 11:03:04 +0000 Subject: [PATCH 1/8] Desktop RN --- content/manuals/desktop/release-notes.md | 44 ++++++++++++++++-------- 1 file changed, 30 insertions(+), 14 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index c4a97222e1d7..03f0f54fd2a9 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -26,6 +26,36 @@ 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.58.0 + +{{< release-date date="2026-01-26" >}} + +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.58.0" build_path="//" >}} + +### Updates + +- Linux kernel `v6.12.65` +- [Credential helpers v0.9.5](https://github.com/docker/docker-credential-helpers/releases/tag/v0.9.5) +- [Docker Engine v29.1.5](https://docs.docker.com/engine/release-notes/29/#2915) +- Updated Kubernetes images to address CVEs. + - Kind: + - `docker/desktop-containerd-registry-mirror:v0.0.3` + - `docker/desktop-cloud-provider-kind:v0.5.0` + - Kubeadm: + - `docker/desktop-vpnkit-controller:v4.0` + - `docker/desktop-storage-provisioner:v3.0` + +### Bug fixes and enhancements + +#### For all platforms + +- The `kind` dependency image `envoyproxy/envoy` was upgraded from v1.32.6 to v1.36.4. If you mirror `kind` images, ensure your mirrors are updated. +- Docker Desktop now supports utf-8 BOM for `admin-settings.json` and `registry.json`. + +> [!IMPORTANT] +> +> Starting with Docker Desktop version 4.59, installing an update from the tray menu will proceed without opening the Docker Desktop Dashboard. + ## 4.57.0 {{< release-date date="2026-01-19" >}} @@ -624,8 +654,6 @@ We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266 {{< release-date date="2025-06-18" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.42.1" build_path="/196648/" >}} - ### Upgrades - [Docker Compose v2.37.1](https://github.com/docker/compose/releases/tag/v2.37.1) @@ -650,8 +678,6 @@ We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266 {{< release-date date="2025-06-04" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.42.0" build_path="/195023/" >}} - ### New - Expanded network compatibility with IPv6 support. @@ -722,8 +748,6 @@ We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266 {{< release-date date="2025-05-06" >}} -{{< desktop-install-v2 all=true win_arm_release="Beta" version="4.41.2" build_path="/191736/" >}} - ### Bug fixes and enhancements #### For all platforms @@ -734,8 +758,6 @@ We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266 {{< release-date date="2025-04-30" >}} -{{< desktop-install-v2 all=true win_arm_release="Beta" version="4.41.1" build_path="/191279/" >}} - ### Bug fixes and enhancements #### For all platforms @@ -750,8 +772,6 @@ We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266 {{< release-date date="2025-04-28" >}} -{{< desktop-install-v2 all=true win_arm_release="Beta" version="4.41.0" build_path="/190950/" >}} - ### New - Docker Model Runner is now available on x86 Windows machines with NVIDIA GPUs. @@ -814,8 +834,6 @@ We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266 {{< release-date date="2025-03-31" >}} -{{< desktop-install-v2 all=true win_arm_release="Beta" version="4.40.0" build_path="/187762/" >}} - ### New - You can now pull, run, and manage AI models from Docker Hub directly in Docker Desktop with [Docker Model Runner (Beta)](/manuals/ai/model-runner.md). Currently available for Docker Desktop for Mac with Apple Silicon. @@ -863,8 +881,6 @@ We are aware of [CVE-2025-23266](https://nvd.nist.gov/vuln/detail/CVE-2025-23266 {{< release-date date="2025-03-05" >}} -{{< desktop-install-v2 all=true win_arm_release="Beta" version="4.39.0" build_path="/184744/" >}} - ### New - The [Docker Desktop CLI](/manuals/desktop/features/desktop-cli.md) is now generally available. You can now also print logs with the new `docker desktop logs` command. From c366155b030bfeb3246ab99dc9844535f6cca766 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Wed, 21 Jan 2026 11:08:35 +0000 Subject: [PATCH 2/8] formatiing change --- content/manuals/desktop/release-notes.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 03f0f54fd2a9..c6cdda8f1001 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -37,25 +37,28 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Linux kernel `v6.12.65` - [Credential helpers v0.9.5](https://github.com/docker/docker-credential-helpers/releases/tag/v0.9.5) - [Docker Engine v29.1.5](https://docs.docker.com/engine/release-notes/29/#2915) -- Updated Kubernetes images to address CVEs. - - Kind: - - `docker/desktop-containerd-registry-mirror:v0.0.3` - - `docker/desktop-cloud-provider-kind:v0.5.0` - - Kubeadm: - - `docker/desktop-vpnkit-controller:v4.0` - - `docker/desktop-storage-provisioner:v3.0` ### Bug fixes and enhancements #### For all platforms - The `kind` dependency image `envoyproxy/envoy` was upgraded from v1.32.6 to v1.36.4. If you mirror `kind` images, ensure your mirrors are updated. -- Docker Desktop now supports utf-8 BOM for `admin-settings.json` and `registry.json`. +- Docker Desktop now supports UTF-8 BOM for `admin-settings.json` and `registry.json`. > [!IMPORTANT] > > Starting with Docker Desktop version 4.59, installing an update from the tray menu will proceed without opening the Docker Desktop Dashboard. +### Security + +- Updated Kubernetes images to address CVEs. + - Kind: + - `docker/desktop-containerd-registry-mirror:v0.0.3` + - `docker/desktop-cloud-provider-kind:v0.5.0` + - Kubeadm: + - `docker/desktop-vpnkit-controller:v4.0` + - `docker/desktop-storage-provisioner:v3.0` + ## 4.57.0 {{< release-date date="2026-01-19" >}} From c4990d11a71680d52ed855d35d42daabd7106423 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 22 Jan 2026 09:25:53 +0000 Subject: [PATCH 3/8] DMR entry --- content/manuals/desktop/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index c6cdda8f1001..f01417da62e5 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -42,6 +42,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### For all platforms +- Docker Model Runner now exposes an [Anthropic-compatible API](/manuals/ai/model-runner/api-reference.md#anthropic-compatible-api). - The `kind` dependency image `envoyproxy/envoy` was upgraded from v1.32.6 to v1.36.4. If you mirror `kind` images, ensure your mirrors are updated. - Docker Desktop now supports UTF-8 BOM for `admin-settings.json` and `registry.json`. From 2a44f0af19f76ce43d792dc0ccaab82174829982 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 22 Jan 2026 15:25:57 +0000 Subject: [PATCH 4/8] mac bug addition --- content/manuals/desktop/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index f01417da62e5..75926490694e 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -50,6 +50,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo > > Starting with Docker Desktop version 4.59, installing an update from the tray menu will proceed without opening the Docker Desktop Dashboard. +#### For Mac + +- Fixed a bug where shared file permissions could be modified inadvertently while using DockerVMM on macOS. Fixes [docker/for-mac#7830](https://github.com/docker/for-mac/issues/7830). + ### Security - Updated Kubernetes images to address CVEs. From f683f8166764ff68ac207019304d966bada0c985 Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Fri, 23 Jan 2026 10:54:23 +0000 Subject: [PATCH 5/8] sandboxes addition --- content/manuals/desktop/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 75926490694e..edc3c76d312a 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -32,6 +32,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo {{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.58.0" build_path="//" >}} +### New + +- [Docker Sandboxes](/manuals/ai/sandboxes/_index.md) is now available on Docker Desktop, providing a secure, isolated environment for running AI coding agents. This lets agents work freely without compromising your local machine. + ### Updates - Linux kernel `v6.12.65` From dcefa1154c87ba77de6f65f5eb2d48ccfaae948c Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Fri, 23 Jan 2026 10:59:47 +0000 Subject: [PATCH 6/8] tweak --- 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 edc3c76d312a..fcbdfb1d3cc2 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 ### New -- [Docker Sandboxes](/manuals/ai/sandboxes/_index.md) is now available on Docker Desktop, providing a secure, isolated environment for running AI coding agents. This lets agents work freely without compromising your local machine. +- [Docker Sandboxes](/manuals/ai/sandboxes/_index.md) is now available on Docker Desktop, providing a secure, isolated environment for running AI agents. This lets agents work freely without the risk of compromising your local machine. ### Updates From 91303eba8487e26517609358cefeb3e6ab0c4aac Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Fri, 23 Jan 2026 14:40:17 +0000 Subject: [PATCH 7/8] review edit --- 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 fcbdfb1d3cc2..2465d383a375 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 ### New -- [Docker Sandboxes](/manuals/ai/sandboxes/_index.md) is now available on Docker Desktop, providing a secure, isolated environment for running AI agents. This lets agents work freely without the risk of compromising your local machine. +- A new version of [Docker Sandboxes](/manuals/ai/sandboxes/_index.md) is now available on Docker Desktop for Mac. It provides a secure, isolated, microVM-based environment for running coding agents. ### Updates From 950071902863975ad58246a7d7bf5143871ca40a Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Mon, 26 Jan 2026 09:02:21 +0000 Subject: [PATCH 8/8] one more addition --- content/manuals/desktop/release-notes.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 2465d383a375..81f6f420cef8 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -30,7 +30,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo {{< release-date date="2026-01-26" >}} -{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.58.0" build_path="//" >}} +{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.58.0" build_path="/216728/" >}} ### New @@ -47,7 +47,6 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo #### For all platforms - Docker Model Runner now exposes an [Anthropic-compatible API](/manuals/ai/model-runner/api-reference.md#anthropic-compatible-api). -- The `kind` dependency image `envoyproxy/envoy` was upgraded from v1.32.6 to v1.36.4. If you mirror `kind` images, ensure your mirrors are updated. - Docker Desktop now supports UTF-8 BOM for `admin-settings.json` and `registry.json`. > [!IMPORTANT] @@ -58,6 +57,11 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Fixed a bug where shared file permissions could be modified inadvertently while using DockerVMM on macOS. Fixes [docker/for-mac#7830](https://github.com/docker/for-mac/issues/7830). +#### For Windows + +- Fixed an issue where the installer failed because of special ACLs set on `ProgramData`. + + ### Security - Updated Kubernetes images to address CVEs. @@ -67,6 +71,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo - Kubeadm: - `docker/desktop-vpnkit-controller:v4.0` - `docker/desktop-storage-provisioner:v3.0` +- The `kind` dependency image `envoyproxy/envoy` was upgraded from v1.32.6 to v1.36.4. If you mirror `kind` images, ensure your mirrors are updated. ## 4.57.0