Merge remote-tracking branch 'docker.github.io/master'

This commit is contained in:
root 2020-01-23 17:00:26 +00:00
commit 3cf7cea71a
3 changed files with 38 additions and 2 deletions

View File

@ -22,7 +22,7 @@ exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks", "index.html", "404.
latest_engine_api_version: "1.40"
docker_ce_version: "19.03"
docker_ee_version: "19.03"
compose_version: "1.25.1"
compose_version: "1.25.3"
compose_file_v3: "3.7"
compose_file_v2: "2.4"
machine_version: "0.16.0"

View File

@ -22,7 +22,7 @@ url: https://docs.docker.com
latest_engine_api_version: "1.40"
docker_ce_version: "19.03"
docker_ee_version: "19.03"
compose_version: "1.25.1"
compose_version: "1.25.3"
compose_file_v3: "3.7"
compose_file_v2: "2.4"
machine_version: "0.16.0"

View File

@ -4,6 +4,42 @@ description: Release notes for Docker Compose
keywords: release notes, compose
toc_max: 2
---
## 1.25.3
(2020-01-23)
### Bug fixes
- Fixed the CI script to enforce the compilation with Python3.
- Updated the binary's sha256 on the release page.
## 1.25.2
(2020-01-20)
### New features
- Docker Compose now allows the compatibility option with `COMPOSE_COMPATIBILITY` environment variable.
### Bug fixes
- Fixed an issue that caused Docker Compose to crash when the `version` field was set to an invalid value. Docker Compose now displays an error message when invalid values are used in the version field.
- Fixed an issue that caused Docker Compose to render messages incorrectly when running commands outside a terminal.
## 1.25.1
(2020-01-06)
### Bugfixes
- Decoded the `APIError` explanation to Unicode before using it to create and start a container.
- Docker Compose discards `com.docker.compose.filepaths` labels that have `None` as value. This usually occurs when labels originate from stdin.
- Added OS X binary as a directory to solve slow start up time issues caused by macOS Catalina binary scan.
- Passed the `HOME` environment variable in container mode when running with `script/run/run.sh`.
- Docker Compose now reports images that cannot be pulled, however, are required to be built.
## 1.25.0
(2019-11-18)