Skip to content

Commit f8bb4bb

Browse files
ndeloofaevesdocker
andauthored
Bump compose to v28.5.0 (#23493)
## Description compose 28.5.0 released ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Nicolas De Loof <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 15b1130 commit f8bb4bb

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
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.25.0
33
# github.com/docker/buildx v0.29.1
44
# github.com/docker/cli v28.4.0+incompatible
5-
# github.com/docker/compose/v2 v2.39.4
5+
# github.com/docker/compose/v2 v2.40.0
66
# github.com/docker/model-cli v0.1.41
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ For more detailed information, see the [release notes in the Compose repo](https
2929

3030
- Dependencies upgrade: bump compose-go to v2.9.0
3131

32+
## 2.40.0
33+
34+
{{< release-date date="2025-10-03" >}}
35+
36+
### Bug fixes and enhancements
37+
38+
- Added the option to publish Compose applications as a `compose.yaml` with images
39+
- Fixed support for secrets based on environment variables when building with bake
40+
- Fixed support for escaped '$' character when building with bake
41+
42+
### Update
43+
44+
- Dependencies upgrade: bump docker engine and cli to v28.5.0
45+
46+
3247
## 2.39.3
3348

3449
{{< release-date date="2025-09-09" >}}

go.mod

Lines changed: 1 addition & 1 deletion
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.29.1 // indirect
1919
github.com/docker/cli v28.4.0+incompatible // indirect; see "replace" rule at the bottom for actual version
20-
github.com/docker/compose/v2 v2.39.4 // indirect
20+
github.com/docker/compose/v2 v2.40.0 // indirect
2121
github.com/docker/distribution v2.8.3+incompatible // indirect
2222
github.com/docker/docker v28.4.0+incompatible // indirect; see "replace" rule at the bottom for actual version
2323
github.com/docker/docker-credential-helpers v0.9.3 // indirect

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.4.0"
142142
# Latest Docker Compose version
143-
compose_version: "v2.39.4"
143+
compose_version: "v2.40.0"
144144
# Latest BuildKit version
145145
buildkit_version: "0.25.0"
146146

0 commit comments

Comments
 (0)