Skip to content

Commit 85e11b2

Browse files
Bump docker-compose to 1.27.2 (docker#11360)
* Bump docker-compose to 1.27.2 Signed-off-by: aiordache <[email protected]> * Update formatting Co-authored-by: Usha Mandya <[email protected]>
1 parent 52497c1 commit 85e11b2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ google_analytics: GTM-WL2QLG5
2323

2424
latest_engine_api_version: "1.40"
2525
docker_ce_version: "19.03"
26-
compose_version: "1.27.1"
26+
compose_version: "1.27.2"
2727
compose_file_v3: "3.8"
2828
compose_file_v2: "2.4"
2929
machine_version: "0.16.0"

_config_authoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude: ["_scripts", "tests", "apidocs/layouts", "Gemfile", "hooks", "index.htm
2121

2222
latest_engine_api_version: "1.40"
2323
docker_ce_version: "19.03"
24-
compose_version: "1.27.1"
24+
compose_version: "1.27.2"
2525
compose_file_v3: "3.8"
2626
compose_file_v2: "2.4"
2727
machine_version: "0.16.0"

compose/release-notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ toc_max: 2
66
redirect_from:
77
- /release-notes/docker-compose/
88
---
9+
10+
## 1.27.2
11+
(2020-09-10)
12+
13+
### Bugs
14+
15+
- Fixed bug on `docker-compose run` container attach.
16+
917
## 1.27.1
1018
(2020-09-10)
1119

1220
### Bugs
1321

14-
- Fixed the `compose run` command when `service.scale` is specified.
22+
- Fixed `docker-compose run` when `service.scale` is specified.
1523

1624
- Allowed the `driver` property for external networks as a temporary workaround for the Swarm network propagation issue.
1725

0 commit comments

Comments
 (0)