From 03383d5cbeaf61eedb9c79a14d3c70b004584aab Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:50:16 +0200 Subject: [PATCH] update Compose release notes page for v2.20.1 and v2.20.2 (#17764) * update Compose release notes page for v2.20.1 and v2.20.2 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Milas Bowman * 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> Co-authored-by: Milas Bowman --- compose/release-notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/compose/release-notes.md b/compose/release-notes.md index 140db02df8..b07cdea147 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -10,6 +10,24 @@ redirect_from: For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/). +## 2.20.2 +{% include release-date.html date="2023-07-19" %} + +### Bug fixes and enhancements +- Added support for the `depends_on.required` attribute. +- Fixed an issue where build tries to push unnamed service images. +- Fixed a bug which meant the target secret path on Windows was not checked. +- Fixed a bug resolving build context path for services using `extends.file`. + +## 2.20.1 +{% include release-date.html date="2023-07-18" %} + +### Update +- Dependencies upgrade: bump golang to 1.20.6 +- Dependencies upgrade: bump buildx to v0.11.2 +- Dependencies upgrade: bump buildkit to v0.12 +- Dependencies upgrade: bump docker-cli to v24.0.5-dev + ## 2.20.0 {% include release-date.html date="2023-07-11" %}