Update release-notes.md (#24259)

## Description

Acknowledge a bug with the MSI preventing updates.

## Related issues or tickets


https://docker.atlassian.net/browse/DKP-2697?atlOrigin=eyJpIjoiNjQ0MTRiNThiM2VkNGM1NmJiZjEwMGU2ZmVhNmU0NjMiLCJwIjoiamlyYS1zbGFjay1pbnQifQ

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
This commit is contained in:
Mathieu Champlon
2026-03-03 16:32:46 +01:00
committed by GitHub
parent 0bd16c25f4
commit f525676d77

View File

@@ -54,6 +54,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
- Improved startup time on Windows.
### Known issues
- The Windows MSI installer cannot update an existing Docker Desktop installation when the current version is 4.59 or later. As a workaround, uninstall the existing version before reinstalling. Note that uninstalling removes all associated data. A fix will be provided in a future MSI release.
## 4.62.0
{{< release-date date="2026-02-23" >}}
@@ -87,6 +91,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
- Addressed [CVE-2026-2664](https://www.cve.org/cverecord?id=CVE-2026-2664), out of bounds read in grpcfuse kernel module.
- Addressed [CVE-2026-28400](https://www.cve.org/cverecord?id=CVE-2026-28400), runtime flag injection in Docker Model Runner.
### Known issues
- The Windows MSI installer cannot update an existing Docker Desktop installation when the current version is 4.59 or later. As a workaround, uninstall the existing version before reinstalling. Note that uninstalling removes all associated data. A fix will be provided in a future MSI release.
## 4.61.0
{{< release-date date="2026-02-18" >}}
@@ -116,6 +124,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
- Added support for running in WSL 2.
- Sandboxes now start in the current working directory if no path is provided.
### Known issues
- The Windows MSI installer cannot update an existing Docker Desktop installation when the current version is 4.59 or later. As a workaround, uninstall the existing version before reinstalling. Note that uninstalling removes all associated data. A fix will be provided in a future MSI release.
## 4.60.1
{{< release-date date="2026-02-10" >}}
@@ -151,6 +163,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
- Fix CLI help text for `run <agent> --help`
- Improved terminal size handling
### Known issues
- The Windows MSI installer cannot update an existing Docker Desktop installation when the current version is 4.59 or later. As a workaround, uninstall the existing version before reinstalling. Note that uninstalling removes all associated data. A fix will be provided in a future MSI release.
## 4.59.1
{{< release-date date="2026-02-03" >}}