mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
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:
@@ -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
|
||||
|
||||
@@ -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
2
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user