mirror of https://github.com/docker/docs.git
Release notes for 4.2.0 (#13774)
* Added release notes for 4.2.0 * Addressed review comments. * Improved release notes wording. * Updated release notes. * Added ticket link. * Updated compose version. * Set final release date. * Adjusted release date, fixed compose release link.
This commit is contained in:
parent
0d1d0a4e36
commit
47b0415eeb
|
@ -17,14 +17,47 @@ redirect_from:
|
|||
|
||||
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
|
||||
|
||||
## Docker Desktop 4.1.1
|
||||
2021-10-12
|
||||
## Docker Desktop 4.2.0
|
||||
2021-11-09
|
||||
|
||||
> 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
|
||||
|
||||
- **Pause/Resume**: You can now pause your Docker Desktop session when you are not actively using it and save CPU resources on your machine. For more information, see [Pause/Resume](../index.md#pauseresume).
|
||||
- **Software Updates**: The option to turn off automatic check for updates is now available for users on all Docker subscriptions, including Docker Personal and Docker Pro. All update-related settings have been moved to the **Software Updates** section. For more information, see [Software updates](../index.md#software-updates).
|
||||
- **Window management**: The Docker Dashboard window size and position persists when you close and reopen Docker Desktop.
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Docker Engine v20.10.10](https://docs.docker.com/engine/release-notes/#201010)
|
||||
- [containerd v1.4.11](https://github.com/containerd/containerd/releases/tag/v1.4.11)
|
||||
- [runc v1.0.2](https://github.com/opencontainers/runc/releases/tag/v1.0.2)
|
||||
- [Go 1.17.2](https://golang.org/doc/go1.17)
|
||||
- [Compose CLI v2.1.1](https://github.com/docker/compose/releases/tag/v2.1.1)
|
||||
- [docker-scan 0.9.0](https://github.com/docker/scan-cli-plugin/releases/tag/v0.9.0)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Improved: Self-diagnose now also checks for overlap between host IPs and `docker networks`.
|
||||
- Fixed the position of the indicator that displays the availability of an update on the Docker Dashboard.
|
||||
- Fixed an issue that caused Docker Desktop to stop responding upon clicking **Exit** on the fatal error dialog.
|
||||
- Fixed a rare startup failure affecting users having a `docker volume` bind-mounted on top of a directory from the host. If existing, this fix will also remove manually user added `DENY DELETE` ACL entries on the corresponding host directory.
|
||||
- Fixed a bug where a `Docker.qcow2` file would be ignored on upgrade and a fresh `Docker.raw` used instead, resulting in containers and images disappearing. Note that if a system has both files (due to the previous bug) then the most recently modified file will be used, to avoid recent containers and images disappearing again. To force the use of the old `Docker.qcow2`, delete the newer `Docker.raw` file. Fixes [docker/for-mac#5998](https://github.com/docker/for-mac/issues/5998).
|
||||
- Fixed a bug where subprocesses could fail unexpectedly during shutdown, triggering an unexpected fatal error popup. Fixes [docker/for-mac#5834](https://github.com/docker/for-mac/issues/5834).
|
||||
|
||||
|
||||
## Docker Desktop 4.1.1
|
||||
2021-10-12
|
||||
|
||||
> Download Docker Desktop
|
||||
>
|
||||
> [Mac with Intel chip](https://desktop.docker.com/mac/main/amd64/69879/Docker.dmg) |
|
||||
> [Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/69879/Docker.dmg)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
> When upgrading from 4.1.0, the Docker menu does not change to **Update and restart** so you can just wait for the download to complete (icon changes) and then select **Restart**. This bug is fixed in 4.1.1, for future upgrades.
|
||||
|
|
|
@ -17,12 +17,44 @@ redirect_from:
|
|||
|
||||
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
|
||||
|
||||
## Docker Desktop 4.2.0
|
||||
2021-11-09
|
||||
|
||||
> 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
|
||||
|
||||
- **Pause/Resume**: You can now pause your Docker Desktop session when you are not actively using it and save CPU resources on your machine. For more information, see [Pause/Resume](../index.md#pauseresume).
|
||||
- **Software Updates**: The option to turn off automatic check for updates is now available for users on all Docker subscriptions, including Docker Personal and Docker Pro. All update-related settings have been moved to the **Software Updates** section. For more information, see [Software updates](../index.md#software-updates).
|
||||
- **Window management**: The Docker Dashboard window size and position persists when you close and reopen Docker Desktop.
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Docker Engine v20.10.10](https://docs.docker.com/engine/release-notes/#201010)
|
||||
- [containerd v1.4.11](https://github.com/containerd/containerd/releases/tag/v1.4.11)
|
||||
- [runc v1.0.2](https://github.com/opencontainers/runc/releases/tag/v1.0.2)
|
||||
- [Go 1.17.2](https://golang.org/doc/go1.17)
|
||||
- [Compose CLI v2.1.1](https://github.com/docker/compose/releases/tag/v2.1.1)
|
||||
- [docker-scan 0.9.0](https://github.com/docker/scan-cli-plugin/releases/tag/v0.9.0)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Improved: Self-diagnose now also checks for overlap between host IPs and `docker networks`.
|
||||
- Fixed the position of the indicator that displays the availability of an update on the Docker Dashboard.
|
||||
- Fixed Docker Desktop sometimes hanging when clicking Exit in the fatal error dialog.
|
||||
- Fixed an issue that frequently displayed the **Download update** popup when an update has been downloaded but hasn't been applied yet [docker/for-win#12188](https://github.com/docker/for-win/issues/12188).
|
||||
- Fixed installing a new update killing the application before it has time to shut down.
|
||||
- Fixed: Installation of Docker Desktop now works even with group policies preventing users to start prerequisite services (e.g. LanmanServer) [docker/for-win#12291](https://github.com/docker/for-win/issues/12291).
|
||||
|
||||
|
||||
## Docker Desktop 4.1.1
|
||||
2021-10-12
|
||||
|
||||
> 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/69879/Docker%20Desktop%20Installer.exe)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
|
|
Loading…
Reference in New Issue