Skip to content

Commit

Permalink
Bump compose to v2.32.0 (#21626)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
ndeloof and aevesdocker authored Dec 16, 2024
1 parent d19959f commit 9736a4b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
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 @@ aliases:

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
- 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
- Dependencies upgrade: bump golang.org/x/sync 0.10.0
- Dependencies upgrade: bump xx to v1.6.1

### Bug fixes and enhancements

- Improved support when building with [Bake](/manuals/build/bake.md)
- 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 logs `watch` configuration error when enabled through the Compose menu


## 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

0 comments on commit 9736a4b

Please sign in to comment.