mirror of https://github.com/docker/docs.git
Bump compose v2.29.1
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
1340639f01
commit
5034c55d84
|
@ -2,5 +2,5 @@
|
|||
# github.com/moby/buildkit v0.15.0
|
||||
# github.com/docker/buildx v0.16.0
|
||||
# github.com/docker/cli v27.0.3+incompatible
|
||||
# github.com/docker/compose/v2 v2.29.0
|
||||
# github.com/docker/compose/v2 v2.29.1
|
||||
# github.com/docker/scout-cli v1.10.0
|
||||
|
|
|
@ -10,6 +10,20 @@ aliases:
|
|||
|
||||
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).
|
||||
|
||||
## 2.29.1
|
||||
|
||||
{{< release-date date="2024-07-23" >}}
|
||||
|
||||
### Update
|
||||
|
||||
- Dependencies upgrade: bump compose-go to v2.1.5.
|
||||
- Dependencies upgrade: bump docker engine and cli to v27.1.0.
|
||||
|
||||
### Bug fixes and enhancements
|
||||
|
||||
- Enhance JSON progress events with more fields.
|
||||
|
||||
|
||||
## 2.29.0
|
||||
|
||||
{{< release-date date="2024-07-17" >}}
|
||||
|
|
2
go.mod
2
go.mod
|
@ -7,7 +7,7 @@ toolchain go1.22.5
|
|||
require (
|
||||
github.com/docker/buildx v0.16.0 // indirect
|
||||
github.com/docker/cli v27.0.3+incompatible // indirect
|
||||
github.com/docker/compose/v2 v2.29.0 // indirect
|
||||
github.com/docker/compose/v2 v2.29.1 // indirect
|
||||
github.com/docker/scout-cli v1.10.0 // indirect
|
||||
github.com/moby/buildkit v0.15.0 // indirect
|
||||
github.com/moby/moby v27.0.3+incompatible // indirect
|
||||
|
|
Loading…
Reference in New Issue