bump compose to v2.37.2 (#22876)

## Description

bump compose to v2.37.2

## Reviews

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De loof
2025-06-20 15:40:27 +02:00
committed by GitHub
parent d2430dd7ba
commit a382d56190
4 changed files with 21 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
# github.com/moby/buildkit v0.22.0
# github.com/docker/buildx v0.24.0
# github.com/docker/cli v28.2.2+incompatible
# github.com/docker/compose/v2 v2.37.1
# github.com/docker/compose/v2 v2.37.2
# github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01
# github.com/docker/scout-cli v1.15.0

View File

@@ -15,6 +15,24 @@ For more detailed information, see the [release notes in the Compose repo](https
## 2.37.1
{{< release-date date="2025-06-20" >}}
### Bug fixes and enhancements
- Introduce `use_api_socket`
- Fixed `compose images` JSON output format
- Fixed panic using `w` shortcut on project without watch support
- Fixed a permission issue with bake metadata files on Windows
- Fixed a panic error on provider service startup
### Update
- Dependencies upgrade: bump compose-go to v2.6.5
- Dependencies upgrade: bump buildx to v0.25.0
- Dependencies upgrade: bump buildkit to v0.23.0
## 2.37.1
{{< release-date date="2025-06-12" >}}
### Bug fixes and enhancements

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.24.0
require (
github.com/docker/buildx v0.24.0 // indirect
github.com/docker/cli v28.2.2+incompatible // indirect
github.com/docker/compose/v2 v2.37.1 // indirect
github.com/docker/compose/v2 v2.37.2 // indirect
github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01 // indirect
github.com/docker/scout-cli v1.15.0 // indirect
github.com/moby/buildkit v0.22.0 // indirect

View File

@@ -140,7 +140,7 @@ params:
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
docker_ce_version_prev: "28.1.0"
# Latest Docker Compose version
compose_version: "v2.37.1"
compose_version: "v2.37.2"
# Latest BuildKit version
buildkit_version: "0.22.0"