mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
Bump compose to v2.25.0 (#19637)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
# github.com/docker/buildx v0.13.1
|
||||
# github.com/docker/scout-cli v1.4.1
|
||||
# github.com/docker/cli v26.0.0-rc1+incompatible
|
||||
# github.com/docker/compose/v2 v2.24.7
|
||||
# github.com/docker/compose/v2 v2.25.0
|
||||
|
||||
@@ -11,6 +11,18 @@ aliases:
|
||||
|
||||
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).
|
||||
|
||||
## 2.25.0
|
||||
{{< release-date date="2024-03-15" >}}
|
||||
|
||||
|
||||
### Update
|
||||
- Dependencies upgrade: bump compose-go v2.0.0
|
||||
|
||||
### Bug fixes and enhancements
|
||||
- Restored `config` hebaviour until `--no-interpolate` is set
|
||||
- Fixed service name shell completion
|
||||
- Added `--watch` flag to `up` command
|
||||
|
||||
## 2.24.7
|
||||
{{< release-date date="2024-03-06" >}}
|
||||
|
||||
|
||||
2
go.mod
2
go.mod
@@ -7,7 +7,7 @@ toolchain go1.21.1
|
||||
require (
|
||||
github.com/docker/buildx v0.13.1 // indirect
|
||||
github.com/docker/cli v26.0.0-rc1+incompatible // indirect
|
||||
github.com/docker/compose/v2 v2.24.7 // indirect
|
||||
github.com/docker/compose/v2 v2.25.0 // indirect
|
||||
github.com/docker/scout-cli v1.4.1 // indirect
|
||||
github.com/moby/buildkit v0.13.0 // indirect
|
||||
github.com/moby/moby v25.0.4+incompatible // indirect
|
||||
|
||||
Reference in New Issue
Block a user