From f19919a42a9c227c6c61c2e8fd6fab3bd4f16a5d Mon Sep 17 00:00:00 2001 From: Lorena Rangel Date: Thu, 12 Sep 2024 17:52:40 +0200 Subject: [PATCH] 4.34.2 release notes (#20849) Signed-off-by: Lorena Rangel --- content/manuals/desktop/release-notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 4912a94135..a0cfd3c2b2 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -23,6 +23,23 @@ 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.2 + +{{< release-date date="2024-09-12" >}} + +{{< desktop-install-v2 all=true beta_win_arm=true version="4.34.2" build_path="/167172/" >}} + +### Bug fixes and enhancements + +#### For all platforms + +- Fixed a bug where `docker compose up` would become unresponsive while in Resource Saver mode. + +### Security + +- Fixed [CVE-2024-8695](https://www.cve.org/cverecord?id=CVE-2024-8695) which allows RCE via crafted extension description/changelog which could be abused by a malicious extension. +- Fixed [CVE-2024-8696](https://www.cve.org/cverecord?id=CVE-2024-8696) which allows RCE via crafted extension publisher-url/additional-urls which could be abused by a malicious extension. + ## 4.34.1 {{< release-date date="2024-09-05" >}}