mirror of https://github.com/docker/docs.git
Update release notes for docker-compose 1.28.5 (#12401)
* Update release notes for docker-compose 1.28.5 Signed-off-by: aiordache <anca.iordache@docker.com> * Minor style updates Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
4d1efb471e
commit
cb2e2e6986
|
@ -22,7 +22,7 @@ exclude: ["_samples", "_scripts", "404.html", "datacenter", "ee", "index.html",
|
|||
# You can't have - characters in these for non-YAML reasons
|
||||
latest_engine_api_version: "1.41"
|
||||
docker_ce_version: "20.10"
|
||||
compose_version: "1.28.4"
|
||||
compose_version: "1.28.5"
|
||||
compose_file_v3: "3.9"
|
||||
compose_file_v2: "2.4"
|
||||
machine_version: "0.16.0"
|
||||
|
|
|
@ -7,6 +7,19 @@ redirect_from:
|
|||
- /release-notes/docker-compose/
|
||||
---
|
||||
|
||||
## 1.28.5
|
||||
(2021-02-26)
|
||||
|
||||
### Bugs
|
||||
|
||||
- Fixed the OpenSSL version mismatch error when shelling out to the SSH client (via bump to docker-py 4.4.4 which contains the fix).
|
||||
|
||||
- Added missing build flags to the native builder: `platform`, `isolation` and `extra_hosts`.
|
||||
|
||||
- Removed info message on native build.
|
||||
|
||||
- Fixed the log fetching bug when service logging driver is set to 'none'.
|
||||
|
||||
## 1.28.4
|
||||
(2021-02-18)
|
||||
|
||||
|
|
Loading…
Reference in New Issue