File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed
content/manuals/compose/releases Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,29 @@ aliases:
1313
1414For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
1515
16+ ## 2.32.2
17+
18+ {{< release-date date="2025-01-07" >}}
19+
20+ ### Update
21+
22+ - Dependencies upgrade: bump compose-go to v2.4.7
23+ - Dependencies upgrade: bump golang to v1.22.10
24+
25+ ### Bug fixes and enhancements
26+
27+ - Added ` --pull ` flag to the ` docker compose run ` command
28+ - Fixed a bug which meant the ` restart ` action of ` watch ` mode didn't monitor bind mounts
29+ - Fixed an issue recreating containers when using anonymous volumes
30+
31+ ## 2.32.1
32+
33+ {{< release-date date="2024-12-16" >}}
34+
35+ ### Bug fixes and enhancements
36+
37+ - Fixed a bug recreating containers when not needed
38+
1639## 2.32.0
1740
1841{{< release-date date="2024-12-13" >}}
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ go 1.23.1
55require (
66 github.com/docker/buildx v0.19.2 // indirect
77 github.com/docker/cli v27.4.0+incompatible // indirect
8- github.com/docker/compose/v2 v2.32.0 // indirect
8+ github.com/docker/compose/v2 v2.32.2 // indirect
99 github.com/docker/scout-cli v1.15.0 // indirect
10- github.com/moby/buildkit v0.18.0 // indirect
10+ github.com/moby/buildkit v0.18.1 // indirect
1111 github.com/moby/moby v27.4.0+incompatible // indirect
1212)
1313
1414replace (
1515 github.com/docker/buildx => github.com/docker/buildx v0.19.2
1616 github.com/docker/cli => github.com/docker/cli v27.4.0+incompatible
17- github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.31.0
17+ github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.32.2
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.4.0+incompatible
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ github.com/docker/compose/v2 v2.30.3 h1:e8H7xGLCZOeFo46GEtyDGHlkBbNgXqbXKIXPOSL8
190190github.com/docker/compose/v2 v2.30.3 /go.mod h1:ayPsSsRSc5WpVFehPrTDFuljAydxaf8g0aM9UKbaMXk =
191191github.com/docker/compose/v2 v2.31.0 h1:8Sm0c4MjIhksguxIA5koYMXoTJDAp/CaZ1cdZrMvMdw =
192192github.com/docker/compose/v2 v2.31.0 /go.mod h1:oQq3UDEdsnB3AUO72AxaoeLbkCgmUu1+8tLzvmphmXA =
193+ github.com/docker/compose/v2 v2.32.2 /go.mod h1:fcK4rrf1bm8pfDsYdZIR+l4RSk9j6HVtBvJKGYyXsZ4 =
193194github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8 =
194195github.com/docker/distribution v2.8.2+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
195196github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ params:
109109 latest_engine_api_version : " 1.47"
110110 docker_ce_version : " 27.4.0"
111111 docker_ce_version_prev : " 27.3.1"
112- compose_version : " v2.32.0 "
112+ compose_version : " v2.32.2 "
113113 compose_file_v3 : " 3.8"
114114 compose_file_v2 : " 2.4"
115115 buildkit_version : " 0.16.0"
You can’t perform that action at this time.
0 commit comments