mirror of https://github.com/docker/docs.git
Merge pull request #14726 from aevesdocker/ENGDOCS-692
fix release note duplication
This commit is contained in:
commit
7ac07bfbf9
|
@ -1709,7 +1709,7 @@ Specified as a [byte value](#specifying-byte-values).
|
|||
|
||||
`stop_grace_period` specifies how long the Compose implementation MUST wait when attempting to stop a container if it doesn't
|
||||
handle SIGTERM (or whichever stop signal has been specified with
|
||||
[`stop_signal`](#stopsignal)), before sending SIGKILL. Specified
|
||||
[`stop_signal`](#stop_signal)), before sending SIGKILL. Specified
|
||||
as a [duration](#specifying-durations).
|
||||
|
||||
```yml
|
||||
|
|
|
@ -67,50 +67,6 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
|
|||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Introduced reading system proxy. You no longer need to manually configure proxies unless it differs from your OS level proxy.
|
||||
- Fixed a bug that showed Remote Repositories in the Dashboard when running behind a proxy.
|
||||
- Fixed vpnkit establishing and blocking the client connection even if the server is gone. See [docker/for-mac#6235](https://github.com/docker/for-mac/issues/6235).
|
||||
- Made improvements on the Volume tab in Docker Desktop:
|
||||
- Volume size is displayed.
|
||||
- Columns can be resized, hidden and reordered.
|
||||
- A columns sort order and hidden state is persisted, even after Docker Desktop restarts.
|
||||
- Row selection is persisted when switching between tabs, even after Docker Desktop restarts.
|
||||
- Fixed a bug in the Dev Environments tab that did not add a scroll when more items were added to the screen.
|
||||
- Standardised the header title and action in the Dashboard.
|
||||
- Added support for downloading Registry Access Management policies through HTTP proxies.
|
||||
- Fixed an issue related to empty remote repositories when the machine is in sleep mode for an extended period of time.
|
||||
- Fixed a bug where dangling images were not selected in the cleanup process if their name was not marked as "<none>" but their tag is.
|
||||
- Docker Desktop's icon now matches Big Sur Style guide. See [docker/for-mac#5536](https://github.com/docker/for-mac/issues/5536).
|
||||
- Fixed a problem with duplicate Dock icons and Dock icon not working as expected. Fixes [docker/for-mac#6189](https://github.com/docker/for-mac/issues/6189).
|
||||
- Improved the error message when `docker pull` fails because an HTTP proxy is required.
|
||||
- Added the ability to clear the search bar easily in Docker Desktop.
|
||||
- Renamed the "Containers / Apps" tab to "Containers".
|
||||
- Improved support for the `Cmd+Q` shortcut.
|
||||
- Fixed a bug that caused the Kubernetes cluster to be deleted when updating Docker Desktop.
|
||||
|
||||
## Docker Desktop 4.8.0
|
||||
2022-05-06
|
||||
|
||||
> Download Docker Desktop
|
||||
>
|
||||
> [Mac with Intel chip](https://desktop.docker.com/mac/main/amd64/78933/Docker.dmg) |
|
||||
> [Mac with Apple chip](https://desktop.docker.com/mac/main/arm64/78933/Docker.dmg)
|
||||
|
||||
### New
|
||||
|
||||
- Released [Docker Desktop for Linux](https://docs.docker.com/desktop/linux/).
|
||||
- Beta release of [Docker Extensions](https://docs.docker.com/desktop/extensions) and Extensions SDK.
|
||||
- Created a Docker Homepage where you can run popular images and discover how to use them.
|
||||
- [Compose V2 is now GA](https://www.docker.com/blog/announcing-compose-v2-general-availability/)
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Compose v2.5.0](https://github.com/docker/compose/releases/tag/v2.5.0)
|
||||
- [Go 1.18.1](https://golang.org/doc/go1.18)
|
||||
- [Kubernetes 1.24](https://github.com/kubernetes/kubernetes/releases/tag/v1.24.0)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Introduced reading system proxy. You no longer need to manually configure proxies unless it differs from your OS level proxy.
|
||||
- Fixed a bug that showed Remote Repositories in the Dashboard when running behind a proxy.
|
||||
- Fixed vpnkit establishing and blocking the client connection even if the server is gone. See [docker/for-mac#6235](https://github.com/docker/for-mac/issues/6235).
|
||||
|
@ -135,9 +91,6 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
|
|||
|
||||
- Currently, if you are running a Kubernetes cluster, it will be deleted when you upgrade to Docker Desktop 4.8.0. We aim to fix this in the next release.
|
||||
|
||||
### Known issues
|
||||
|
||||
- Currently, if you are running a Kubernetes cluster, it will be deleted when you upgrade to Docker Desktop 4.8.0. We aim to fix this in the next release.
|
||||
|
||||
## Docker Desktop 4.7.1
|
||||
2022-04-19
|
||||
|
|
|
@ -43,48 +43,6 @@ Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/pro
|
|||
|
||||
- Fixed a bug that caused the Kubernetes cluster to be deleted when updating Docker Desktop.
|
||||
|
||||
## Docker Desktop 4.8.0
|
||||
2022-05-06
|
||||
|
||||
> Download Docker Desktop
|
||||
>
|
||||
> [For Windows](https://desktop.docker.com/win/main/amd64/78933/Docker%20Desktop%20Installer.exe)
|
||||
|
||||
### New
|
||||
|
||||
- Released [Docker Desktop for Linux](https://docs.docker.com/desktop/linux/).
|
||||
- Beta release of [Docker Extensions](https://docs.docker.com/desktop/extensions) and Extensions SDK.
|
||||
- Created a Docker Homepage where you can run popular images and discover how to use them.
|
||||
- [Compose V2 is now GA](https://www.docker.com/blog/announcing-compose-v2-general-availability/)
|
||||
|
||||
### Upgrades
|
||||
|
||||
- [Compose v2.5.0](https://github.com/docker/compose/releases/tag/v2.5.0)
|
||||
- [Go 1.18.1](https://golang.org/doc/go1.18)
|
||||
- [Kubernetes 1.24](https://github.com/kubernetes/kubernetes/releases/tag/v1.24.0)
|
||||
|
||||
### Bug fixes and minor changes
|
||||
|
||||
- Introduced reading system proxy. You no longer need to manually configure proxies unless it differs from your OS level proxy.
|
||||
- Fixed a bug that showed Remote Repositories in the Dashboard when running behind a proxy.
|
||||
- Fixed vpnkit establishing and blocking the client connection even if the server is gone. See [docker/for-mac#6235](https://github.com/docker/for-mac/issues/6235)
|
||||
- Made improvements on the Volume tab in Docker Desktop:
|
||||
- Volume size is displayed.
|
||||
- Columns can be resized, hidden and reordered.
|
||||
- A columns sort order and hidden state is persisted, even after Docker Desktop restarts.
|
||||
- Row selection is persisted when switching between tabs, even after Docker Desktop restarts.
|
||||
- Fixed a bug in the Dev Environments tab that did not add a scroll when more items were added to the screen.
|
||||
- Standardised the header title and action in the Dashboard.
|
||||
- Added support for downloading Registry Access Management policies through HTTP proxies.
|
||||
- Fixed an issue related to empty remote repositories when the machine is in sleep mode for an extended period of time.
|
||||
- Fixed a bug where dangling images were not selected in the cleanup process if their name was not marked as "<none>" but their tag is.
|
||||
- Improved the error message when `docker pull` fails because an HTTP proxy is required.
|
||||
- Added the ability to clear the search bar easily in Docker Desktop.
|
||||
- Renamed the "Containers / Apps" tab to "Containers".
|
||||
- Fixed a silent crash in the Docker Desktop installer when `C:\ProgramData\DockerDesktop` is a file or a symlink.
|
||||
- Improved support for the `Ctrl+W` shortcut.
|
||||
- Fixed a bug where an image with no namespace, for example `docker pull <private registry>/image`, would be erroneously blocked by Registry Access Management unless access to Docker Hub was enabled in settings.
|
||||
- Fixed a bug that caused the Kubernetes cluster to be deleted when updating Docker Desktop.
|
||||
|
||||
## Docker Desktop 4.8.0
|
||||
2022-05-06
|
||||
|
|
Loading…
Reference in New Issue