summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnca Iordache <anca.iordache@docker.com>2021-03-23 15:17:18 +0100
committerAnca Iordache <anca.iordache@docker.com>2021-03-23 15:18:15 +0100
commit0f6a55e03635fd41dcc55bec2b0f22ac5d409392 (patch)
tree4b87dac2d3d50489f99f5ed9fe002ccdd203fb92
parent8ce5e235e453169310f81794c74f5e83cd6ebc40 (diff)
Update changelog for 1.28.6
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0bacf36..dc50cee1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,25 @@
Change log
==========
+1.28.6 (2021-03-23)
+-------------------
+
+[List of PRs / issues for this release](https://github.com/docker/compose/milestone/57?closed=1)
+
+### Bugs
+
+- Make `--env-file` relative to the current working directory and error out for invalid paths. Environment file paths set with `--env-file` are relative to the current working directory while the default `.env` file is located in the project directory which by default is the base directory of the Compose file.
+
+- Fix missing service property `storage_opt` by updating the compose schema
+
+- Fix build `extra_hosts` list format
+
+- Remove extra error message on `exec`
+
+### Miscellaneous
+
+- Add `compose.yml` and `compose.yaml` to default filename list
+
1.28.5 (2021-02-25)
-------------------