Merge pull request #12624 from aiordache/compose_1.29.0

Release notes for docker-compose 1.29.0
This commit is contained in:
Usha Mandya 2021-04-07 10:28:43 +01:00 committed by GitHub
commit e2dda5884d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View File

@ -22,7 +22,7 @@ exclude: ["_samples", "_scripts", "404.html", "datacenter", "ee", "index.html",
# You can't have - characters in these for non-YAML reasons
latest_engine_api_version: "1.41"
docker_ce_version: "20.10"
compose_version: "1.28.6"
compose_version: "1.29.0"
compose_file_v3: "3.9"
compose_file_v2: "2.4"
machine_version: "0.16.0"

View File

@ -7,6 +7,27 @@ redirect_from:
- /release-notes/docker-compose/
---
## 1.29.0
(2021-04-06)
### Features
- Added profile filter to `docker-compose config`.
- Added a `depends_on` condition to wait for successful service completion.
### Miscellaneous
- Added an image scan message on build.
- Updated warning message for `--no-ansi` to mention `--ansi never` as alternative.
- Bumped docker-py to 5.0.0.
- Bumped PyYAML to 5.4.1.
- Bumped python-dotenv to 0.17.0.
## 1.28.6
(2021-03-23)