mirror of https://github.com/docker/docs.git
update Compose release notes for version 2.29.5 (#20925)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
4cbebcf8b0
commit
c74c180f2b
|
@ -2,5 +2,5 @@
|
||||||
# github.com/moby/buildkit v0.16.0
|
# github.com/moby/buildkit v0.16.0
|
||||||
# github.com/docker/buildx v0.17.0
|
# github.com/docker/buildx v0.17.0
|
||||||
# github.com/docker/cli v27.2.2-0.20240909090509-65decb573126+incompatible
|
# github.com/docker/cli v27.2.2-0.20240909090509-65decb573126+incompatible
|
||||||
# github.com/docker/compose/v2 v2.29.4
|
# github.com/docker/compose/v2 v2.29.5
|
||||||
# github.com/docker/scout-cli v1.13.0
|
# github.com/docker/scout-cli v1.13.0
|
||||||
|
|
|
@ -11,6 +11,14 @@ 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.5
|
||||||
|
|
||||||
|
{{< release-date date="2024-09-17" >}}
|
||||||
|
|
||||||
|
### Bug fixes and enhancements
|
||||||
|
|
||||||
|
- Fixed an issue with bind mounts on WSL2.
|
||||||
|
|
||||||
## 2.29.4
|
## 2.29.4
|
||||||
|
|
||||||
{{< release-date date="2024-09-16" >}}
|
{{< release-date date="2024-09-16" >}}
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -7,7 +7,7 @@ toolchain go1.22.5
|
||||||
require (
|
require (
|
||||||
github.com/docker/buildx v0.17.0 // indirect
|
github.com/docker/buildx v0.17.0 // indirect
|
||||||
github.com/docker/cli v27.2.2-0.20240909090509-65decb573126+incompatible // indirect
|
github.com/docker/cli v27.2.2-0.20240909090509-65decb573126+incompatible // indirect
|
||||||
github.com/docker/compose/v2 v2.29.4 // indirect
|
github.com/docker/compose/v2 v2.29.5 // indirect
|
||||||
github.com/docker/scout-cli v1.13.0 // indirect
|
github.com/docker/scout-cli v1.13.0 // indirect
|
||||||
github.com/moby/buildkit v0.16.0 // indirect
|
github.com/moby/buildkit v0.16.0 // indirect
|
||||||
github.com/moby/moby v27.2.1+incompatible // indirect
|
github.com/moby/moby v27.2.1+incompatible // indirect
|
||||||
|
|
|
@ -105,7 +105,7 @@ params:
|
||||||
|
|
||||||
latest_engine_api_version: "1.47"
|
latest_engine_api_version: "1.47"
|
||||||
docker_ce_version: "27.2.1"
|
docker_ce_version: "27.2.1"
|
||||||
compose_version: "v2.29.4"
|
compose_version: "v2.29.5"
|
||||||
compose_file_v3: "3.8"
|
compose_file_v3: "3.8"
|
||||||
compose_file_v2: "2.4"
|
compose_file_v2: "2.4"
|
||||||
buildkit_version: "0.16.0"
|
buildkit_version: "0.16.0"
|
||||||
|
|
Loading…
Reference in New Issue