From 7e271de9b1bf770a84a78d3b0079f2f20c617110 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:29:30 +0200 Subject: [PATCH] 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> --- compose/release-notes.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/compose/release-notes.md b/compose/release-notes.md index 59851c3187..1be0520151 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -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" %}