File tree Expand file tree Collapse file tree 5 files changed +22
-4
lines changed
content/manuals/compose/releases Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -15,6 +15,22 @@ aliases:
1515
1616For 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" >}}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55require (
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 (
1515replace (
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
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ github.com/docker/compose/v2 v2.39.0 h1:MYK7fJ8r3Mk2ZG/SRnM+mAdQcd2c6pl2d6ckMhDY
5858github.com/docker/compose/v2 v2.39.0 /go.mod h1:RKyOS+QxP/RlflxUkfNbmNQAhvzAjWtfB/uPKetq1lU =
5959github.com/docker/compose/v2 v2.39.1 h1:4HJuQl3OmrLSBmVg8aTcIXfzZUb/RkhxBWvAKfBs4gM =
6060github.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 =
6163github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
6264github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
6365github.com/docker/docker v28.2.2+incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw =
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments