From c594cb3fc38d3d80446cabf8c261d657a28c63c9 Mon Sep 17 00:00:00 2001 From: aiordache Date: Fri, 26 Feb 2021 10:38:59 +0100 Subject: [PATCH] Update changelog post-release 1.28.5 Signed-off-by: aiordache --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b9f0a96e..f0bacf36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ========== +1.28.5 (2021-02-25) +------------------- + +[List of PRs / issues for this release](https://github.com/docker/compose/milestone/55?closed=1) + +### Bugs + +- Fix OpenSSL version mismatch error when shelling out to the ssh client (via bump to docker-py 4.4.4 which contains the fix) + +- Add missing build flags to the native builder: `platform`, `isolation` and `extra_hosts` + +- Remove info message on native build + +- Avoid fetching logs when service logging driver is set to 'none' + 1.28.4 (2021-02-18) -------------------