Skip to content

Commit ca66711

Browse files
authored
release-notes for Compose v2.38.2 version (#23025)
<!--Delete sections as needed --> ## Description Add release notes for Compose `v2.38.2` 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 <705411+glours@users.noreply.github.com>
1 parent 6fbd921 commit ca66711

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# github.com/moby/buildkit v0.23.1
33
# github.com/docker/buildx v0.25.0
44
# github.com/docker/cli v28.3.0+incompatible
5-
# github.com/docker/compose/v2 v2.38.1
5+
# github.com/docker/compose/v2 v2.38.2
66
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
77
# github.com/docker/scout-cli v1.15.0

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@ For more detailed information, see the [release notes in the Compose repo](https
1515

1616
## 2.38.1
1717

18+
{{< release-date date="2025-07-08" >}}
19+
20+
### Bug fixes and enhancements
21+
22+
- Added `--networks` flag to `config` command to list networks
23+
- Fixed an issue on `down` command with Docker Model Runner used as a provider service
24+
- Fixed a display issue on Docker Model Runner progress
25+
- Fixed an issue with services with profile missing secrets
26+
27+
### Update
28+
29+
- Dependencies upgrade: bump docker engine and cli to v28.3.1
30+
- Dependencies upgrade: bump buildkit to v0.23.2
31+
- Dependencies upgrade: bump golang to v1.23.10
32+
33+
## 2.38.1
34+
1835
{{< release-date date="2025-06-30" >}}
1936

2037
### Bug fixes and enhancements

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.25.0 // indirect
1919
github.com/docker/cli v28.3.0+incompatible // indirect
20-
github.com/docker/compose/v2 v2.38.1 // indirect
20+
github.com/docker/compose/v2 v2.38.2 // indirect
2121
github.com/docker/distribution v2.8.3+incompatible // indirect
2222
github.com/docker/docker v28.3.0+incompatible // indirect
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.3.0"
142142
# Latest Docker Compose version
143-
compose_version: "v2.38.1"
143+
compose_version: "v2.38.2"
144144
# Latest BuildKit version
145145
buildkit_version: "0.23.2"
146146

0 commit comments

Comments
 (0)