mirror of https://github.com/docker/docs.git
feat: docker desktop 4.37.1 release notes (#21645)
<!--Delete sections as needed --> ## Description 4.37.1 release notes ## Related issues or tickets ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
This commit is contained in:
parent
a8e5875e57
commit
68add43251
|
@ -23,6 +23,19 @@ 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.37.1
|
||||
|
||||
{{< release-date date="2024-12-17" >}}
|
||||
|
||||
{{< desktop-install-v2 all=true beta_win_arm=true version="4.37.1" build_path="/178498/" >}}
|
||||
|
||||
### Bug fixes and enhancements
|
||||
|
||||
#### For all platforms
|
||||
|
||||
- Fixed an issue that caused the AI Catalog in Docker Hub to be unavailable in Docker Desktop.
|
||||
- Fixed an issue that caused Docker Desktop to panic with `index out of range [0] with length 0` when using [Enhanced Container Isolation](/manuals/security/for-admins/hardened-desktop/enhanced-container-isolation/_index.md).
|
||||
|
||||
## 4.37.0
|
||||
|
||||
{{< release-date date="2024-12-12" >}}
|
||||
|
@ -55,7 +68,6 @@ Take a look at the [Docker Public Roadmap](https://github.com/orgs/docker/projec
|
|||
#### For Mac
|
||||
|
||||
- Fixed a bug that would create certain user directories with root permission when running the uninstaller binary twice with `sudo`.
|
||||
- Fixed a bug where the in-app update would fail if Docker Desktop was installed by a non-admin user or if the current user was previously an administrator. Fixes [docker/for-mac#7403](https://github.com/docker/for-mac/issues/7403) and [docker/for-mac#6920](https://github.com/docker/for-mac/issues/6920).
|
||||
|
||||
#### For Windows
|
||||
|
||||
|
|
Loading…
Reference in New Issue