File tree Expand file tree Collapse file tree 4 files changed +28
-3
lines changed
content/manuals/compose/releases Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 22# github.com/moby/buildkit v0.18.0
33# github.com/docker/buildx v0.19.2
44# github.com/docker/cli v27.4.0+incompatible
5- # github.com/docker/compose/v2 v2.31 .0
5+ # github.com/docker/compose/v2 v2.32 .0
66# github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change @@ -13,6 +13,31 @@ aliases:
1313
1414For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
1515
16+ ## 2.32.0
17+
18+ {{< release-date date="2024-12-13" >}}
19+
20+ ### Update
21+
22+ - Dependencies upgrade: bump docker + buildx to latest release
23+ - Dependencies upgrade: bump otel dependencies to v1.28.0 and v0.53.0
24+ - Dependencies upgrade: bump golang.org/x/sys 0.28.0
25+ - Dependencies upgrade: bump golang.org/x/crypto to 0.31.0
26+ - Dependencies upgrade: bump google.golang.org/grpc to 1.68.1
27+ - Dependencies upgrade: bump golang.org/x/sync 0.10.0
28+ - Dependencies upgrade: bump xx to v1.6.1
29+
30+ ### Bug fixes and enhancements
31+
32+ - Improved support when building with [ Bake] ( /manuals/build/bake.md )
33+ - Added ` restart ` and ` sync+exec ` watch actions
34+ - Compose now recreates containers when the volume or network configuration changes
35+ - Fixed support for ` mac_address `
36+ - Fixed ` pull --quiet ` to only hide progress, not global status
37+ - Fixed an issue where only the ` rebuild ` watch action now requires a build declaration
38+ - Compose now logs ` watch ` configuration error when enabled through the Compose menu
39+
40+
1641## 2.31.0
1742
1843{{< release-date date="2024-11-28" >}}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.1
55require (
66 github.com/docker/buildx v0.19.2 // indirect
77 github.com/docker/cli v27.4.0+incompatible // indirect
8- github.com/docker/compose/v2 v2.31 .0 // indirect
8+ github.com/docker/compose/v2 v2.32 .0 // indirect
99 github.com/docker/scout-cli v1.15.0 // indirect
1010 github.com/moby/buildkit v0.18.0 // indirect
1111 github.com/moby/moby v27.4.0+incompatible // indirect
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ params:
109109 latest_engine_api_version : " 1.47"
110110 docker_ce_version : " 27.4.0"
111111 docker_ce_version_prev : " 27.3.1"
112- compose_version : " v2.30.3 "
112+ compose_version : " v2.32.0 "
113113 compose_file_v3 : " 3.8"
114114 compose_file_v2 : " 2.4"
115115 buildkit_version : " 0.16.0"
You can’t perform that action at this time.
0 commit comments