Skip to content

Commit e5e8f9f

Browse files
gloursaevesdocker
andauthored
release-notes for Compose v2.39.4 version (#23430)
<!--Delete sections as needed --> ## Description Add release notes of Compose `v2.39.4` version ## 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 b5972ac commit e5e8f9f

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ 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.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" >}}

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 (
111111
replace (
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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ github.com/docker/compose/v2 v2.39.2 h1:G781eHjg/BQYtndoUrxMF2nbwrhYpZiG/Zt+sYJX
7070
github.com/docker/compose/v2 v2.39.2/go.mod h1:pReHqK3zlbMlwyYTzynHEuxHJ4op1CatUaAJHAWl++o=
7171
github.com/docker/compose/v2 v2.39.3 h1:a9itRH/aBf9jJM80hQqQYdIzm4+9hcccJRnK5w0FBj4=
7272
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=
7375
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
7476
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
7577
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.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

0 commit comments

Comments
 (0)