Skip to content

Commit 9736a4b

Browse files
ndeloofaevesdocker
andauthored
Bump compose to v2.32.0 (#21626)
## Description Bump compose to v2.32.0 ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Nicolas De Loof <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent d19959f commit 9736a4b

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
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

content/manuals/compose/releases/release-notes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,31 @@ aliases:
1313

1414
For 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" >}}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.1
55
require (
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

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)