Skip to content

Commit a382d56

Browse files
authored
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>
1 parent d2430dd commit a382d56

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# github.com/moby/buildkit v0.22.0
33
# github.com/docker/buildx v0.24.0
44
# github.com/docker/cli v28.2.2+incompatible
5-
# github.com/docker/compose/v2 v2.37.1
5+
# github.com/docker/compose/v2 v2.37.2
66
# github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01
77
# github.com/docker/scout-cli v1.15.0

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@ For more detailed information, see the [release notes in the Compose repo](https
1515

1616
## 2.37.1
1717

18+
{{< release-date date="2025-06-20" >}}
19+
20+
### Bug fixes and enhancements
21+
22+
- Introduce `use_api_socket`
23+
- Fixed `compose images` JSON output format
24+
- Fixed panic using `w` shortcut on project without watch support
25+
- Fixed a permission issue with bake metadata files on Windows
26+
- Fixed a panic error on provider service startup
27+
28+
### Update
29+
30+
- Dependencies upgrade: bump compose-go to v2.6.5
31+
- Dependencies upgrade: bump buildx to v0.25.0
32+
- Dependencies upgrade: bump buildkit to v0.23.0
33+
34+
## 2.37.1
35+
1836
{{< release-date date="2025-06-12" >}}
1937

2038
### Bug fixes and enhancements

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/docker/buildx v0.24.0 // indirect
77
github.com/docker/cli v28.2.2+incompatible // indirect
8-
github.com/docker/compose/v2 v2.37.1 // indirect
8+
github.com/docker/compose/v2 v2.37.2 // indirect
99
github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01 // indirect
1010
github.com/docker/scout-cli v1.15.0 // indirect
1111
github.com/moby/buildkit v0.22.0 // indirect

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ params:
140140
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
141141
docker_ce_version_prev: "28.1.0"
142142
# Latest Docker Compose version
143-
compose_version: "v2.37.1"
143+
compose_version: "v2.37.2"
144144
# Latest BuildKit version
145145
buildkit_version: "0.22.0"
146146

0 commit comments

Comments
 (0)