From 6c6c576b4bb293093ba56cce86945e67e0fb4b31 Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Fri, 4 Oct 2024 18:52:50 +0200 Subject: [PATCH 1/4] Docker Desktop 4.34.3 release notes Signed-off-by: Lorena Rangel --- content/manuals/desktop/release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 42e1c4366179..12793fa5d1fb 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -23,6 +23,16 @@ Docker Desktop versions older than 6 months from the latest release are not avai Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projects/51/views/1?filterQuery=) to see what's coming next. +## 4.34.3 + +{{< release-date date="2024-10-07" >}} + +{{< desktop-install-v2 all=true beta_win_arm=true version="4.34.2" build_path="/TBD/" >}} + +### Upgrades + +- [NVIDIA Container Toolkit v1.16.2](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.16.2) + ## 4.34.2 {{< release-date date="2024-09-12" >}} From 4ec28d20a36548032a5ea620e855c0e74b8f6550 Mon Sep 17 00:00:00 2001 From: Ezequiel Russo Date: Wed, 9 Oct 2024 11:26:00 +0200 Subject: [PATCH 2/4] docker-desktop 4.34.3 release-notes --- content/manuals/desktop/release-notes.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 12793fa5d1fb..f571d3b46eab 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -25,13 +25,23 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec ## 4.34.3 -{{< release-date date="2024-10-07" >}} +{{< release-date date="2024-10-09" >}} -{{< desktop-install-v2 all=true beta_win_arm=true version="4.34.2" build_path="/TBD/" >}} +{{< desktop-install-v2 all=true beta_win_arm=true version="4.34.3" build_path="/170107/" >}} ### Upgrades - [NVIDIA Container Toolkit v1.16.2](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.16.2) +- [Host networking](https://docs.docker.com/engine/network/drivers/host/#docker-desktop) support on Docker Desktop is now generally available +- If you authenticate via the CLI without Docker Desktop installed, you can now authenticate through a browser-based flow, removing the need for manual PAT generation +- Windows now supports automatic reclamation of disk space in Docker Desktop for WSL2 installations [using a managed virtual hard disk](https://docs.docker.com/desktop/wsl/best-practices/). +- Windows registry key sign in enforcement method is now generally available +- Fresh installations of Docker Desktop now use the containerd image store by default +- Improved the output of `docker image list` to show multi-platform-related image information + +### Security + +- Fixed [CVE-2024-9348](https://www.cve.org/cverecord?id=CVE-2024-9348) which allows RCE via image build details source information ## 4.34.2 From e95facb62f2a6905dc993ed11550327518102ecc Mon Sep 17 00:00:00 2001 From: Ezequiel Russo Date: Wed, 9 Oct 2024 14:33:23 +0200 Subject: [PATCH 3/4] docker-desktop 4.34.3 release-notes security nvidia issues --- content/manuals/desktop/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index f571d3b46eab..30fc5637aee5 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -42,6 +42,8 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec ### Security - Fixed [CVE-2024-9348](https://www.cve.org/cverecord?id=CVE-2024-9348) which allows RCE via image build details source information +- Fixed NVIDIA Container Toolkit [CVE-2024-0132](https://nvidia.custhelp.com/app/answers/detail/a_id/5582) +- Fixed NVIDIA Container Toolkit [CVE-2024-0133](https://nvidia.custhelp.com/app/answers/detail/a_id/5582) ## 4.34.2 From e322c39c1b52f34961a7dc01e21c208ae7bb1de3 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:56:03 +0100 Subject: [PATCH 4/4] Apply suggestions from code review --- content/manuals/desktop/release-notes.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 30fc5637aee5..372ab1f9092d 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -32,12 +32,6 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec ### Upgrades - [NVIDIA Container Toolkit v1.16.2](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.16.2) -- [Host networking](https://docs.docker.com/engine/network/drivers/host/#docker-desktop) support on Docker Desktop is now generally available -- If you authenticate via the CLI without Docker Desktop installed, you can now authenticate through a browser-based flow, removing the need for manual PAT generation -- Windows now supports automatic reclamation of disk space in Docker Desktop for WSL2 installations [using a managed virtual hard disk](https://docs.docker.com/desktop/wsl/best-practices/). -- Windows registry key sign in enforcement method is now generally available -- Fresh installations of Docker Desktop now use the containerd image store by default -- Improved the output of `docker image list` to show multi-platform-related image information ### Security