From 76da5f27409cae5a3d5345ea3246b31ec9594246 Mon Sep 17 00:00:00 2001 From: Milas Bowman Date: Thu, 31 Aug 2023 10:08:46 -0400 Subject: [PATCH] compose: add release notes for v2.21.0 (#18082) https://github.com/docker/compose/releases/tag/v2.21.0 Signed-off-by: Milas Bowman --- content/compose/release-notes.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/content/compose/release-notes.md b/content/compose/release-notes.md index 507154c4e7..df9a6f4e0e 100644 --- a/content/compose/release-notes.md +++ b/content/compose/release-notes.md @@ -11,8 +11,23 @@ aliases: For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/). +## 2.21.0 +{{< release-date date="2023-08-30" >}} + +### Update +- Dependencies upgrade: bump compose-go to v1.18.3 + +### Bug fixes and enhancements +- Changed `docker compose ps` and `docker compose ps --format=json` output to align with Docker CLI. +- Added support for multi-document YAML files. +- Added support for loading remote Compose files from Git repos with `include` (experimental). +- Fixed incorrect proxy variables during build. +- Fixed truncated container logs on container exit. +- Fixed "no such service" errors when using `include` with `--profile`. +- Fixed `.env` overrides when using `include`. + ## 2.20.3 -{{< release-date date="2023-07-19" >}} +{{< release-date date="2023-08-11" >}} ### Update - Dependencies upgrade: bump golang to 1.21.0 @@ -20,7 +35,7 @@ For more detailed information, see the [release notes in the Compose repo](https - Dependencies upgrade: bump buildkit to v0.12.1 ### Bug fixes and enhancements -- Added tar synchronisation in `watch` mode. +- Improved speed and reliability of `watch` sync. - Added builder's name on the first build line. - Improved shell completion for `--project-directory` and `--profile`. - Fixed build issue with proxy configuration not passing to legacy builder. @@ -3411,4 +3426,4 @@ Big thanks to @tomstuart, @EnTeQuAk, @schickling, @aronasorman and @GeoffreyPlit ## 0.0.1 (2013-12-20) -Initial release. \ No newline at end of file +Initial release.