mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +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
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.27.2 (2020-09-10)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
### Bugs
|
||||||
|
|
||||||
|
- Fix bug on `docker-compose run` container attach
|
||||||
|
|
||||||
1.27.1 (2020-09-10)
|
1.27.1 (2020-09-10)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
### Bugs
|
### 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
|
- 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
|
set -e
|
||||||
|
|
||||||
VERSION="1.27.1"
|
VERSION="1.27.2"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user