Skip to content

Commit ececfa9

Browse files
gloursaevesdocker
andauthored
release-notes for Compose v2.32.2 version (#21726)
<!--Delete sections as needed --> ## Description Add release notes of Compose `v2.32.2` version <!-- Tell us what you did and why --> ## Related issues or tickets https://docker.atlassian.net/browse/COMP-868 <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review --------- Signed-off-by: Guillaume Lours <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 66eb22e commit ececfa9

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,29 @@ 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.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" >}}

go.mod

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

1414
replace (
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

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ github.com/docker/compose/v2 v2.30.3 h1:e8H7xGLCZOeFo46GEtyDGHlkBbNgXqbXKIXPOSL8
190190
github.com/docker/compose/v2 v2.30.3/go.mod h1:ayPsSsRSc5WpVFehPrTDFuljAydxaf8g0aM9UKbaMXk=
191191
github.com/docker/compose/v2 v2.31.0 h1:8Sm0c4MjIhksguxIA5koYMXoTJDAp/CaZ1cdZrMvMdw=
192192
github.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=
193194
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
194195
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
195196
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
@@ -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"

0 commit comments

Comments
 (0)