mirror of https://github.com/docker/compose.git
Merge pull request #7751 from aiordache/1.27.1_changelog
Update changelog for release 1.27.1
This commit is contained in:
commit
86dad9247d
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,6 +1,26 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.27.2 (2020-09-10)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
### Bugs
|
||||||
|
|
||||||
|
- Fix bug on `docker-compose run` container attach
|
||||||
|
|
||||||
|
1.27.1 (2020-09-10)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
### Bugs
|
||||||
|
|
||||||
|
- Fix `docker-compose run` when `service.scale` is specified
|
||||||
|
|
||||||
|
- Allow `driver` property for external networks as temporary workaround for swarm network propagation issue
|
||||||
|
|
||||||
|
- Pin new internal schema version to `3.9` as the default
|
||||||
|
|
||||||
|
- Preserve the version when configured in the compose file
|
||||||
|
|
||||||
1.27.0 (2020-09-07)
|
1.27.0 (2020-09-07)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue