"Bump 1.27.1"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-09-10 15:22:57 +02:00
parent 4d8d0769a4
commit 509cfb9979
3 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,19 @@
Change log
==========
1.27.1 (2020-09-10)
-------------------
### Bugs
- Fix `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)
-------------------

View File

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

View File

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