mirror of
https://github.com/docker/compose.git
synced 2025-07-28 08:04:09 +02:00
"Bump 1.27.2"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
c5d32da9ad
commit
18f557f920
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '1.27.1'
|
||||
__version__ = '1.27.2'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.27.1"
|
||||
VERSION="1.27.2"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user