Update release notes for docker-compose 1.28.6 (#12553)

* Release notes updates for docker-compose 1.28.6

Signed-off-by: Anca Iordache <anca.iordache@docker.com>

* Fixed a typo

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Anca Iordache 2021-03-23 22:46:12 +01:00 committed by GitHub
parent cc6762ecd3
commit 0effb9f46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 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.5"
compose_version: "1.28.6"
compose_file_v3: "3.9"
compose_file_v2: "2.4"
machine_version: "0.16.0"

View File

@ -7,6 +7,23 @@ redirect_from:
- /release-notes/docker-compose/
---
## 1.28.6
(2021-03-23)
### Bug fixes
- Made `--env-file` relative to the current working directory. Environment file paths set with `--env-file` are now relative to the current working directory and override the default `.env` file located in the project directory.
- Fixed missing service property `storage_opt` by updating the Compose schema.
- Fixed build `extra_hosts` list format.
- Removed additional error message on `exec`.
### Miscellaneous
- Added `compose.yml` and `compose.yaml` to the default filename list.
## 1.28.5
(2021-02-26)