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>
This commit is contained in:
Guillaume Lours
2025-07-08 14:38:15 +02:00
committed by GitHub
parent 6fbd921eed
commit ca667111af
4 changed files with 20 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
# github.com/moby/buildkit v0.23.1
# github.com/docker/buildx v0.25.0
# github.com/docker/cli v28.3.0+incompatible
# github.com/docker/compose/v2 v2.38.1
# github.com/docker/compose/v2 v2.38.2
# github.com/docker/model-cli v0.1.33-0.20250703103301-d4e4936a9eb2
# github.com/docker/scout-cli v1.15.0

View File

@@ -15,6 +15,23 @@ For more detailed information, see the [release notes in the Compose repo](https
## 2.38.1
{{< release-date date="2025-07-08" >}}
### Bug fixes and enhancements
- Added `--networks` flag to `config` command to list networks
- Fixed an issue on `down` command with Docker Model Runner used as a provider service
- Fixed a display issue on Docker Model Runner progress
- Fixed an issue with services with profile missing secrets
### Update
- Dependencies upgrade: bump docker engine and cli to v28.3.1
- Dependencies upgrade: bump buildkit to v0.23.2
- Dependencies upgrade: bump golang to v1.23.10
## 2.38.1
{{< release-date date="2025-06-30" >}}
### Bug fixes and enhancements

2
go.mod
View File

@@ -17,7 +17,7 @@ require (
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/buildx v0.25.0 // indirect
github.com/docker/cli v28.3.0+incompatible // indirect
github.com/docker/compose/v2 v2.38.1 // indirect
github.com/docker/compose/v2 v2.38.2 // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker v28.3.0+incompatible // indirect
github.com/docker/docker-credential-helpers v0.9.3 // indirect

View File

@@ -140,7 +140,7 @@ params:
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
docker_ce_version_prev: "28.3.0"
# Latest Docker Compose version
compose_version: "v2.38.1"
compose_version: "v2.38.2"
# Latest BuildKit version
buildkit_version: "0.23.2"