mirror of https://github.com/docker/docs.git
update Compose v2.20.0 release notes to add support of include attribute (#17857)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
3dd7c97ce6
commit
a4d11f480b
|
@ -39,7 +39,7 @@ For more detailed information, see the [release notes in the Compose repo](https
|
|||
### 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.
|
||||
* Added support for the `include` and `attach` attributes 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.
|
||||
|
|
Loading…
Reference in New Issue