diff --git a/_config.yml b/_config.yml index 213c048fabed..15d7fde42710 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/compose/release-notes.md b/compose/release-notes.md index fd7a0ff528aa..89f4bb0ae0ee 100644 --- a/compose/release-notes.md +++ b/compose/release-notes.md @@ -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) @@ -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. @@ -73,7 +86,7 @@ redirect_from: ## 1.27.4 (2020-09-24) -### Bugs +### Bug fixes - Removed path checks for bind mounts. @@ -84,7 +97,7 @@ redirect_from: ## 1.27.3 (2020-09-16) -### Bugs +### Bug fixes - Merged `max_replicas_per_node` on `docker-compose config`. @@ -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. @@ -135,7 +148,7 @@ redirect_from: - Parsed `network_mode` on build. -### Bugs +### Bug fixes - Ignored build context path validation when building is not required.