mirror of https://github.com/docker/docs.git
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:
parent
6de87b1476
commit
aa5e9db1c6
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue