Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/manuals/compose/releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@

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_<duration>`
- Introduced `include` attribut to `watch` definition to match file patterns

Check failure on line 23 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'attribut'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'attribut'?", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 23, "column": 24}}}, "severity": "ERROR"}
- 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

### Update

- Dependencies upgrade: bump docker engine and cli to v28.0.1

Check failure on line 30 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Capitalization] Please capitalize Docker. Raw Output: {"message": "[Docker.Capitalization] Please capitalize Docker.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 30, "column": 29}}}, "severity": "ERROR"}

Check failure on line 30 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Docker Engine' instead of 'docker engine'. Raw Output: {"message": "[Vale.Terms] Use 'Docker Engine' instead of 'docker engine'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 30, "column": 30}}}, "severity": "ERROR"}

Check failure on line 30 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'cli'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'cli'?", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 30, "column": 48}}}, "severity": "ERROR"}
- Dependencies upgrade: bump buildkit to v0.17.1

Check failure on line 31 in content/manuals/compose/releases/release-notes.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'BuildKit' instead of 'buildkit'. Raw Output: {"message": "[Vale.Terms] Use 'BuildKit' instead of 'buildkit'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 31, "column": 30}}}, "severity": "ERROR"}
- Dependencies upgrade: Bump compose-go v2.4.9
- Dependencies upgrade: Bump buildx v0.21.2

## 2.33.1

{{< release-date date="2025-02-21" >}}
Expand Down