Skip to content

Commit

Permalink
"Bump 1.27.0-rc2"
Browse files Browse the repository at this point in the history
Signed-off-by: aiordache <anca.iordache@docker.com>
  • Loading branch information
aiordache committed Aug 21, 2020
1 parent 71da76a commit 94e4316
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
@@ -1,7 +1,7 @@
Change log
==========

1.27.0 (2020-08-11)
1.27.0 (2020-08-21)
-------------------

### Features
Expand All @@ -10,17 +10,27 @@ Change log

- Implement service mode for ipc

- Pass COMPOSE_PROJECT_NAME environment variable in container mode
- Pass `COMPOSE_PROJECT_NAME` environment variable in container mode

- Make run behave in the same way as up

- Use `docker build` on `docker-compose run` when `COMPOSE_DOCKER_CLI_BUILD` environment variable is set

- Use docker-py default API version for engine queries (`auto`)

- Parse `network_mode` on build

### Bugs

- Ignore build context path validation when building is not required

- Fix float to bytes conversion via docker-py bump to 4.3.1

- Fix scale bug when deploy section is set

### Miscellaneous

- Bump `docker-py` to 4.3.0
- Bump `docker-py` to 4.3.1

- Bump `tox` to 3.19.0

Expand Down
2 changes: 1 addition & 1 deletion compose/__init__.py
@@ -1 +1 @@
__version__ = '1.27.0-rc1'
__version__ = '1.27.0-rc2'
2 changes: 1 addition & 1 deletion script/run/run.sh
Expand Up @@ -15,7 +15,7 @@

set -e

VERSION="1.27.0-rc1"
VERSION="1.27.0-rc2"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit 94e4316

Please sign in to comment.