Skip to content

Commit a066979

Browse files
authored
Merge pull request #23004 from docker/published-update
publish updates from main
2 parents fec983a + 90b08ad commit a066979

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/manuals/desktop/release-notes.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
2929
>
3030
> If you're experiencing malware detection issues on Mac, follow the steps documented in [docker/for-mac#7527](https://github.com/docker/for-mac/issues/7527).
3131
32+
## 4.43.1
33+
34+
{{< release-date date="2025-07-04" >}}
35+
36+
{{< desktop-install-v2 all=true beta_win_arm=true version="4.43.1" build_path="/198352/" >}}
37+
38+
### Bug fixes and enhancements
39+
40+
#### For all platforms
41+
42+
- Fixed an issue that caused Docker Desktop UI to break when Ask Gordon responses contained HTML tags.
43+
- Fixed an issue that prevented extensions from communicating with their backends.
44+
3245
## 4.43.0
3346

3447
{{< release-date date="2025-07-03" >}}
@@ -81,6 +94,10 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
8194
#### For all platforms
8295

8396
- `docker buildx bake` will not build images in Compose files with a top-level models attribute. Use `docker compose build` instead.
97+
- Gordon responses containing HTML can cause Desktop UI to be permanently broken. As a workaround, you can delete `persisted-state.json` file to reset the UI. The file is located in the following directories:
98+
- Windows: `%APPDATA%\Docker Desktop\persisted-state.json`
99+
- Linux: `$XDG_CONFIG_HOME/Docker Desktop/persisted-state.json` or `~/.config/Docker Desktop/persisted-state.json`
100+
- Mac: `~/Library/Application Support/Docker Desktop/persisted-state.json`
84101

85102
#### For Windows
86103

0 commit comments

Comments
 (0)