From 094eac9e115023dc46faf48747185efed6052f0b Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:51:15 +0100 Subject: [PATCH 1/2] release-notes for Compose v2.34.0 version Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- .../manuals/compose/releases/release-notes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/manuals/compose/releases/release-notes.md b/content/manuals/compose/releases/release-notes.md index 93cc4fd18f25..d401c97ac163 100644 --- a/content/manuals/compose/releases/release-notes.md +++ b/content/manuals/compose/releases/release-notes.md @@ -13,6 +13,25 @@ aliases: For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/). +## 2.34.0 + +{{< release-date date="2025-03-14" >}} + +### Bug fixes and enhancements + +- Added support of refresh `pull_policy` values `daily`, `weekly` and `every_` +- Introduced `include` attribut to `watch` definition to match file patterns +- Introduced `--env-from-file` in docker compose run command +- Promoted `publish` as a regular command of Compose +- Fixed a bug by loading `env_file` after services have been selected + +### Update + +- Dependencies upgrade: bump docker engine and cli to v28.0.1 +- Dependencies upgrade: bump buildkit to v0.17.1 +- Dependencies upgrade: Bump compose-go v2.4.9 +- Dependencies upgrade: Bump buildx v0.21.2 + ## 2.33.1 {{< release-date date="2025-02-21" >}} From ba211dfebfdd6568368e83aab631175f7b260349 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Fri, 14 Mar 2025 11:13:16 +0000 Subject: [PATCH 2/2] Update content/manuals/compose/releases/release-notes.md --- content/manuals/compose/releases/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/compose/releases/release-notes.md b/content/manuals/compose/releases/release-notes.md index d401c97ac163..9d67e1e17427 100644 --- a/content/manuals/compose/releases/release-notes.md +++ b/content/manuals/compose/releases/release-notes.md @@ -21,7 +21,7 @@ For more detailed information, see the [release notes in the Compose repo](https - Added support of refresh `pull_policy` values `daily`, `weekly` and `every_` - Introduced `include` attribut to `watch` definition to match file patterns -- Introduced `--env-from-file` in docker compose run command +- Introduced `--env-from-file` in flag for the `docker compose run` command - Promoted `publish` as a regular command of Compose - Fixed a bug by loading `env_file` after services have been selected