Update docker-compose release notes and version to 1.25.4 (#10328)

* Update docker-compose release notes and version

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>

* Minor edits

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Ulysses Souza 2020-02-20 13:17:55 +01:00 committed by GitHub
parent 6de87b1476
commit aa5e9db1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 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.3"
compose_version: "1.25.4"
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.3"
compose_version: "1.25.4"
compose_file_v3: "3.7"
compose_file_v2: "2.4"
machine_version: "0.16.0"

View File

@ -4,6 +4,16 @@ description: Release notes for Docker Compose
keywords: release notes, compose
toc_max: 2
---
## 1.25.4
(2020-02-03)
### Bug fixes
- Fixed the CI script to enforce the minimal MacOS version to 10.11.
- Fixed docker-compose exec for keys with no value on environment files.
## 1.25.3
(2020-01-23)