Skip to content

Commit

Permalink
Bump compose to 1.27.3
Browse files Browse the repository at this point in the history
Signed-off-by: aiordache <anca.iordache@docker.com>
  • Loading branch information
aiordache committed Sep 16, 2020
1 parent 3c08816 commit d09b63f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ google_analytics: GTM-WL2QLG5

latest_engine_api_version: "1.40"
docker_ce_version: "19.03"
compose_version: "1.27.2"
compose_version: "1.27.3"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
machine_version: "0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion _config_authoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
compose_version: "1.27.3"
compose_file_v3: "3.8"
compose_file_v2: "2.4"
machine_version: "0.16.0"
Expand Down
15 changes: 15 additions & 0 deletions compose/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ redirect_from:
- /release-notes/docker-compose/
---

## 1.27.3
(2020-09-16)

### Bugs

- Merged `max_replicas_per_node` on `docker-compose config`.

- Fixed `depends_on` serialization on `docker-compose config`.

- Fixed scaling when some containers are not running on `docker-compose up`.

- Enabled relative paths for `driver_opts.device` for `local` driver.

- Allowed strings for `cpus` fields.

## 1.27.2
(2020-09-10)

Expand Down

0 comments on commit d09b63f

Please sign in to comment.