mirror of
https://github.com/docker/compose.git
synced 2026-02-13 12:09:29 +08:00
Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
980ec85bf4 | ||
|
|
ad87891ef8 | ||
|
|
7d2a308b44 | ||
|
|
b920010afe | ||
|
|
687ba365cd | ||
|
|
45c6730e64 | ||
|
|
dcb1d3b781 | ||
|
|
0f651d71c7 | ||
|
|
b6e84b0f1c | ||
|
|
0dad2367e6 | ||
|
|
dfd5ff396a | ||
|
|
3f18d599b4 | ||
|
|
ae5e505de0 | ||
|
|
89cf753299 | ||
|
|
ea7772d599 | ||
|
|
2963363240 | ||
|
|
8041319bfd | ||
|
|
824b4943ed | ||
|
|
35d71511b3 | ||
|
|
7d73cb76b3 | ||
|
|
796588ec35 | ||
|
|
d120a6f07b | ||
|
|
5ddd881dbd | ||
|
|
22b0f5d20c | ||
|
|
f74ff28728 | ||
|
|
1285960d3c |
43
CHANGELOG.md
43
CHANGELOG.md
@@ -1,6 +1,49 @@
|
||||
Change log
|
||||
==========
|
||||
|
||||
1.27.0 (2020-09-07)
|
||||
-------------------
|
||||
|
||||
### 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
|
||||
|
||||
- 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
|
||||
|
||||
- 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
|
||||
|
||||
- Bump `tox` to 3.19.0
|
||||
|
||||
- Bump `virtualenv` to 20.0.30
|
||||
|
||||
- Add script for docs syncronization
|
||||
|
||||
1.26.1 (2020-06-30)
|
||||
-------------------
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '1.27.0dev'
|
||||
__version__ = '1.27.0'
|
||||
|
||||
0
script/release/release.py
Normal file → Executable file
0
script/release/release.py
Normal file → Executable file
@@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.26.1"
|
||||
VERSION="1.27.0"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user