mirror of https://github.com/docker/docs.git
update Compose release notes page for v2.20.0 (#17720)
* update Compose release notes page for v2.20.0 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> * Apply suggestions from code review --------- Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
parent
3bbbf5e111
commit
7e271de9b1
|
@ -8,7 +8,28 @@ redirect_from:
|
|||
---
|
||||
{% include compose-eol.md %}
|
||||
|
||||
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/tag/v2.18.0).
|
||||
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).
|
||||
|
||||
## 2.20.0
|
||||
{% include release-date.html date="2023-07-11" %}
|
||||
|
||||
### Update
|
||||
- Dependencies upgrade: bump docker/cli-docs-tools to v0.6.0
|
||||
- Dependencies upgrade: bump docker to v24.0.4
|
||||
- Dependencies upgrade: bump buildx to v0.11.1
|
||||
|
||||
### Bug fixes and enhancements
|
||||
* Introduced the `wait` command.
|
||||
* Added support of `--builder` and `BUILDX_BUILDER` to the `build` command.
|
||||
* Added support for the `attach` attribute from the Compose Specification.
|
||||
* Fixed a DryRun mode issue when initializing CLI client.
|
||||
* Fixed a bug with random missing network when a service has more than one.
|
||||
* Fixed the Secrets file permission value to comply with the Compose Specification.
|
||||
* Fixed an issue about `no-deps` flag not being applied.
|
||||
* Fixed some source code comments.
|
||||
* Fixed a bug when `--index` is not set select.
|
||||
* Fixed a process leak in the wait e2e test.
|
||||
* Improved some test speeds.
|
||||
|
||||
## 2.19.1
|
||||
{% include release-date.html date="2023-06-29" %}
|
||||
|
|
Loading…
Reference in New Issue