Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exclude: ["_samples", "_scripts", "404.html", "datacenter", "ee", "index.html",
# You can't have - characters in these for non-YAML reasons
latest_engine_api_version: "1.41"
docker_ce_version: "20.10"
compose_version: "1.28.0"
compose_version: "1.28.2"
compose_file_v3: "3.9"
compose_file_v2: "2.4"
machine_version: "0.16.0"
Expand Down
25 changes: 19 additions & 6 deletions compose/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ redirect_from:
- /release-notes/docker-compose/
---

## 1.28.2
(2021-01-26)

### Bug fixes

- Revert to Python 3.7 bump for Linux static builds

- Add bash completion for `docker-compose logs|up --no-log-prefix`

### Miscellaneous

- CI setup update

## 1.28.0
(2021-01-20)

Expand All @@ -24,7 +37,7 @@ redirect_from:

- Docker Compose now uses the native Docker CLI's `build` command when building images. Set the `COMPOSE_DOCKER_CLI_BUILD=0` environment variable to disable this feature.

### Bugs
### Bug fixes

- Made `parallel_pull=True` by default.

Expand Down Expand Up @@ -73,7 +86,7 @@ redirect_from:
## 1.27.4
(2020-09-24)

### Bugs
### Bug fixes

- Removed path checks for bind mounts.

Expand All @@ -84,7 +97,7 @@ redirect_from:
## 1.27.3
(2020-09-16)

### Bugs
### Bug fixes

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

Expand All @@ -99,14 +112,14 @@ redirect_from:
## 1.27.2
(2020-09-10)

### Bugs
### Bug fixes

- Fixed bug on `docker-compose run` container attach.

## 1.27.1
(2020-09-10)

### Bugs
### Bug fixes

- Fixed `docker-compose run` when `service.scale` is specified.

Expand Down Expand Up @@ -135,7 +148,7 @@ redirect_from:

- Parsed `network_mode` on build.

### Bugs
### Bug fixes

- Ignored build context path validation when building is not required.

Expand Down