"Bump 1.27.2"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-09-10 18:04:13 +02:00
parent c5d32da9ad
commit 18f557f920
3 changed files with 10 additions and 3 deletions

View File

@ -1,12 +1,19 @@
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 `compose run` when `service.scale` is specified
- Fix `docker-compose run` when `service.scale` is specified
- Allow `driver` property for external networks as temporary workaround for swarm network propagation issue

View File

@ -1 +1 @@
__version__ = '1.27.1'
__version__ = '1.27.2'

View File

@ -15,7 +15,7 @@
set -e
VERSION="1.27.1"
VERSION="1.27.2"
IMAGE="docker/compose:$VERSION"