From 0effb9f46ec0477bff765fa6169f01ae409a7026 Mon Sep 17 00:00:00 2001 From: Anca Iordache Date: Tue, 23 Mar 2021 22:46:12 +0100 Subject: [PATCH] Update release notes for docker-compose 1.28.6 (#12553) * Release notes updates for docker-compose 1.28.6 Signed-off-by: Anca Iordache * Fixed a typo Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- _config.yml | 2 +- compose/release-notes.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index b4be3e27eb..b9a23f5d9c 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/compose/release-notes.md b/compose/release-notes.md index 03835f7d77..5f62bdaddc 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -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)