From 91d021c6bd120c86e7aa1da9cf5dc52f7d2846d0 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:11:32 +0200 Subject: [PATCH] update release notes for compose version v2.22.0 (#18252) * update release notes for compose version v2.22.0 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> * compose v2.22.0 release notes - apply code review feedbacks Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> * Minor style updates --------- Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- content/compose/release-notes.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/content/compose/release-notes.md b/content/compose/release-notes.md index 44c0bb73cd..73239887c9 100644 --- a/content/compose/release-notes.md +++ b/content/compose/release-notes.md @@ -11,6 +11,29 @@ aliases: For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/). +## 2.22.0 +{{< release-date date="2023-09-21" >}} + +> **Note** +> +> The `watch` command is now generally available (GA). You can directly use it from the root command `docker compose watch`. +> For more information, see [File watch](./file-watch.md). + +### Update +- Dependencies upgrade: bump golang to 1.21.1 +- Dependencies upgrade: bump compose-go to v1.19.0 +- Dependencies upgrade: bump buildkit to v0.12.2 + +### Bug fixes and enhancements +- Added experimental support for the `publish` command. +- The command `watch` now builds and launches the project during startup. +- Added `policy` option to the `--pull` flag. +- Fixed various race and deadlock conditions for `up` command on exit. +- Fixed multi-platform issues on build. +- Enabled services that are explicitly requested even when their `profiles` aren't activated. +- Fixed a `config` issue when the declared `env_file` is missing. +- Passed BuildOptions to `up` and `run` commands. + ## 2.21.0 {{< release-date date="2023-08-30" >}}