mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
@@ -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
|
||||
|
||||
@@ -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
2
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user