mirror of https://github.com/docker/docs.git
update Compose release notes for version 2.29.3 (#20869)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
1bed499295
commit
d6c914faa9
|
@ -2,5 +2,5 @@
|
|||
# github.com/moby/buildkit v0.16.0
|
||||
# github.com/docker/buildx v0.17.0
|
||||
# github.com/docker/cli v27.2.2-0.20240909090509-65decb573126+incompatible
|
||||
# github.com/docker/compose/v2 v2.29.2
|
||||
# github.com/docker/compose/v2 v2.29.3
|
||||
# github.com/docker/scout-cli v1.13.0
|
||||
|
|
|
@ -11,6 +11,22 @@ aliases:
|
|||
|
||||
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).
|
||||
|
||||
## 2.29.3
|
||||
|
||||
{{< release-date date="2024-09-12" >}}
|
||||
|
||||
### Update
|
||||
|
||||
- Dependencies upgrade: bump compose-go to v2.2.0
|
||||
- Dependencies upgrade: bump docker engine and cli to v27.2.1
|
||||
|
||||
### Bug fixes and enhancements
|
||||
|
||||
- Combination of bind mount and `rebuild` are now allowed with `watch`.
|
||||
- Fixed a bug recreating containers when `--no-deps` is used with `up`.
|
||||
- Fixed a bug not closing streams when reattaching containers.
|
||||
- Restored recreation of anonymous volumes when using `-V` or `--renew-anon-volumes`.
|
||||
|
||||
## 2.29.2
|
||||
|
||||
{{< release-date date="2024-08-16" >}}
|
||||
|
|
2
go.mod
2
go.mod
|
@ -7,7 +7,7 @@ toolchain go1.22.5
|
|||
require (
|
||||
github.com/docker/buildx v0.17.0 // indirect
|
||||
github.com/docker/cli v27.2.2-0.20240909090509-65decb573126+incompatible // indirect
|
||||
github.com/docker/compose/v2 v2.29.2 // indirect
|
||||
github.com/docker/compose/v2 v2.29.3 // indirect
|
||||
github.com/docker/scout-cli v1.13.0 // indirect
|
||||
github.com/moby/buildkit v0.16.0 // indirect
|
||||
github.com/moby/moby v27.2.1+incompatible // indirect
|
||||
|
|
Loading…
Reference in New Issue