mirror of
https://github.com/docker/compose.git
synced 2025-07-21 20:54:32 +02:00
Merge pull request #8232 from aiordache/release_1.28.6
Update changelog for 1.28.6
This commit is contained in:
commit
c2ddd71e5f
19
CHANGELOG.md
19
CHANGELOG.md
@ -1,6 +1,25 @@
|
|||||||
Change log
|
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)
|
1.28.5 (2021-02-25)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user