From 204655be137ecf1d901ab0c875ba217447f9fa57 Mon Sep 17 00:00:00 2001 From: aiordache Date: Thu, 10 Sep 2020 16:07:03 +0200 Subject: [PATCH] Update changelog for 1.27.2 Signed-off-by: aiordache --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a319cbb49..4b98799b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Change log ========== +1.27.2 (2020-09-10) +------------------- + +### Bugs + +- Fix bug on `docker-compose run` container attach + +1.27.1 (2020-09-10) +------------------- + +### Bugs + +- Fix `docker-compose run` when `service.scale` is specified + +- Allow `driver` property for external networks as temporary workaround for swarm network propagation issue + +- Pin new internal schema version to `3.9` as the default + +- Preserve the version when configured in the compose file + 1.27.0 (2020-09-07) -------------------