Skip to content

Commit f9228ae

Browse files
author
aiordache
committed
"Bump 1.27.0-rc1"
Signed-off-by: aiordache <[email protected]>
1 parent 096d938 commit f9228ae

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
Change log
22
==========
33

4+
1.27.0 (2020-08-11)
5+
-------------------
6+
7+
### Features
8+
9+
- Merge 2.x and 3.x compose formats and align with COMPOSE_SPEC schema
10+
11+
- Implement service mode for ipc
12+
13+
- Pass COMPOSE_PROJECT_NAME environment variable in container mode
14+
15+
- Make run behave in the same way as up
16+
17+
### Bugs
18+
19+
- Ignore build context path validation when building is not required
20+
21+
### Miscellaneous
22+
23+
- Bump `docker-py` to 4.3.0
24+
25+
- Bump `tox` to 3.19.0
26+
27+
- Bump `virtualenv` to 20.0.30
28+
429
1.26.1 (2020-06-30)
530
-------------------
631

compose/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.27.0dev'
1+
__version__ = '1.27.0-rc1'

script/release/release.py

100644100755
File mode changed.

script/run/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -e
1717

18-
VERSION="1.26.1"
18+
VERSION="1.27.0-rc1"
1919
IMAGE="docker/compose:$VERSION"
2020

2121

0 commit comments

Comments
 (0)