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/moby/buildkit v0.15.0
|
||||||
# github.com/docker/buildx v0.16.0
|
# github.com/docker/buildx v0.16.0
|
||||||
# github.com/docker/cli v27.0.3+incompatible
|
# 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
|
# 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/).
|
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
|
## 2.29.0
|
||||||
|
|
||||||
{{< release-date date="2024-07-17" >}}
|
{{< release-date date="2024-07-17" >}}
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -7,7 +7,7 @@ toolchain go1.22.5
|
||||||
require (
|
require (
|
||||||
github.com/docker/buildx v0.16.0 // indirect
|
github.com/docker/buildx v0.16.0 // indirect
|
||||||
github.com/docker/cli v27.0.3+incompatible // 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/docker/scout-cli v1.10.0 // indirect
|
||||||
github.com/moby/buildkit v0.15.0 // indirect
|
github.com/moby/buildkit v0.15.0 // indirect
|
||||||
github.com/moby/moby v27.0.3+incompatible // indirect
|
github.com/moby/moby v27.0.3+incompatible // indirect
|
||||||
|
|
|
@ -99,7 +99,7 @@ params:
|
||||||
|
|
||||||
latest_engine_api_version: "1.46"
|
latest_engine_api_version: "1.46"
|
||||||
docker_ce_version: "27.1.1"
|
docker_ce_version: "27.1.1"
|
||||||
compose_version: "v2.29.0"
|
compose_version: "v2.29.1"
|
||||||
compose_file_v3: "3.8"
|
compose_file_v3: "3.8"
|
||||||
compose_file_v2: "2.4"
|
compose_file_v2: "2.4"
|
||||||
buildkit_version: "0.15.0"
|
buildkit_version: "0.15.0"
|
||||||
|
|
Loading…
Reference in New Issue