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:
Guillaume Lours 2023-09-01 11:30:47 +02:00 committed by GitHub
parent 27c8b50572
commit f3bffde0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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