mirror of https://github.com/docker/docs.git
Release notes for Docker Desktop 4.1.0
Signed-off-by: Trung Nguyen <trung.nguyen@docker.com>
This commit is contained in:
parent
9584c5c4a6
commit
d3716ab5f0
|
@ -17,14 +17,38 @@ toc_max: 2
|
|||
|
||||
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
|
||||
|
||||
## Docker Desktop 4.0.1
|
||||
2021-09-13
|
||||
## Docker Desktop 4.1.0
|
||||
2021-09-30
|
||||
|
||||
> Download Docker Desktop
|
||||
>
|
||||
> [Mac with Intel chip](https://desktop.docker.com/mac/main/amd64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-amd64){: .button .primary-btn }
|
||||
> [Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/Docker.dmg?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-mac-arm64){: .button .primary-btn }
|
||||
|
||||
### New
|
||||
|
||||
- **Software Updates**: The Settings tab now includes a new section to help you manage Docker Desktop updates. The **Software Updates** section notifies you whenever there's a new update and allows you to download the update or view information on what's included in the newer version. For more information, see [Software Updates](../#software-updates).
|
||||
- **Compose V2** You can now specify whether to use [Docker Compose V2](../../compose/cli-command.md) in the General settings.
|
||||
- **Volume Management**: Volume management is now available for users on any subscription, including Docker Personal. For more information, see [Explore volumes](../dashboard.md#explore-volumes).
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Compose V2](https://github.com/docker/compose/releases/tag/v2.0.0)
|
||||
- [Buildx 0.6.3](https://github.com/docker/buildx/releases/tag/v0.6.3)
|
||||
- [Kubernetes 1.21.5](https://github.com/kubernetes/kubernetes/releases/tag/v1.21.5)
|
||||
- [Go 1.17.1](https://github.com/golang/go/releases/tag/go1.17.1)
|
||||
- [Alpine 3.14](https://alpinelinux.org/posts/Alpine-3.14.0-released.html)
|
||||
- [Qemu 6.1.0](https://wiki.qemu.org/ChangeLog/6.1)
|
||||
- Base distro to debian:bullseye
|
||||
|
||||
## Docker Desktop 4.0.1
|
||||
2021-09-13
|
||||
|
||||
> Download Docker Desktop
|
||||
>
|
||||
> [Mac with Intel chip](https://desktop.docker.com/mac/main/amd64/68347/Docker.dmg) |
|
||||
> [Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/68347/Docker.dmg)
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Compose V2 RC3](https://github.com/docker/compose/releases/tag/v2.0.0-rc.3)
|
||||
|
|
|
@ -17,12 +17,46 @@ toc_max: 2
|
|||
|
||||
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
|
||||
|
||||
## Docker Desktop 4.1.0
|
||||
2021-09-30
|
||||
|
||||
> Download Docker Desktop
|
||||
>
|
||||
> [For Windows](https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64){: .button .primary-btn }
|
||||
|
||||
### New
|
||||
|
||||
- **Software Updates**: The Settings tab now includes a new section to help you manage Docker Desktop updates. The **Software Updates** section notifies you whenever there's a new update and allows you to download the update or view information on what's included in the newer version. For more information, see [Software Updates](../#software-updates).
|
||||
- **Compose V2** You can now specify whether to use [Docker Compose V2](../../compose/cli-command.md) in the General settings.
|
||||
- **Volume Management**: Volume management is now available for users on any subscription, including Docker Personal. For more information, see [Explore volumes](../dashboard.md#explore-volumes).
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Compose V2](https://github.com/docker/compose/releases/tag/v2.0.0)
|
||||
- [Buildx 0.6.3](https://github.com/docker/buildx/releases/tag/v0.6.3)
|
||||
- [Kubernetes 1.21.5](https://github.com/kubernetes/kubernetes/releases/tag/v1.21.5)
|
||||
- [Go 1.17.1](https://github.com/golang/go/releases/tag/go1.17.1)
|
||||
- [Alpine 3.14](https://alpinelinux.org/posts/Alpine-3.14.0-released.html)
|
||||
- [Qemu 6.1.0](https://wiki.qemu.org/ChangeLog/6.1)
|
||||
- Base distro to debian:bullseye
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Fixed a bug related to anti-malware software triggering, self-diagnose avoids calling the `net.exe` utility.
|
||||
- Fixed filesystem corruption in the WSL 2 Linux VM in self-diagnose. This can be caused by [microsoft/WSL#5895](https://github.com/microsoft/WSL/issues/5895).
|
||||
- Fixed `SeSecurityPrivilege` requirement issue. See [docker/for-win#12037](https://github.com/docker/for-win/issues/12037).
|
||||
- Fixed CLI context switch sync with UI. See [docker/for-win#11721](https://github.com/docker/for-win/issues/11721).
|
||||
- Added the key `vpnKitMaxPortIdleTime` to `settings.json` to allow the idle network connection timeout to be disabled or extended.
|
||||
- Fixed a crash on exit. See [docker/for-win#12128](https://github.com/docker/for-win/issues/12128).
|
||||
- Fixed a bug where the CLI tools would not be available in WSL 2 distros.
|
||||
- Fixed switching from Linux to Windows containers that was stuck because access rights on panic.log. See [for-win#11899](https://github.com/docker/for-win/issues/11899).
|
||||
|
||||
## Docker Desktop 4.0.1
|
||||
2021-09-13
|
||||
|
||||
> Download Docker Desktop
|
||||
>
|
||||
> [For Windows](https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64){: .button .primary-btn }
|
||||
> [For Windows](https://desktop.docker.com/win/main/amd64/68347/Docker Desktop Installer.exe)
|
||||
|
||||
### Upgrades
|
||||
|
||||
|
|
Loading…
Reference in New Issue