Skip to content

Commit 9025ad6

Browse files
committed
release-notes for Compose v2.32.4 version
add a note about the version issue in v2.32.3 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
1 parent 3d049b0 commit 9025ad6

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
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

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,23 @@ aliases:
1313

1414
For 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 not displaying properly the Compose 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 properly the version number, so if you rely on `docker compose version`
31+
> in your development or CI processes please upgrade to `v2.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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.1
55
require (
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 (
1414
replace (
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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ github.com/docker/compose/v2 v2.31.0/go.mod h1:oQq3UDEdsnB3AUO72AxaoeLbkCgmUu1+8
195195
github.com/docker/compose/v2 v2.32.2/go.mod h1:fcK4rrf1bm8pfDsYdZIR+l4RSk9j6HVtBvJKGYyXsZ4=
196196
github.com/docker/compose/v2 v2.32.3 h1:7KKVpTudYUrqs9GueTnJ+N6qnnzI2bqmANq6kXfmuv8=
197197
github.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=
198200
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
199201
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
200202
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)