"Bump 1.27.3"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-09-16 16:29:39 +02:00
parent 0de595f951
commit 4092ae5d5a
3 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,21 @@
Change log
==========
1.27.3 (2020-09-16)
-------------------
### Bugs
- Merge `max_replicas_per_node` on `docker-compose config`
- Fix `depends_on` serialization on `docker-compose config`
- Fix scaling when some containers are not running on `docker-compose up`
- Enable relative paths for `driver_opts.device` for `local` driver
- Allow strings for `cpus` fields
1.27.2 (2020-09-10)
-------------------

View File

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

View File

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