File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
content/manuals/compose/releases Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 22# github.com/moby/buildkit v0.18.1
33# github.com/docker/buildx v0.19.2
44# github.com/docker/cli v27.5.0+incompatible
5- # github.com/docker/compose/v2 v2.32.3
5+ # github.com/docker/compose/v2 v2.32.4
66# github.com/docker/scout-cli v1.15.0
Original file line number Diff line number Diff line change @@ -13,10 +13,23 @@ aliases:
1313
1414For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
1515
16+ ## 2.32.4
17+
18+ {{< release-date date="2025-01-16" >}}
19+
20+ ### Bug fixes and enhancements
21+
22+ - Fixed an issue where the Compose version did not display properly when using ` docker compose version `
23+
1624## 2.32.3
1725
1826{{< release-date date="2025-01-13" >}}
1927
28+ > [ !NOTE]
29+ >
30+ > Binaries from the Compose GitHub repository may not display the version number properly. If you rely on ` docker compose version `
31+ > in your development or CI processes, upgrade to Compose version 2.32.4.
32+
2033### Bug fixes and enhancements
2134
2235- Fixed an issue where Compose would override a service-level MAC address with the main network MAC address
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.1
55require (
66 github.com/docker/buildx v0.19.2 // indirect
77 github.com/docker/cli v27.5.0+incompatible // indirect
8- github.com/docker/compose/v2 v2.32.3 // indirect
8+ github.com/docker/compose/v2 v2.32.4 // indirect
99 github.com/docker/scout-cli v1.15.0 // indirect
1010 github.com/moby/buildkit v0.18.1 // indirect
1111 github.com/moby/moby v27.5.0+incompatible // indirect
@@ -14,7 +14,7 @@ require (
1414replace (
1515 github.com/docker/buildx => github.com/docker/buildx v0.19.2
1616 github.com/docker/cli => github.com/docker/cli v27.5.0+incompatible
17- github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.32.3
17+ github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.32.4
1818 github.com/docker/scout-cli => github.com/docker/scout-cli v1.15.0
1919 github.com/moby/buildkit => github.com/moby/buildkit v0.18.0
2020 github.com/moby/moby => github.com/moby/moby v27.5.0+incompatible
Original file line number Diff line number Diff line change @@ -195,6 +195,8 @@ github.com/docker/compose/v2 v2.31.0/go.mod h1:oQq3UDEdsnB3AUO72AxaoeLbkCgmUu1+8
195195github.com/docker/compose/v2 v2.32.2 /go.mod h1:fcK4rrf1bm8pfDsYdZIR+l4RSk9j6HVtBvJKGYyXsZ4 =
196196github.com/docker/compose/v2 v2.32.3 h1:7KKVpTudYUrqs9GueTnJ+N6qnnzI2bqmANq6kXfmuv8 =
197197github.com/docker/compose/v2 v2.32.3 /go.mod h1:fcK4rrf1bm8pfDsYdZIR+l4RSk9j6HVtBvJKGYyXsZ4 =
198+ github.com/docker/compose/v2 v2.32.4 h1:h1I7GlJ1NCXKqM0nCVVsMrD/7TdIG48HNgRufcBF1KQ =
199+ github.com/docker/compose/v2 v2.32.4 /go.mod h1:fcK4rrf1bm8pfDsYdZIR+l4RSk9j6HVtBvJKGYyXsZ4 =
198200github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
199201github.com/docker/distribution v2.8.2+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
200202github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ params:
118118 # (Used to show e.g., "latest" and "latest"-1 in engine install examples
119119 docker_ce_version_prev : " 27.4.1"
120120 # Latest Docker Compose version
121- compose_version : " v2.32.3 "
121+ compose_version : " v2.32.4 "
122122 # Latest BuildKit version
123123 buildkit_version : " 0.16.0"
124124
You can’t perform that action at this time.
0 commit comments