File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
content/manuals/compose/releases Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 2
2
# github.com/moby/buildkit v0.24.0
3
3
# github.com/docker/buildx v0.28.0
4
4
# github.com/docker/cli v28.4.0+incompatible
5
- # github.com/docker/compose/v2 v2.39.3
5
+ # github.com/docker/compose/v2 v2.39.4
6
6
# github.com/docker/model-cli v0.1.40
7
7
# github.com/docker/mcp-gateway v0.13.1-0.20250730013131-e08a3be84765
8
8
# github.com/docker/scout-cli v1.18.1
Original file line number Diff line number Diff line change @@ -15,6 +15,20 @@ 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.4
19
+
20
+ {{< release-date date="2025-09-19" >}}
21
+
22
+ ### Bug fixes and enhancements
23
+
24
+ - Added ` initial_sync ` attribute to the Compose Develop Specification definition, to sync files after starting a watch session
25
+ - Fixed a TLS issue when building with bake
26
+ - Disabled Tty on ` run ` when running as a piped command
27
+
28
+ ### Update
29
+
30
+ - Dependencies upgrade: bump compose-go to v2.9.0
31
+
18
32
## 2.39.3
19
33
20
34
{{< release-date date="2025-09-09" >}}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/distribution/reference v0.6.0 // indirect
18
18
github.com/docker/buildx v0.28.0 // indirect
19
19
github.com/docker/cli v28.4.0+incompatible // indirect
20
- github.com/docker/compose/v2 v2.39.3 // indirect
20
+ github.com/docker/compose/v2 v2.39.4 // indirect
21
21
github.com/docker/distribution v2.8.3+incompatible // indirect
22
22
github.com/docker/docker v28.4.0+incompatible // indirect
23
23
github.com/docker/docker-credential-helpers v0.9.3 // indirect
@@ -111,7 +111,7 @@ require (
111
111
replace (
112
112
github.com/docker/buildx => github.com/docker/buildx v0.28.0
113
113
github.com/docker/cli => github.com/docker/cli v28.3.3+incompatible
114
- github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.3
114
+ github.com/docker/compose/v2 => github.com/docker/compose/v2 v2.39.4
115
115
github.com/docker/model-cli => github.com/docker/model-cli v0.1.40
116
116
github.com/docker/scout-cli => github.com/docker/scout-cli v1.18.1
117
117
github.com/moby/buildkit => github.com/moby/buildkit v0.24.0
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ github.com/docker/compose/v2 v2.39.2 h1:G781eHjg/BQYtndoUrxMF2nbwrhYpZiG/Zt+sYJX
70
70
github.com/docker/compose/v2 v2.39.2 /go.mod h1:pReHqK3zlbMlwyYTzynHEuxHJ4op1CatUaAJHAWl++o =
71
71
github.com/docker/compose/v2 v2.39.3 h1:a9itRH/aBf9jJM80hQqQYdIzm4+9hcccJRnK5w0FBj4 =
72
72
github.com/docker/compose/v2 v2.39.3 /go.mod h1:AOUEk2X2GpWNn/x/WNN55cc+JkH3mBd6gmx71lHZHv4 =
73
+ github.com/docker/compose/v2 v2.39.4 h1:lXIyl0axf8rZ5ThGm25g0y5nvtj1a9HKS08qfMvHiFM =
74
+ github.com/docker/compose/v2 v2.39.4 /go.mod h1:HrP3GcmLSdb1YbhcRhr1zWx/8Ulj/9Y+H443hlTAwMA =
73
75
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
74
76
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
75
77
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.3"
142
142
# Latest Docker Compose version
143
- compose_version : " v2.39.3 "
143
+ compose_version : " v2.39.4 "
144
144
# Latest BuildKit version
145
145
buildkit_version : " 0.24.0"
146
146
You can’t perform that action at this time.
0 commit comments