mirror of
https://github.com/docker/compose.git
synced 2025-07-29 08:34:15 +02:00
"Bump 1.27.1"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
4d8d0769a4
commit
509cfb9979
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,19 @@
|
|||||||
Change log
|
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)
|
1.27.0 (2020-09-07)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '1.27.0'
|
__version__ = '1.27.1'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.27.0"
|
VERSION="1.27.1"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user