mirror of https://github.com/docker/docs.git
Merge pull request #12624 from aiordache/compose_1.29.0
Release notes for docker-compose 1.29.0
This commit is contained in:
commit
e2dda5884d
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue