From 85e11b239f3a403e707b49619c07937d3c9531c3 Mon Sep 17 00:00:00 2001 From: Anca Iordache Date: Mon, 14 Sep 2020 09:16:22 +0200 Subject: [PATCH] Bump docker-compose to 1.27.2 (#11360) * Bump docker-compose to 1.27.2 Signed-off-by: aiordache * Update formatting Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- _config.yml | 2 +- _config_authoring.yml | 2 +- compose/release-notes.md | 10 +++++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index bc508e7af9..b16104bbd3 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,7 @@ google_analytics: GTM-WL2QLG5 latest_engine_api_version: "1.40" docker_ce_version: "19.03" -compose_version: "1.27.1" +compose_version: "1.27.2" compose_file_v3: "3.8" compose_file_v2: "2.4" machine_version: "0.16.0" diff --git a/_config_authoring.yml b/_config_authoring.yml index dd7687075c..df8f82935b 100644 --- a/_config_authoring.yml +++ b/_config_authoring.yml @@ -21,7 +21,7 @@ exclude: ["_scripts", "tests", "apidocs/layouts", "Gemfile", "hooks", "index.htm latest_engine_api_version: "1.40" docker_ce_version: "19.03" -compose_version: "1.27.1" +compose_version: "1.27.2" compose_file_v3: "3.8" compose_file_v2: "2.4" machine_version: "0.16.0" diff --git a/compose/release-notes.md b/compose/release-notes.md index 030c1fdaa3..5daac5760a 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -6,12 +6,20 @@ toc_max: 2 redirect_from: - /release-notes/docker-compose/ --- + +## 1.27.2 +(2020-09-10) + +### Bugs + +- Fixed bug on `docker-compose run` container attach. + ## 1.27.1 (2020-09-10) ### Bugs -- Fixed the `compose run` command when `service.scale` is specified. +- Fixed `docker-compose run` when `service.scale` is specified. - Allowed the `driver` property for external networks as a temporary workaround for the Swarm network propagation issue.