mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +02:00
"Bump 1.27.0-rc3"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
687ba365cd
commit
b920010afe
@ -1,7 +1,7 @@
|
||||
Change log
|
||||
==========
|
||||
|
||||
1.27.0 (2020-08-21)
|
||||
1.27.0 (2020-09-03)
|
||||
-------------------
|
||||
|
||||
### Features
|
||||
@ -28,6 +28,12 @@ Change log
|
||||
|
||||
- Fix scale bug when deploy section is set
|
||||
|
||||
- Fix `docker-py` bump in `setup.py`
|
||||
|
||||
- Fix experimental build failure detection
|
||||
|
||||
- Fix context propagation to docker cli
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- Bump `docker-py` to 4.3.1
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '1.27.0-rc2'
|
||||
__version__ = '1.27.0-rc3'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.27.0-rc2"
|
||||
VERSION="1.27.0-rc3"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user