diff --git a/_config.yml b/_config.yml index deda4cb9cb..b4be3e27eb 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/compose/release-notes.md b/compose/release-notes.md index c1cca7d0e6..03835f7d77 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -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)