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 2
2
# github.com/moby/buildkit v0.23.2
3
3
# github.com/docker/buildx v0.26.1
4
4
# 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
6
6
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
7
7
# github.com/docker/scout-cli v1.18.1
Original file line number Diff line number Diff line change @@ -15,6 +15,22 @@ aliases:
15
15
16
16
For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
17
17
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
+
18
34
## 2.39.1
19
35
20
36
{{< release-date date="2025-07-24" >}}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
5
5
require (
6
6
github.com/docker/buildx v0.26.1 // indirect
7
7
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
9
9
github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2 // indirect
10
10
github.com/docker/scout-cli v1.18.1 // indirect
11
11
github.com/moby/buildkit v0.23.2 // indirect
@@ -15,7 +15,7 @@ require (
15
15
replace (
16
16
github.com/docker/buildx => github.com/docker/buildx v0.26.1
17
17
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
19
19
github.com/docker/model-cli => github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
20
20
github.com/docker/scout-cli => github.com/docker/scout-cli v1.18.1
21
21
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
58
58
github.com/docker/compose/v2 v2.39.0 /go.mod h1:RKyOS+QxP/RlflxUkfNbmNQAhvzAjWtfB/uPKetq1lU =
59
59
github.com/docker/compose/v2 v2.39.1 h1:4HJuQl3OmrLSBmVg8aTcIXfzZUb/RkhxBWvAKfBs4gM =
60
60
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 =
61
63
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
62
64
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
63
65
github.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:
140
140
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
141
141
docker_ce_version_prev : " 28.3.2"
142
142
# Latest Docker Compose version
143
- compose_version : " v2.39.1 "
143
+ compose_version : " v2.39.2 "
144
144
# Latest BuildKit version
145
145
buildkit_version : " 0.23.2"
146
146
You can’t perform that action at this time.
0 commit comments