mirror of https://github.com/docker/docs.git
Release notes updates for docker-compose 1.28.4
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
1caceda0fe
commit
df16fac8ab
|
@ -22,7 +22,7 @@ exclude: ["_samples", "_scripts", "404.html", "datacenter", "ee", "index.html",
|
||||||
# You can't have - characters in these for non-YAML reasons
|
# You can't have - characters in these for non-YAML reasons
|
||||||
latest_engine_api_version: "1.41"
|
latest_engine_api_version: "1.41"
|
||||||
docker_ce_version: "20.10"
|
docker_ce_version: "20.10"
|
||||||
compose_version: "1.28.3"
|
compose_version: "1.28.4"
|
||||||
compose_file_v3: "3.9"
|
compose_file_v3: "3.9"
|
||||||
compose_file_v2: "2.4"
|
compose_file_v2: "2.4"
|
||||||
machine_version: "0.16.0"
|
machine_version: "0.16.0"
|
||||||
|
|
|
@ -7,6 +7,17 @@ redirect_from:
|
||||||
- /release-notes/docker-compose/
|
- /release-notes/docker-compose/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
1.28.4
|
||||||
|
(2021-02-18)
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
- Fixed SSH port parsing by bumping docker-py to 4.4.3.
|
||||||
|
|
||||||
|
### Miscellaneous
|
||||||
|
|
||||||
|
- Bumped Python to 3.7.10.
|
||||||
|
|
||||||
## 1.28.3
|
## 1.28.3
|
||||||
(2021-02-17)
|
(2021-02-17)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue