From 0aee3ebe1dc4294fd2949b09650b1ce83fcd2934 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:59:44 +0200 Subject: [PATCH] add release notes for Compose 2.23.0 (#18462) Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- content/compose/release-notes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/compose/release-notes.md b/content/compose/release-notes.md index 73239887c9..aaa1b9174b 100644 --- a/content/compose/release-notes.md +++ b/content/compose/release-notes.md @@ -11,6 +11,22 @@ aliases: For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/). +## 2.23.0 +{{< release-date date="2023-10-18" >}} + +### Update +- Dependencies upgrade: bump compose-go to v1.20.0 +- Dependencies upgrade: bump containerd to 1.7.7 + +### Bug fixes and enhancements +- Added dry-run support for publish command +- Added `COMPOSE_ENV_FILES` env variable to pass a list of env files +- Added `sync+restart` action to `compose watch` +- Aligned `compose ps` output with Docker CLI by default and introduced `--no-trunc` to keep the previous behaviour +- Fixed hashes inconsistency between `up` and `configure` +- Enabled profiles when `down` ran with explicit service names +- Fixed an issue when the pull policy provided was invalid + ## 2.22.0 {{< release-date date="2023-09-21" >}}