mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +02:00
"Bump 1.27.0-rc1"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
2963363240
commit
ea7772d599
25
CHANGELOG.md
25
CHANGELOG.md
@ -1,6 +1,31 @@
|
|||||||
Change log
|
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)
|
1.26.1 (2020-06-30)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '1.27.0dev'
|
__version__ = '1.27.0-rc1'
|
||||||
|
0
script/release/release.py
Normal file → Executable file
0
script/release/release.py
Normal file → Executable file
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.26.1"
|
VERSION="1.27.0-rc1"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user