mirror of https://github.com/docker/docs.git
Merge pull request #13923 from trungutt/release-notes-4.3.0
Added release notes for 4.3.0
This commit is contained in:
commit
574a2ff3a1
|
@ -19,14 +19,46 @@ This page contains information about the new features, improvements, known issue
|
|||
|
||||
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1){: target="_blank" rel="noopener" class="_"} to see what's coming next.
|
||||
|
||||
## Docker Desktop 4.2.0
|
||||
2021-11-09
|
||||
## Docker Desktop 4.3.0
|
||||
2021-12-02
|
||||
|
||||
> 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 }
|
||||
|
||||
### Deprecation
|
||||
- The following internal DNS names are deprecated and will be removed from a future release: `docker-for-desktop`, `docker-desktop`, `docker.for.mac.host.internal`, `docker.for.mac.localhost`, `docker.for.mac.gateway.internal`. You must now use `host.docker.internal`, `vm.docker.internal`, and `gateway.docker.internal`.
|
||||
- Custom RBAC rules have been removed from Docker Desktop as it gives `cluster-admin` privileges to all Service Accounts. Fixes [docker/for-mac/#4774](https://github.com/docker/for-mac/issues/4774).
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Docker Engine v20.10.11](https://docs.docker.com/engine/release-notes/#201011)
|
||||
- [containerd v1.4.12](https://github.com/containerd/containerd/releases/tag/v1.4.12)
|
||||
- [Buildx 0.7.1](https://github.com/docker/buildx/releases/tag/v0.7.1)
|
||||
- [Compose v2.2.1](https://github.com/docker/compose/releases/tag/v2.2.1)
|
||||
- [Kubernetes 1.22.4](https://github.com/kubernetes/kubernetes/releases/tag/v1.22.4)
|
||||
- [Docker Hub Tool v0.4.4](https://github.com/docker/hub-tool/releases/tag/v0.4.4)
|
||||
- [Go 1.17.3](https://golang.org/doc/go1.17)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Docker Desktop on Apple silicon no longer requires Rosetta 2.
|
||||
- Fixed an issue which prevented users from saving files from a volume using the Save As option in the Volumes UI. Fixes [docker/for-win#12407](https://github.com/docker/for-win/issues/12407).
|
||||
- Fixed an issue that sometimes launched the existing version of Docker Desktop even after updating to a newer version.
|
||||
- Added a self-diagnose warning if the host lacks Internet connectivity.
|
||||
- Docker Desktop now uses cgroupv2. If you need to run `systemd` in a container then:
|
||||
- Ensure your version of `systemd` supports cgroupv2. [It must be at least `systemd` 247](https://github.com/systemd/systemd/issues/19760#issuecomment-851565075). Consider upgrading any `centos:7` images to `centos:8`.
|
||||
- Containers running `systemd` need the following options: [`--privileged --cgroupns=host -v /sys/fs/cgroup:/sys/fs/cgroup:rw`](https://serverfault.com/questions/1053187/systemd-fails-to-run-in-a-docker-container-when-using-cgroupv2-cgroupns-priva).
|
||||
|
||||
## Docker Desktop 4.2.0
|
||||
2021-11-09
|
||||
|
||||
> Download Docker Desktop
|
||||
|
||||
> [Mac with Intel chip](https://desktop.docker.com/mac/main/amd64/70708/Docker.dmg) |
|
||||
> [Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/70708/Docker.dmg)
|
||||
|
||||
### 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).
|
||||
|
|
|
@ -19,12 +19,42 @@ This page contains information about the new features, improvements, known issue
|
|||
|
||||
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1){: target="_blank" rel="noopener" class="_"} to see what's coming next.
|
||||
|
||||
## Docker Desktop 4.3.0
|
||||
2021-12-02
|
||||
|
||||
> 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 }
|
||||
|
||||
### Deprecation
|
||||
- The following internal DNS names are deprecated and will be removed from a future release: `docker-for-desktop`, `docker-desktop`, `docker.for.mac.host.internal`, `docker.for.mac.localhost`, `docker.for.mac.gateway.internal`. You must now use `host.docker.internal`, `vm.docker.internal`, and `gateway.docker.internal`.
|
||||
- Removed: Custom RBAC rules have been removed from Docker Desktop as it gives `cluster-admin` privileges to all Service Accounts. Fixes [docker/for-mac/#4774](https://github.com/docker/for-mac/issues/4774).
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Docker Engine v20.10.11](https://docs.docker.com/engine/release-notes/#201011)
|
||||
- [containerd v1.4.12](https://github.com/containerd/containerd/releases/tag/v1.4.12)
|
||||
- [Buildx 0.7.1](https://github.com/docker/buildx/releases/tag/v0.7.1)
|
||||
- [Compose v2.2.1](https://github.com/docker/compose/releases/tag/v2.2.1)
|
||||
- [Kubernetes 1.22.4](https://github.com/kubernetes/kubernetes/releases/tag/v1.22.4)
|
||||
- [Docker Hub Tool v0.4.4](https://github.com/docker/hub-tool/releases/tag/v0.4.4)
|
||||
- [Go 1.17.3](https://golang.org/doc/go1.17)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Fixed an issue which prevented users from saving files from a volume using the Save As option in the Volumes UI. Fixes [docker/for-win#12407](https://github.com/docker/for-win/issues/12407).
|
||||
- Fixed an issue that caused Docker Desktop to fail during startup if the home directory path contains a character used in regular expressions. Fixes [docker/for-win#12374](https://github.com/docker/for-win/issues/12374).
|
||||
- Added a self-diagnose warning if the host lacks Internet connectivity.
|
||||
- Docker Desktop now uses cgroupv2. If you need to run `systemd` in a container then:
|
||||
- Ensure your version of `systemd` supports cgroupv2. [It must be at least `systemd` 247](https://github.com/systemd/systemd/issues/19760#issuecomment-851565075). Consider upgrading any `centos:7` images to `centos:8`.
|
||||
- Containers running `systemd` need the following options: [`--privileged --cgroupns=host -v /sys/fs/cgroup:/sys/fs/cgroup:rw`](https://serverfault.com/questions/1053187/systemd-fails-to-run-in-a-docker-container-when-using-cgroupv2-cgroupns-priva).
|
||||
|
||||
## 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 }
|
||||
> [For Windows](https://desktop.docker.com/win/main/amd64/70708/Docker%20Desktop%20Installer.exe)
|
||||
|
||||
### New
|
||||
|
||||
|
|
Loading…
Reference in New Issue