From 068024a91ae87b26d60860508b05c75c9e6f52c1 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Thu, 23 Jan 2020 17:43:15 +0100 Subject: [PATCH] Add docker-compose 1.25.1, 1.25.2 and 1.25.3 release notes (#10112) * Add versions: 1.25.1, 1.25.2 and 1.25.3 Signed-off-by: Ulysses Souza * Minor format updates Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- _config.yml | 2 +- _config_authoring.yml | 2 +- release-notes/docker-compose.md | 36 +++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 2416b30f52..1ed9f8106d 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/_config_authoring.yml b/_config_authoring.yml index ff120d69d9..e491714127 100644 --- a/_config_authoring.yml +++ b/_config_authoring.yml @@ -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" diff --git a/release-notes/docker-compose.md b/release-notes/docker-compose.md index 48fc721be8..2fb2d600af 100644 --- a/release-notes/docker-compose.md +++ b/release-notes/docker-compose.md @@ -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)