Skip to content

Commit 93b5bf0

Browse files
gloursaevesdocker
andauthored
release-notes for Compose v2.39.2 version (#23220)
<!--Delete sections as needed --> ## Description Add release notes for Compose `v2.39.2` release ## Related issues or tickets N/A ## 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 b427433 commit 93b5bf0

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# github.com/moby/buildkit v0.23.2
33
# github.com/docker/buildx v0.26.1
44
# github.com/docker/cli v28.3.3+incompatible
5-
# github.com/docker/compose/v2 v2.39.1
5+
# github.com/docker/compose/v2 v2.39.2
66
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
77
# github.com/docker/scout-cli v1.18.1

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ aliases:
1515

1616
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).
1717

18+
## 2.39.2
19+
20+
{{< release-date date="2025-08-04" >}}
21+
22+
### Bug fixes and enhancements
23+
24+
- Fixed multiple rendering issues with the build output
25+
- Fixed issue when `pull` and `no_cache` attributes were not applied with `bake`
26+
- Removed log display of explicitly un-attached services on `up` command
27+
28+
### Update
29+
30+
- Dependencies upgrade: bump docker engine and cli to v28.3.3
31+
- Dependencies upgrade: bump golang to v1.23.12
32+
- Dependencies upgrade: bump containerd to 2.1.4
33+
1834
## 2.39.1
1935

2036
{{< release-date date="2025-07-24" >}}

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/docker/buildx v0.26.1 // indirect
77
github.com/docker/cli v28.3.3+incompatible // indirect
8-
github.com/docker/compose/v2 v2.39.1 // indirect
8+
github.com/docker/compose/v2 v2.39.2 // indirect
99
github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2 // indirect
1010
github.com/docker/scout-cli v1.18.1 // indirect
1111
github.com/moby/buildkit v0.23.2 // indirect
@@ -15,7 +15,7 @@ require (
1515
replace (
1616
github.com/docker/buildx => github.com/docker/buildx v0.26.1
1717
github.com/docker/cli => github.com/docker/cli v28.3.3+incompatible
18-
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.1
18+
github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.2
1919
github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
2020
github.com/docker/scout-cli => github.com/docker/scout-cli v1.18.1
2121
github.com/moby/buildkit => github.com/moby/buildkit v0.23.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ github.com/docker/compose/v2 v2.39.0 h1:MYK7fJ8r3Mk2ZG/SRnM+mAdQcd2c6pl2d6ckMhDY
5858
github.com/docker/compose/v2 v2.39.0/go.mod h1:RKyOS+QxP/RlflxUkfNbmNQAhvzAjWtfB/uPKetq1lU=
5959
github.com/docker/compose/v2 v2.39.1 h1:4HJuQl3OmrLSBmVg8aTcIXfzZUb/RkhxBWvAKfBs4gM=
6060
github.com/docker/compose/v2 v2.39.1/go.mod h1:ye62pcRiLyFhXvEPzZE2n6WGjKTFQpkEJ7sLYDYyEJQ=
61+
github.com/docker/compose/v2 v2.39.2 h1:G781eHjg/BQYtndoUrxMF2nbwrhYpZiG/Zt+sYJXz0Q=
62+
github.com/docker/compose/v2 v2.39.2/go.mod h1:pReHqK3zlbMlwyYTzynHEuxHJ4op1CatUaAJHAWl++o=
6163
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
6264
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
6365
github.com/docker/docker v28.2.2+incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw=

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3.2"
142142
# Latest Docker Compose version
143-
compose_version: "v2.39.1"
143+
compose_version: "v2.39.2"
144144
# Latest BuildKit version
145145
buildkit_version: "0.23.2"
146146

0 commit comments

Comments
 (0)