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 22# github.com/moby/buildkit v0.24.0
33# github.com/docker/buildx v0.28.0
44# 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
66# github.com/docker/model-cli v0.1.40
77# github.com/docker/mcp-gateway v0.13.1-0.20250730013131-e08a3be84765
88# github.com/docker/scout-cli v1.18.1
Original file line number Diff line number Diff line change @@ -15,6 +15,20 @@ aliases:
1515
1616For more detailed information, see the [ release notes in the Compose repo] ( https://github.com/docker/compose/releases/ ) .
1717
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+
1832## 2.39.3
1933
2034{{< release-date date="2025-09-09" >}}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/distribution/reference v0.6.0 // indirect
1818 github.com/docker/buildx v0.28.0 // indirect
1919 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
2121 github.com/docker/distribution v2.8.3+incompatible // indirect
2222 github.com/docker/docker v28.4.0+incompatible // indirect
2323 github.com/docker/docker-credential-helpers v0.9.3 // indirect
@@ -111,7 +111,7 @@ require (
111111replace (
112112 github.com/docker/buildx => github.com/docker/buildx v0.28.0
113113 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
115115 github.com/docker/model-cli => github.com/docker/model-cli v0.1.40
116116 github.com/docker/scout-cli => github.com/docker/scout-cli v1.18.1
117117 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
7070github.com/docker/compose/v2 v2.39.2 /go.mod h1:pReHqK3zlbMlwyYTzynHEuxHJ4op1CatUaAJHAWl++o =
7171github.com/docker/compose/v2 v2.39.3 h1:a9itRH/aBf9jJM80hQqQYdIzm4+9hcccJRnK5w0FBj4 =
7272github.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 =
7375github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
7476github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
7577github.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.3"
142142 # Latest Docker Compose version
143- compose_version : " v2.39.3 "
143+ compose_version : " v2.39.4 "
144144 # Latest BuildKit version
145145 buildkit_version : " 0.24.0"
146146
You can’t perform that action at this time.
0 commit comments