Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# github.com/moby/buildkit v0.18.0
# github.com/docker/buildx v0.19.2
# github.com/docker/cli v27.4.0+incompatible
# github.com/docker/compose/v2 v2.31.0
# github.com/docker/compose/v2 v2.32.0
# github.com/docker/scout-cli v1.15.0
25 changes: 25 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,31 @@

For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).

## 2.32.0

{{< release-date date="2024-12-13" >}}

### Update

- Dependencies upgrade: bump docker + buildx to latest release
- Dependencies upgrade: bump otel dependencies to v1.28.0 and v0.53.0

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

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.Terms] Use 'OTel' instead of 'otel'. Raw Output: {"message": "[Vale.Terms] Use 'OTel' instead of 'otel'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 23, "column": 30}}}, "severity": "ERROR"}
- Dependencies upgrade: bump golang.org/x/sys 0.28.0
- Dependencies upgrade: bump golang.org/x/crypto to 0.31.0
- Dependencies upgrade: bump google.golang.org/grpc to 1.68.1

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

View workflow job for this annotation

GitHub Actions / vale

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

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

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'gRPC' instead of 'grpc'. Raw Output: {"message": "[Vale.Terms] Use 'gRPC' instead of 'grpc'.", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 26, "column": 48}}}, "severity": "ERROR"}
- Dependencies upgrade: bump golang.org/x/sync 0.10.0
- Dependencies upgrade: bump xx to v1.6.1

### Bug fixes and enhancements

- Improve support to build with [bake](/build/bake/)
- Added `restart` and `sync+exec` watch actions
- Compose now recreates containers when the volume or network configuration changes
- Fixed support for `mac_address`
- Fixed `pull --quiet` to only hide progress, not global status
- Fixed an issue where only the `rebuild` watch action now requires a build declaration
- Compose now los `watch` configuration error when enabled through the Compose menu

Check failure on line 38 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 'los'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'los'?", "location": {"path": "content/manuals/compose/releases/release-notes.md", "range": {"start": {"line": 38, "column": 15}}}, "severity": "ERROR"}


## 2.31.0

{{< release-date date="2024-11-28" >}}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.1
require (
github.com/docker/buildx v0.19.2 // indirect
github.com/docker/cli v27.4.0+incompatible // indirect
github.com/docker/compose/v2 v2.31.0 // indirect
github.com/docker/compose/v2 v2.32.0 // indirect
github.com/docker/scout-cli v1.15.0 // indirect
github.com/moby/buildkit v0.18.0 // indirect
github.com/moby/moby v27.4.0+incompatible // indirect
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ params:
latest_engine_api_version: "1.47"
docker_ce_version: "27.4.0"
docker_ce_version_prev: "27.3.1"
compose_version: "v2.30.3"
compose_version: "v2.32.0"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
buildkit_version: "0.16.0"
Expand Down