"Bump 1.27.0-rc1"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-08-11 20:52:40 +02:00 committed by Ulysses Souza
parent 2963363240
commit ea7772d599
4 changed files with 27 additions and 2 deletions

View File

@ -1,6 +1,31 @@
Change log
==========
1.27.0 (2020-08-11)
-------------------
### Features
- Merge 2.x and 3.x compose formats and align with COMPOSE_SPEC schema
- Implement service mode for ipc
- Pass COMPOSE_PROJECT_NAME environment variable in container mode
- Make run behave in the same way as up
### Bugs
- Ignore build context path validation when building is not required
### Miscellaneous
- Bump `docker-py` to 4.3.0
- Bump `tox` to 3.19.0
- Bump `virtualenv` to 20.0.30
1.26.1 (2020-06-30)
-------------------

View File

@ -1 +1 @@
__version__ = '1.27.0dev'
__version__ = '1.27.0-rc1'

0
script/release/release.py Normal file → Executable file
View File

View File

@ -15,7 +15,7 @@
set -e
VERSION="1.26.1"
VERSION="1.27.0-rc1"
IMAGE="docker/compose:$VERSION"