mirror of https://github.com/docker/docs.git
add note about changes of compose ps --json format in Compose release notes 2.21.0 (#18088)
* add note about changes of compose ps --json format in Compose release notes 2.21.0 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> * Update content/compose/release-notes.md * Update content/compose/release-notes.md --------- Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
This commit is contained in:
parent
27c8b50572
commit
f3bffde0d1
|
@ -14,6 +14,10 @@ For more detailed information, see the [release notes in the Compose repo](https
|
|||
## 2.21.0
|
||||
{{< release-date date="2023-08-30" >}}
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> The format of `docker compose ps` and `docker compose ps --format=json` changed to better align with `docker ps` output. See [compose#10918](https://github.com/docker/compose/pull/10918).
|
||||
|
||||
### Update
|
||||
- Dependencies upgrade: bump compose-go to v1.18.3
|
||||
|
||||
|
|
Loading…
Reference in New Issue