File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed
content/manuals/compose/releases Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 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.0
5+ # github.com/docker/compose/v2 v2.37.1
66# github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01
77# github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ aliases:
1313
1414For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
1515
16+ ## 2.37.1
17+
18+ {{< release-date date="2025-06-12" >}}
19+
20+ ### Bug fixes and enhancements
21+
22+ - Fixed a permission issue with bake metadata files on Windows
23+ - Fixed a panic error on provider service startup
24+ - Reverted ` compose images ` JSON output to array format
25+
1626## 2.37.0
1727
1828{{< release-date date="2025-06-05" >}}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55require (
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.0 // indirect
8+ github.com/docker/compose/v2 v2.37.1 // 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
@@ -15,7 +15,7 @@ require (
1515replace (
1616 github.com/docker/buildx => github.com/docker/buildx v0.24.0
1717 github.com/docker/cli => github.com/docker/cli v28.2.1+incompatible
18- github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.37.0
18+ github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.37.1
1919 github.com/docker/model-cli => github.com/docker/model-cli v0.1.26-0.20250527144806-15d0078a3c01
2020 github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
2121 github.com/moby/buildkit => github.com/moby/buildkit v0.22.0
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ github.com/docker/compose/v2 v2.36.2 h1:rxk1PUUbhbAS6HkGsYo9xUmMBpKtVwFMNCQjE4+i
2424github.com/docker/compose/v2 v2.36.2 /go.mod h1:mZygkne+MAMu/e1B28PBFmG0Z0WefbxZ/IpcjSFdrw8 =
2525github.com/docker/compose/v2 v2.37.0 h1:R8Yik9ssiRz7T9BRfdOZy0xHDzOFPIJX40DrxzJ62dQ =
2626github.com/docker/compose/v2 v2.37.0 /go.mod h1:twDoqUBFO2L5+vccJjkR6shQOH8C50V8AAQPxlkFr2Q =
27+ github.com/docker/compose/v2 v2.37.1 h1:d/LO338bB7jxHvQwVHSBAjIgitDK2+Dl5IXJImL/bAA =
28+ github.com/docker/compose/v2 v2.37.1 /go.mod h1:yyprfHgPYV+ydOoL1gp8nIIlZ730ughSvz8D1VamayU =
2729github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
2830github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
2931github.com/docker/docker v28.2.2+incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw =
Original file line number Diff line number Diff 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.0 "
143+ compose_version : " v2.37.1 "
144144 # Latest BuildKit version
145145 buildkit_version : " 0.22.0"
146146
You can’t perform that action at this time.
0 commit comments